Go to file
Dendy 9a3c9fc053
Reorganize for easier including
2021-02-07 08:49:53 +01:00
node Reorganize for easier including 2021-02-07 08:49:53 +01:00
node2d Reorganize for easier including 2021-02-07 08:49:53 +01:00
testbed Reorganize for easier including 2021-02-07 08:49:53 +01:00
.gitignore Initial commit 2021-01-24 10:54:52 +01:00
README.md Add README 2021-02-07 08:46:40 +01:00
types.h Reorganize for easier including 2021-02-07 08:49:53 +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.

You can find examples of basic usage in main.c