diff --git a/README.md b/README.md new file mode 100644 index 0000000..be6f42f --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# ECS Test + +A project where I created a simple ECS in Odin to test performance/developer experience. The project uses Sokol to render the scene. + +![Example GIF of application](examples/example.gif) diff --git a/examples/example.gif b/examples/example.gif new file mode 100644 index 0000000..923e5d8 Binary files /dev/null and b/examples/example.gif differ