module
0.0.0-20220305075649-57825537b64f
Repository: https://github.com/gitbufenshuo/gopen.git
Documentation: pkg.go.dev
# README
gopen
Golang writen 3D render library and some game-relative concepts.
install
# Find a directory which is not $GOPATH
git clone https://github.com/gitbufenshuo/gopen
try some examples
cd gopen/example/jumpjump
go build -o jumpjump.out
./jumpjump.out local
bug report
Please issue anything that runs wrongly.