This looks awesome! I have a brother-in-law who is 15 (gosh he's getting so old) and who is <i>frighteningly</i> intelligent. He spends most of his free time hooking up relays to a raspberry pi to control an array of Christmas lights. I'll forward this repo to him; I've been trying to get him to start experimenting with Racket. This might just be the ticket.<p>I think Racket is a wonderful language for education, and this library will certainly help a lot more kids find interest in learning Racket. When I first started programming, I wrote a lot of games with ASCII art in Perl. They were not fast, but I learned a bunch! If I had had this, I would have picked up a LISP much sooner.
Is anyone familiar with the stand-alone executable export[1] for Racket?<p>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 64 had a nice BASIC->6502 ramp alongside distribution via floppy/cassette, I’d be super excited about this.<p>[1] <a href="https://docs.racket-lang.org/raco/exe.html" rel="nofollow">https://docs.racket-lang.org/raco/exe.html</a>
I am trying to run this and am running into some issues. I'm a newbie so please help me get going.<p>First, is this supposed to run from DrRacket? I installed the r-cade succesfully but when I run this, I get error:<p>ffi-lib: couldn't open "csfml-audio-2.dll" (The specified module could not be found.; errid=126)
This seems really cool.<p>The "no external asset" goal reminds me of another very cool game engine, still actively maintained, but unfortunately totally under the radar : amulet. There is even an online editor, you can check "defenders of the weeping quasar" it is quite impressive and totally retro : <a href="http://www.amulet.xyz/editor.html" rel="nofollow">http://www.amulet.xyz/editor.html</a>
I pasted the 'Hello, World' code after installing dependencies. It worked. Then I pasted the breakout example at <a href="https://github.com/massung/r-cade/blob/master/examples/breakout.rkt" rel="nofollow">https://github.com/massung/r-cade/blob/master/examples/break...</a> and ... nothing. Just seems to hang in the terminal without opening an r-cade window. How can I debug this?
I 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
Looks awesome! I’m currently teaching Racket in my undergraduate PL course and I was just looking for something graphical to show them. I’ll try this in a week or two!