Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgrojo/atgui
Ada binding for TGUI, a cross-platform GUI for SFML
https://github.com/mgrojo/atgui
ada binding cross-platform gui sfml tgui
Last synced: 25 days ago
JSON representation
Ada binding for TGUI, a cross-platform GUI for SFML
- Host: GitHub
- URL: https://github.com/mgrojo/atgui
- Owner: mgrojo
- License: zlib
- Created: 2024-02-24T22:51:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-03T15:32:33.000Z (10 months ago)
- Last Synced: 2024-10-28T11:12:35.704Z (2 months ago)
- Topics: ada, binding, cross-platform, gui, sfml, tgui
- Language: Ada
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ATGUI
Ada binding for [TGUI](https://github.com/texus/TGUI), a cross-platform GUI for [SFML](https://github.com/mgrojo/ASFML).## Status
Not ready yet for use:
- Many subprograms are pending to be wrapped to use `String` or
`Wide_Wide_String`.
- The only test has been a simple example converted from CTGUI.
- Expect API changes.