On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Minimal Fennel Setup for Raylib

A topic by dawranliou created May 19, 2023 Views: 137
Viewing posts 1 to 1
Submitted(+1)

Hi all, I documented a minimal Fennel setup to use Raylib here: https://github.com/dawranliou/minimal-raylib-fennel.  This setup uses the Luajit-based binding from the raylib-lua project.  With a little tinkering, I was utterly amazed at how little needed to be done to integrate Fennel.  Kudos to the Fennel's maintainers and the community!

I don't know if I'll use this setup for my game jam entry this time or stick with the tried-and-true alexjgriffith/min-love2d-fennel.  We'll see!  However, feel free to submit issues or your feedback.  Thanks!