clasp-developers / imgui-clasp

Expose the ImGui framework to clasp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Expose the ImGui framework to clasp


Languages

Language:C++ 67.0%Language:Python 18.6%Language:Common Lisp 14.4%