This repository has been archived by the owner on Oct 5, 2020. It is now read-only.
forked from djhworld/gomeboycolor
-
Notifications
You must be signed in to change notification settings - Fork 17
MacOS Support #4
Comments
Yes, it uses some Linux-specific ioctl trickery to display graphics in text mode. Unfortunately I don't have anything running OS X to tinker with. |
You can use Termbox, it is cross platform. |
+1 Having this issues too. |
This is a shot in the dark, but it might be worth checkout out the |
@dobyrch The freebsd branch did not work. I will take a look at the code on the weekend. go build github.com/dobyrch/termboy-go
# github.com/dobyrch/termboy-go/inputoutput
In file included from inputoutput/keyboard.go:4:
./keyboard.h:7:10: fatal error: 'sys/kbio.h' file not found
#include <sys/kbio.h>
^
1 error generated. |
Me,tooooooooooo. T_T |
+1 |
bump |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It appears that only works on linux.
The text was updated successfully, but these errors were encountered: