https://github.com/planetis-m/naygui
never say never
https://github.com/planetis-m/naygui
Last synced: 2 months ago
JSON representation
never say never
- Host: GitHub
- URL: https://github.com/planetis-m/naygui
- Owner: planetis-m
- License: mit
- Created: 2023-07-16T17:23:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T20:44:46.000Z (6 months ago)
- Last Synced: 2024-12-25T21:22:58.944Z (6 months ago)
- Language: C
- Size: 1.76 MB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Naygui
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/[API docs](https://planetis-m.github.io/naygui/raygui.html)
## 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.