Drops and drops together make an ocean. Did nothing major just some small stuff
- Added buttons (RayGUI) for navigation #7608e9
- Made the game fully self-contained. The game executable requires no dlls, no other libraries or assets either. Everything is bundled together in a single executable!
For this to work, I used #load("file_source") function. It returns []u8 or in C terms *uint8_t.
But this won’t work with the raygui style loader function rl.GuiLoadStyle() that requires the ‘filename’ and not the data.
So for that reason. I read the source code of raygui an d implemented their function in Odin since they don’t expose the function to the user.
That’s about it tho!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.