https://github.com/clasp-developers/imgui-clasp
Expose the ImGui framework to clasp
https://github.com/clasp-developers/imgui-clasp
Last synced: 4 months ago
JSON representation
Expose the ImGui framework to clasp
- Host: GitHub
- URL: https://github.com/clasp-developers/imgui-clasp
- Owner: clasp-developers
- Created: 2021-10-09T14:23:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T03:14:28.000Z (over 3 years ago)
- Last Synced: 2024-12-28T10:48:01.098Z (6 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expose the ImGui framework to clasp
## Installing in the clasp source tree
cd clasp/extensions
git clone https://github.com/clasp-developers/imgui-clasp## Building
Build clasp like you usually would - the imgui-clasp extension is automatically built in.
## Configuration for macOS
brew install glfw
## Configuration for linux
sudo apt-get install libglfw3-dev