Updated links to version 0.0.2. Now the game has audio (sound fx and music) and supports OpenGL 2.1+.
efeijo
17
Posts
A member registered Apr 21, 2019 · View creator page →
Creator of
Recent community posts
Decent Magician Of the Moldy Dungeon jam comments · Posted in Decent Magician Of the Moldy Dungeon jam comments
I'm having trouble restarting my game with trivial-gamekit. Evaluation aborted on #<SIMPLE-ERROR "Only one active system of type 'appkit-system is allowed">
Is there a way to kill the 'appkit-system thread? I tried with (stop) but it's not working. My workaround for this is to close slime and reload everything, but its really annoying. Any ideas?
*edit*
The game runs fine for now. I think my code was breaking something and SBCL became unresponsive, not destroying the game process, even with (stop) calls.
Awesome library by the way! Very simple, it helps me a lot since I'm new to the lisp world.