A simple project to get Raylib running via Rayex
It is required you install Raylib first. This article may help.
- Clone Rayex at the same level of this repo
git clone git@github.com:shiryel/rayex.git- Get dependencies
mix deps.get- Run the 'game' (just a demo of sorts)
mix run