Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zacharycarter/nuklear-nim
Nim bindings for https://github.com/vurtun/nuklear/
https://github.com/zacharycarter/nuklear-nim
bindings gui nim nim-language nuklear
Last synced: 3 months ago
JSON representation
Nim bindings for https://github.com/vurtun/nuklear/
- Host: GitHub
- URL: https://github.com/zacharycarter/nuklear-nim
- Owner: zacharycarter
- Archived: true
- Created: 2017-02-18T15:22:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T18:19:30.000Z (over 5 years ago)
- Last Synced: 2024-08-01T10:19:34.071Z (6 months ago)
- Topics: bindings, gui, nim, nim-language, nuklear
- Language: Nim
- Homepage:
- Size: 1.27 MB
- Stars: 117
- Watchers: 2
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuklear-nim
Nim bindings for https://github.com/vurtun/nuklear/These are Nim bindings to the Nuklear Immediate Mode GUI library : https://github.com/vurtun/nuklear/
The bindings do work - see [this example](https://github.com/zacharycarter/nuklear-nim/blob/master/examples/nuklear_nim_examples/glfw3_opengl3.nim) -
for an example using GLFW and OpenGL.![nuklear-nim](http://i.imgur.com/70pnfMP.png)
This repository is a WIP and will be undergoing heavy changes over the next month or so. The bindings should be relatively stable -
some more functionality from Nuklear will be added over time.If you notice anything missing / not working / have suggestions for improvement, please submit an issue or pull request for review.