https://github.com/ada-game-framework/anuklear_examples
Test programs for ANuklear.
https://github.com/ada-game-framework/anuklear_examples
ada game game-development gamedev games gui nuklear nuklear-gui ui
Last synced: 6 days ago
JSON representation
Test programs for ANuklear.
- Host: GitHub
- URL: https://github.com/ada-game-framework/anuklear_examples
- Owner: ada-game-framework
- License: mit
- Created: 2024-04-30T17:35:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T15:45:04.000Z (almost 2 years ago)
- Last Synced: 2024-07-08T16:01:09.539Z (almost 2 years ago)
- Topics: ada, game, game-development, gamedev, games, gui, nuklear, nuklear-gui, ui
- Language: Ada
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ANuklear_Examples
Sample programs for ANuklear UI library.
*Note*:
1. Currently, to build the lib, you need to comment out the ```private``` keyword from the ```SDL.C_Pointers``` package.
2. This only binds the SDL renderer as this is early stages.
This is what I have for the ```demo``` program so far. You can move the window and min/maximise it, you can press the button which prints a message, but I don't know why it's not showing correctly.

## Copyright notice
See [LICENCE](./LICENCE) file.
## [Current version](http://www.semver.org)
See [alire.toml](./alire.toml)