diff --git a/README.md b/README.md
index 1b45789..ce50650 100644
--- a/README.md
+++ b/README.md
@@ -12,39 +12,49 @@
---
-## What is zenyx?
+# What is zenyx?
Zenyx is a game engine built on top of [wgpu](https://github.com/gfx-rs/wgpu)
and [winit](https://github.com/rust-windowing/winit). It is designed to be an
intuitive and innovative game engine that can both adapt to your workflow and
bring new ideas to the table.
-### Features
+## Features
-> 💡 Note: The following features are goals and are not currently implemented:
+> 🚀 Note: The following features are goals and are not currently implemented:
> Zenyx
-_**Zenyx aims to provide:**_
+### **Zenyx aims to provide:**
-- **Cross platform support** - Windows, Linux and macOS support
-- **Support for multiple renderers** - Zenyx can use Vulkan. OpenGL, and
+- ✨ **Cross platform support** - Windows, Linux and macOS support
+- 🎮 **Support for multiple renderers** - Zenyx can use Vulkan. OpenGL, and
DirectX. In both 2D and 3D
-- **Safe Performance** - Written in Rust for speed and safety
-- **Intuitive Design** - User-friendly workflows and highly extensible tools
-- **Flexible Scripting** - Easy to use scripting language without sacrificing
+- ⚡ **Safe Performance** - Written in Rust for speed and safety
+- 🎯 **Intuitive Design** - User-friendly workflows and highly extensible tools
+- 📝 **Flexible Scripting** - Easy to use scripting language without sacrificing
performance
-- **Extensible Architecture** - Modular design for easy customization
-- **Fully Featured Toolset** - Built in tools for playing spatial audio and
+- 🔧 **Extensible Architecture** - Modular design for easy customization
+- 🛠️ **Fully Featured Toolset** - Built in tools for playing spatial audio and
level editing
-- **Real-time Editor** - Live preview and Incredible User experience
-- **Asset Management** - Efficient resource handling system
-- **Physics Integration** - Built-in physics simulation
-- **Improved Scene Management** - Flexible scene organization tools
+- 🖥️ **Real-time Editor** - Live preview and Incredible User experience
+- 📦 **Asset Management** - Efficient resource handling system
+- 🎲 **Physics Integration** - Built-in physics simulation
+- 🗂️ **Improved Scene Management** - Flexible scene organization tools
+
+## Star history ⭐
+
+
+
+
What platforms does Zenyx support?
+What platforms does Zenyx support?
Zenyx primarily supports Windows and Linux, with secondary support for macOS
(requires MoltenVK). See the
@@ -54,7 +64,7 @@ information.
Is Zenyx ready for production use?
+Is Zenyx ready for production use?
Zenyx is currently in early development and is not yet ready for any simple use
cases, but we're working hard to make it the best it can be before we release
@@ -64,7 +74,7 @@ the [contribution section](CONTRIBUTING.md) for the ways you can help.
How can I contribute to Zenyx?
+How can I contribute to Zenyx?
We welcome contributions! Please check our contribution guidelines and open a
pull request on GitHub, if you arent a developer, you can also report bugs or
@@ -74,7 +84,7 @@ For more information, please see the [Contributing section](#contributing).
What are the system requirements?
+What are the system requirements?
Detailed system requirements will be provided as the engine matures. Currently,
the only requirement is a modern OS and a system with atleast a semi-recent GPU.
@@ -82,28 +92,32 @@ the only requirement is a modern OS and a system with atleast a semi-recent GPU.
Is Zenyx free to use?
+Is Zenyx free to use?
Yes, Zenyx is open-source software licensed under MIT. You can Modify,
Distribute, and use Zenyx for any purpose you wish.
\ No newline at end of file
+
+
+
diff --git a/subcrates/zephyr/README.md b/subcrates/zephyr/README.md
new file mode 100644
index 0000000..ee6059c
--- /dev/null
+++ b/subcrates/zephyr/README.md
@@ -0,0 +1,8 @@
+# Zephyr ECS