Hello everyone,
I'm comfortable using Racket and CL (and a bit of Chicken) but I have not found a nice way to deploy games written in those two for the web. Obviously, it's easier to get people to play your game if they just have to click play in a browser but the only easy way to deploy for web I've found is CALM(https://github.com/VitoVan/calm) and that looks like a thin wrapper on top of the HTML canvas.
There are a lot of nice looking game frameworks and engines out there for CL and raylib, csfml, sdl bindings are basically available everywhere but I have not come across something that can easily deploy to web.
Another post here was showing off the Hoot project which looks quite nice but I've never done stuff in Guile Scheme.
Am I missing something for Racket and CL or are there no real options for easy browser based deployments?
I can always just build the executables but it would be nice to have a web build aswell.
Thanks in advance!