https://github.com/godunko/adawebui
Web UI on Ada
https://github.com/godunko/adawebui
ada wasm webgl webui
Last synced: about 1 month ago
JSON representation
Web UI on Ada
- Host: GitHub
- URL: https://github.com/godunko/adawebui
- Owner: godunko
- License: bsd-3-clause
- Created: 2020-01-24T09:46:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T17:49:08.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T20:32:18.246Z (9 months ago)
- Topics: ada, wasm, webgl, webui
- Language: Ada
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ada - adawebui - GUI based on [adawebpack]. (Frameworks / Graphical User Interface)
README
# AdaWebUI
Web UI on Ada## Dependencies
AdaWebUI requires GNAT/LLVM/WASM compiler and runtime as well as Web API bindings from [AdaWebPack](https://github.com/godunko/adawebpack).
Abstract_GL_Widget requites OpenGL binding (for WebGL/WASM platform) from [AdaGL](https://github.com/godunko/adagl).
## Examples
There is only one example for now, [spinning 3D cube](https://www.ada-ru.org/files/cube/index.html).