laurent.orseau
2021-9-19 13:12:16

That’s also a very poor chess move… Playing outside the board?!


spdegabrielle
2021-9-19 17:39:35

It’s pretty cool. Animation is good and you can even do networked games.


jestarray
2021-9-19 18:15:18

what about sound? do you think (play-sound) can handle a lot of sfxs being played at once?


spdegabrielle
2021-9-19 18:19:37

I’ve not tried but you can probably use it with Rsound https://docs.racket-lang.org/rsound/index.html\|https://docs.racket-lang.org/rsound/index.html

Seems simple (require rsound) (play ding)


jestarray
2021-9-20 04:12:08

question for setting up the handin server: https://github.com/racket/handin You must prepare a special directory to host the handin server. To run the server, you should either be in this directory, or you should set the PLT_HANDINSERVER_DIR environment variable. trying to set it up on a vps on vultr and im confused what “special directory” means? is it referring to a copy of handin-server in collects? EDIT: it requires x11?! Unable to init server: Could not connect: Connection refused Gtk initialization failed for display ":0" thought it could run headless… is there a way to make it to? I guess it makes some sense since you need to grade universe problems n such


jestarray
2021-9-20 04:22:52

ahh nevermind, setup is the same as test drive quick start


jestarray
2021-9-20 04:57:34

Unable to init server: Could not connect: Connection refused Gtk initialization failed for display ":0" when i run it on my linux vps i get this:


jestarray
2021-9-20 04:57:48

how do i make it not require a display server?


shu--hung
2021-9-20 06:09:47

xvfb-ish server or vnc can work