Open blogdron opened 3 years ago
My xbox one controller didn't work ootb, but I'm not sure if it should on Linux :) -- appears to be related to either raylib's input system or more likely glfw's gamepad bindings.
@bmahlbrand Follow the patch link, apply it to get the ability to control the character from keyboard. If you do not know how to apply patches, then simply remove the red lines from the source and add the green ones manually and rebuild the source.
Or check this https://packages.debian.org/sid/xboxdrv As far as I understand, this controller will only work after some actions
There is something missing in the last line.
It should be something like this.
.SILENT:clean
@bbagwang thanks ::)
Use
make build_depends && make mmatching && make run
P.S.:
Im not have gamepad :( If you don't, then you can apply a patch. Only move and zoom works. The rest I did not touch. Basic keyboard support -> https://gist.github.com/fedor-elizarov/2a14307a34112f8d605ee2198855b8af
wasd move key pad 1 zoom in key pad 2 zoom out You need to apply a patch for it. Maybe it will be useful to someone