From 1ccddcecab8fdc3095f52b58d829929f30df6b5a Mon Sep 17 00:00:00 2001 From: Dendy Date: Sun, 7 Feb 2021 08:46:40 +0100 Subject: [PATCH] Add README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ffd1d3 --- /dev/null +++ b/README.md @@ -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