with-live-coding ( main-quot -- )


Vocabulary
raylib.live-coding

Inputs
main-quotmain entry point into the program


Outputs
None

Word description
Sets up environment and runs the game in another thread. Can be convenient to define a word that does this for you.
: dev ( -- ) [ main ] with-live-coding ;


Definition