nodesystem/README.md

16 lines
459 B
Markdown
Raw Permalink Normal View History

2021-02-07 07:46:40 +00:00
# NodeSystem
2021-02-07 09:59:00 +00:00
Just a library for handling node logic inside C, inspired
by Godot, mainly focused for the creation of games.
2021-02-07 07:46:40 +00:00
2021-02-07 09:59:00 +00:00
For now there's a basic Node struct and a Node2D that
"inherits" from it.
2021-02-07 07:46:40 +00:00
2021-02-07 09:59:00 +00:00
To compile run "make" and to compile and install run
"make install" as superuser. You can uninstall by running
"make remove"
2021-02-07 09:28:22 +00:00
2021-02-07 09:59:00 +00:00
To compile and run the examples you have to have the library
installed. To compile and run them just do "make run" on
their folders.