Go to file
Jean Sirmai 1d8fc9ef22
Initial commit: first state machine and interactive dialog window
This commit implements the first state machine crossing EXEC_EDIT with
STATE_RULES_DATA. A dialog window is available to use.

TODO:
	- get OpenGL view
	- get a GTK4 tree view
2024-06-29 18:04:49 +02:00
image Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
(notes) Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
COPYING First commit : a simple window with a button which prints 'Hello, World' 2024-04-20 11:17:01 +02:00
Makefile Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
automaton.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
automaton.h Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
base.h Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
callback.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
callback.h Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
contain.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
contain.h Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
dialog.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
dialog.h Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
dimers random walk.xml Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
display.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
display.h Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
draw.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
graph_area.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
graph_area.h Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
graph_stack.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
graphics.h Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
grid.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
init.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
init.c.todo Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
main.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
manifest.scm Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
parsing.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
parsing.h Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
shader.frag Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
shader.vert Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
texts.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
texts.h Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
tree.c Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00
tree.h Initial commit: first state machine and interactive dialog window 2024-06-29 18:04:49 +02:00