A VERY simple Window Creation and input handling library wirrten in Odin
###@NOTES
This project is a weekend project to learn Odin and to create a simple window creation and input handling library. after watching tsoding video of his working on sowon https://github.com/tsoding/sowon video https://www.youtube.com/watch?v=0rUBhqR6ckw therefore updates will be slow and only when i have time
Linux x11/wayland support with xcb and wayland (I have no idea how i am going to approach wayland as of this moment)
Full Vulkan support at the moment it's VERY MINIMAL and almost non existent
I plan to add more features to the library as i learn more about Vulkan and window creation in the future