Is anyone familiar with the stand-alone executable export[1] for Racket? I did a Ludum Dare and browsed a submission where a child had spent a lot of time and effort making a project in PyGame, but found it hard to distribute because he didn’t have the technical know how of converting it to something like a windows `.exe` file at the time. If this helps youngsters learn and explore programming the way the Commodore 6…
Show HN: R-cade, a simple arcade game engine for Racket
11–20 of 25 posts
Re: Show HN: R-cade, a simple arcade game engine for Racket
#12Is anyone familiar with the stand-alone executable export[1] for Racket? I did a Ludum Dare and browsed a submission where a child had spent a lot of time and effort making a project in PyGame, but found it hard to distribute because he didn’t have the technical know how of converting it to something like a windows `.exe` file at the time. If this helps youngsters learn and explore programming the way the Commodore 6…
I've used the two to make Linux and Windows (via Wine) distributions without any issues. It's fairly painless.
Re: Show HN: R-cade, a simple arcade game engine for Racket
#13Seems like a fun project to dig into. Busy these days, but might have to give it a go.
Re: Show HN: R-cade, a simple arcade game engine for Racket
#14First, is this supposed to run from DrRacket? I installed the r-cade succesfully but when I run this, I get error:
ffi-lib: couldn't open "csfml-audio-2.dll" (The specified module could not be found.; errid=126)
Re: Show HN: R-cade, a simple arcade game engine for Racket
#15I am trying to run this and am running into some issues. I'm a newbie so please help me get going. First, is this supposed to run from DrRacket? I installed the r-cade succesfully but when I run this, I get error: ffi-lib: couldn't open "csfml-audio-2.dll" (The specified module could not be found.; errid=126)
Re: Show HN: R-cade, a simple arcade game engine for Racket
#16I am trying to run this and am running into some issues. I'm a newbie so please help me get going. First, is this supposed to run from DrRacket? I installed the r-cade succesfully but when I run this, I get error: ffi-lib: couldn't open "csfml-audio-2.dll" (The specified module could not be found.; errid=126)
You need to download and install the CSFML libraries yourself. For audio you also need OpenAL and libsndfile. Links to all are in the README.
Re: Show HN: R-cade, a simple arcade game engine for Racket
#17Earlier quoted context omitted.
You need to download and install the CSFML libraries yourself. For audio you also need OpenAL and libsndfile. Links to all are in the README.
Thanks. I am currently stuck at this step. I did the raco pkg install csfml and apparently it was installed but i get the same error. Also I tried downloading the csfml bindings but don't know what to do with it as the instructions assume prior knowledge or are too cryptic to me. I'm giving up for now. Maybe I'll try again maybe not.
Re: Show HN: R-cade, a simple arcade game engine for Racket
#18Re: Show HN: R-cade, a simple arcade game engine for Racket
#19I love racket. Does anyone know of a Racket to Javascript compiler. Would love to be able to create Racket powered web games with this for educational purposes