An open API service indexing awesome lists of open source software.

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

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.