Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winfidonarleyan/imguitest
https://github.com/winfidonarleyan/imguitest
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/winfidonarleyan/imguitest
- Owner: Winfidonarleyan
- Created: 2023-03-01T10:55:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T09:48:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T02:53:56.842Z (3 months ago)
- Language: C++
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImGui test app
- [ImGui CI](https://github.com/ocornut/imgui/blob/master/.github/workflows/build.yml)
# Deps
```sh
sudo apt-get update
sudo apt-get install -y make cmake libglfw3-dev libsdl2-dev gcc-multilib g++-multilib libfreetype6-dev
```# Build
```sh
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=~/GitBinary/imgui
make -j 15
make install
```# Run
```sh
cd ~/GitBinary/imgui/bin
./ImGuiTest
```