https://github.com/pcothren/pilotlight-ui
A lightweight immediate mode graphical user interface toolkit.
https://github.com/pcothren/pilotlight-ui
Last synced: 4 months ago
JSON representation
A lightweight immediate mode graphical user interface toolkit.
- Host: GitHub
- URL: https://github.com/pcothren/pilotlight-ui
- Owner: Pcothren
- License: mit
- Created: 2023-09-17T19:56:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-17T23:03:30.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T11:17:15.390Z (over 1 year ago)
- Homepage:
- Size: 603 KB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Pilot Light UI
A lightweight immediate mode graphical user interface toolkit. Very early stage.
Developer Notes •
License •
Inspiration
## Developer Notes
Information for developers can be found in the [wiki](https://github.com/hoffstadt/pilotlight-ui/wiki). This includes:
* [contributing](https://github.com/hoffstadt/pilotlight/wiki/Contributing)
* [style guide](https://github.com/hoffstadt/pilotlight/wiki/Style-Guide)
## License
**Pilot Light UI** is licensed under the [MIT License](https://github.com/hoffstadt/pilotlight-ui/blob/master/LICENSE).
## Inspiration
This project is inspired by:
* [Omar Cornut](http://www.miracleworld.net/) & [Dear ImGui](https://github.com/ocornut/imgui).
* [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear)
* Casey Muratori & [Handmade Hero](https://handmadehero.org/)
* [Sean Barrett](https://nothings.org/) & his [stb](https://github.com/nothings/stb) libraries