5 Commits

Author SHA1 Message Date
clement 5be0d2aa01 Cleanup diff 2023-05-14 17:55:51 +02:00
clement fd3ab10e5b Fix SIGTERM signal handling
asix uses the SIGTERM signal to rerun the simulation. Since SDL2
registers a signal handler, killing the old simulation does not have any
effect. The usual way to deal with that is to poll SDL events, but since
SDL is only used for audio here, a single line change does the job.
2023-05-14 17:46:58 +02:00
clement af38d52d98 Update build script 2023-05-07 12:15:22 +02:00
clement 9c13fa337e Add README 2023-05-06 16:11:21 +02:00
clement 1cb64e3aeb Initial commit 2023-05-06 15:44:27 +02:00