Naygui
October 29, 2024 ยท View on GitHub
Welcome to this repository! Here you'll find a Nim wrapper for raygui, an auxiliar module for raylib to create simple GUI interfaces.
Documentation
Please refer to the raygui readme and examples writen in C: https://github.com/raysan5/raygui/
Installation
nimble install https://github.com/planetis-m/naygui.git
Examples
Example code located in tests dir: https://github.com/planetis-m/naygui/blob/master/tests/controls_test_suite.nim
nim compile -r tests/controls_test_suite.nim
Development Status
Currently some features are missing.