8 lines
247 B
Markdown
8 lines
247 B
Markdown
|
# 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
|