From fdae60012c4d6b3c418d054a8a6f1e6a98369d19 Mon Sep 17 00:00:00 2001 From: NukeBird Date: Fri, 14 Feb 2025 20:40:52 +0300 Subject: [PATCH] Add README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..827f969 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# 🚀 zecsy - a lightweight, header-only ecs library + +Welcome to **zecsy** - the *sexy*, lightweight, and easy-to-use Entity Component System (ECS) library for C++! 🎉 Whether you're building a game, a simulation, or just exploring the world of ECS, zecsy is here to make your life easier, faster, and a little more fun. ðŸŽŪ + +## 🌟 Features + +- 📂 **Header-Only**: Just include the headers and you're good to go! No linking, no fuss. + +- ðŸŠķ **Lightweight**: Designed to be minimal and efficient. No bloat, just the essentials. + +- 🛠ïļ **Easy to Use**: Intuitive API that gets out of your way and lets you focus on your project. + +- ðŸ§Đ **Flexible**: Supports dynamic entity creation, component management, and system execution. + +- 😎 **Sexy**: Because who doesn't want their code to look good? +