You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Dendy 250fdc481d
Cleaner install
3 years ago
examples/nodetree Make installable 3 years ago
include Reorganize and make compilable 3 years ago
src Reorganize and make compilable 3 years ago
.gitignore Initial commit 3 years ago
Makefile Cleaner install 3 years ago
README.md Make installable 3 years ago

README.md

NodeSystem

Just a library for handling node logic inside C, inspired by Godot, mainly focused for the creation of games.

For now there's a basic Node struct and a Node2D that "inherits" from it.

To compile run "make" and to compile and install run "make install" as superuser. You can uninstall by running "make remove"

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.