~jamesaorson/guile-cimgui

issues: add issue for generating cimgui bindings file
Initial commit

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~jamesaorson/guile-cimgui
read/write
git@git.sr.ht:~jamesaorson/guile-cimgui

You can also use your local clone with git send-email.

#guile-imgui

#Pipeline Status

  • Build Build status

  • Mirror Git mirror status

#Setup

To setup a system, root access is often required. So, if using sudo:

sudo make setup

And if not:

make setup

#Running

#Locally

make run

#Containerized

make container-build container-run

or using bash magic

make container-{build,run}

make container-run will live load the relevant application code from your git repo into the container, via a volume, allowing for live reloads.

Do not follow this link