planetis-m/raylib-examples

How to run these examples?

Closed this issue · 2 comments

Hi! I apologize if the answer for this is obvious, but as someone who is just starting to dabble in Nim I'm having some trouble finding out how to run these examples. Could you provide some guidance?

Thanks!

Hello @tupini07 and thank you fro trying out naylib. The installation steps is to first get naylib ($ nimble install naylib) and then nim c -d: release example.nim each individual example.

thank you very much! Closing