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

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

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