https://github.com/radicazz/laya
SDL meets idiomatic C++
https://github.com/radicazz/laya
cmake cpp cross-platform library sdl sdl3 ui user-interface wrapper
Last synced: 3 days ago
JSON representation
SDL meets idiomatic C++
- Host: GitHub
- URL: https://github.com/radicazz/laya
- Owner: radicazz
- License: mit
- Created: 2025-09-27T02:01:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-12-16T00:44:41.000Z (7 months ago)
- Last Synced: 2025-12-17T12:59:43.145Z (7 months ago)
- Topics: cmake, cpp, cross-platform, library, sdl, sdl3, ui, user-interface, wrapper
- Language: C++
- Homepage: https://radicazz.github.io/laya/
- Size: 1.11 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Agents: AGENTS.md
Awesome Lists containing this project
README
An intuitive C++ wrapper for modern, idiomatic and efficient multi-media development with SDL.
About
With laya you can create windows, handle input, render graphics, upload textures from surfaces, and manage resources in a type-safe and efficient manner built ontop of SDL. You can find more examples here to help you get started.
## License
This project falls under the MIT License. See [LICENSE.txt](LICENSE.txt) for details.