Got a random segfault in C#, C is great because all of your segfaults are your own skill issue
install raylib (raylib-devel on fedora, not sure if other distros have it)
run make && ./stellarthing
you can also compile from linux to windows if you're insane:
- step 1: install wine
- step 2: install raylib on wine
- step 3: run raylib installation/w64devkit.exe
- step 4: compile the project like you would on linux