Go to file
Dendy fb296822ec
Fix Makefiles
2021-02-07 10:28:22 +01:00
examples/nodetree Fix Makefiles 2021-02-07 10:28:22 +01:00
include Reorganize and make compilable 2021-02-07 10:20:41 +01:00
src Reorganize and make compilable 2021-02-07 10:20:41 +01:00
.gitignore Initial commit 2021-01-24 10:54:52 +01:00
Makefile Fix Makefiles 2021-02-07 10:28:22 +01:00
README.md Fix Makefiles 2021-02-07 10:28:22 +01:00

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 and run the examples just do "make run" on their folders