Add README

This commit is contained in:
Dendy 2021-02-07 08:46:40 +01:00
parent 3e98521bd2
commit 1ccddcecab
Signed by: dendy
GPG Key ID: 0168B35FFD7F608F
1 changed files with 7 additions and 0 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# 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