https://github.com/rdbo/imgui-allegro5-application
ImGui Allegro5 Application (tested on Linux)
https://github.com/rdbo/imgui-allegro5-application
allegro5 application cpp dear-imgui gui imgui linux
Last synced: 7 months ago
JSON representation
ImGui Allegro5 Application (tested on Linux)
- Host: GitHub
- URL: https://github.com/rdbo/imgui-allegro5-application
- Owner: rdbo
- Created: 2020-02-24T00:18:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T14:26:14.000Z (over 5 years ago)
- Last Synced: 2025-01-20T18:13:12.916Z (9 months ago)
- Topics: allegro5, application, cpp, dear-imgui, gui, imgui, linux
- Language: C++
- Homepage:
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImGUI Allegro5 Application
# How to compile on Linux
Make sure all the dependencies of the file requirements.txt are satisfied. Installing them through a package manager, such as APT might work.
Give execute permission to the file "compile.sh" by running the command:
```
$ chmod +x compile.sh
```
Run "compile.sh":
```
$ ./compile.sh
```
The output file is called "imgui_allegro5_app". To test it, run:
```
$ ./imgui_allegro5_app
```
