Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Is raylib-cs allowed?

A topic by NoteBoxz created Dec 04, 2023 Views: 340 Replies: 3
Viewing posts 1 to 3
(1 edit)

Basically what the title says, but to clarify is the C# version of Raylib allowed for this game jam?

Submitted(+2)

Hey! This was discussed on discord. Other Raylib bindings are allowed. šŸ‘ Iā€™m personally planning to use Raylib-Zig.

Just be sure you can compile for Web as thatā€™s one of the hard requirements. Hereā€™s a couple resources for C#: https://github.com/disketteman/DotnetRaylibWasm & https://github.com/NotNotTech/Raylib-CsLo/blob/main/wasm-scratch/wasm.md

Host(+2)

Yeah, anything that can build for web. There are no specific language requirements, just so long as you can get a WASM build out of it.

Alright, thanks!