Commit Graph

13 Commits

Author SHA1 Message Date
Jean Sirmai 864e06618f
src/*: add proper LICENSE notices 2024-10-28 14:21:22 +01:00
Jean Sirmai 73c474b765
docs/doxyfile,html,rtfm/man3/*, Makefile: integrate doxygen for documentation
We wanted to have an automated documentation for our project. We choose doxygen
since this is a well-established project, with common standards.

To generate the documentation, simply type `make docs` and open `docs/html/index.html`.

TODO: properly document the whole project.
2024-10-28 14:15:48 +01:00
Jean Sirmai 43ddfad3af
docs/*notes*: add personal notes (TODO refactor) 2024-10-28 14:03:42 +01:00
Jean Sirmai 60f5b7a00d
docs/*: create a documentation zone, with different ressources that help development
It actually contains:
	- archives: several files from past of the projects, historical purpose
	- GTK-docs: ressources on GTK internals and API
	- rtfm: first draft of a user manual
	- showcase: some pictures of the UI example, that were communicated on the Gem-graph discussion room (XMPP)
2024-10-28 13:58:28 +01:00
Jean Sirmai 549431196b
scripts/*: add a script that can list every function name 2024-10-28 13:50:56 +01:00
Jean Sirmai 93e19a618c
data/*: add various images, pictures and so on
This commit adds various data in order to use them in the UI for example purpose.
2024-10-28 13:48:43 +01:00
Adrien Bourmault 74a79e0cf5
Makefile: fixed OpenGL lib configurations (gl->epoxy)
This commit fixes a build error with gl not being the correct
library for GLArea use.
2024-10-28 13:46:13 +01:00
Jean Sirmai 3850f371a3
Makefile: parallel by default 2024-06-29 18:04:49 +02:00
Jean Sirmai d570d253b9
.gitignore: added an exclusion for bin/ and build/ 2024-06-29 18:04:49 +02:00
Jean Sirmai f8cbc1a8a2
src/*.c: moved headers to include/ 2024-06-29 18:04:49 +02:00
Jean Sirmai 175418ab35
New Makefile and project restructuration 2024-06-29 18:04:49 +02:00
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
Jean Sirmai a6845e9b2a
First commit : a simple window with a button which prints 'Hello, World' 2024-04-20 11:17:01 +02:00