~jamesaorson/guile-raygui-app-template

ef82af08 — James Orson 4 months ago
Fix up install, so it installs dependencies
Complete instructions

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~jamesaorson/guile-raygui-app-template
read/write
git@git.sr.ht:~jamesaorson/guile-raygui-app-template

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

#guile-raygui-app-template

Exactly what it sounds like: an app template for Raygui in Guile

#How to use

PROJECT=MY_PROJECT

# Install the app and its dependencies
/bin/bash -c "$(curl -fsSL https://git.sr.ht/~jamesaorson/guile-raygui-app-template/blob/main/generate.bash)" -- ${PROJECT}
# Run the app
./${PROJECT}/run
Do not follow this link