ronoaldo / openvoxel

WIP: Open Voxel is an open source voxel game engine

Home Page:https://www.openvoxel.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openvoxel

This project is a work in progress!

openvoxel is an open source voxel game engine.

Experimental demo available here:

Development Setup

To start developing, you can use the helper scripts in the scripts/ folder. You must have already a working Go installation, we tested on Go 1.18 and newer and be using either Debian/Ubuntu or a debian-based docker container.

After checking out the repository, you can then execute:

export OPENVOXEL_ARCHS=amd64
./scripts/cross-setup.sh

This will install all the OpenGL dependencies for you. To get started testing, use the go build or go run commands, like:

cd exp/cmd/helloworld
go run main.go

To speed up the testing cycle, run go install once so you can benefit from cached packages built with CGO:

cd exp/cmd/helloworld
go install

About

WIP: Open Voxel is an open source voxel game engine

https://www.openvoxel.net

License:Apache License 2.0


Languages

Language:Go 89.4%Language:Shell 8.0%Language:HTML 1.3%Language:GLSL 1.3%