An open API service indexing awesome lists of open source software.

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)

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
```
![scrsht-linux](https://github.com/rdbo/ImGui-Allegro5-Application/blob/master/imgui-allegro5-window-screenshot-linux.png)