Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moxibyte/anthragon
Anthragon is a modern modular and cross platform C++ GUI library
https://github.com/moxibyte/anthragon
c-plus-plus gui modular ui ui-framework
Last synced: about 1 month ago
JSON representation
Anthragon is a modern modular and cross platform C++ GUI library
- Host: GitHub
- URL: https://github.com/moxibyte/anthragon
- Owner: Moxibyte
- License: mit
- Created: 2023-07-15T15:59:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T20:06:35.000Z (over 1 year ago)
- Last Synced: 2024-11-12T11:14:09.445Z (3 months ago)
- Topics: c-plus-plus, gui, modular, ui, ui-framework
- Language: C++
- Homepage: https://anthragon.com/
- Size: 2.07 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anthragon
Anthragon is a modern and cross platform C++ GUI library## Building
The lib is automatically build with custom python scripts. We use the following technologies:
- Python
- Conan
- Premake5
- VisualStudio / MSBuild (On Windows)
- Make and GCC/Clang (On Linux)Building happens in the following order:
1) Premake5 will be downloaded
2) Conan will be called and it will download (and compile when required) all external dependencies
3) Premake5 will be invoked and generates a solution / makefile based on OS and configuration
4) The final solution / makefile can now be executed