No Description

Beoran 4bbfc942be Drop os.File in favor of unix.Open / unix.Close. 4 years ago
c f264c6c640 WIP struggling wth EVIOCGBIT. 4 years ago
cmd 9d42de89b0 Linux driver, IOCTL is starting to work now. 4 years ago
controller 9d42de89b0 Linux driver, IOCTL is starting to work now. 4 years ago
event 17edcf3d7f Work on input driver using Linux syscalls. 4 years ago
os 4bbfc942be Drop os.File in favor of unix.Open / unix.Close. 4 years ago
LICENSE 46aa66f583 Add LICENSE 4 years ago
README.md f4bdbe493e Update README.md 4 years ago
go.mod fbb68a17c4 Use pos.File.SyscallCon for better access to the FD and to enable nonblocking communication. 4 years ago
go.sum fbb68a17c4 Use pos.File.SyscallCon for better access to the FD and to enable nonblocking communication. 4 years ago

README.md

galago

GAme Library And GO

The goal of this project is to write a low level game and multimedia platform independend lbrary for Go language. This with minimal dependencies and minimal ue of cgo, using either direct system calls or nocgo in stead if possible.