Skip to content

nrhvyc/go-voxel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-voxel

A voxel engine written using Go & Raylib

Work in Progress Compiling to WASM

GOOS=js GOARCH=wasm go build -o main.wasm cmd/*

CGO_ENABLED=1 GOOS=linux GOARCH=amd64 CC="zig cc -target x86_64-linux" CXX="zig c++ -target x86_64-linux" go build -o main.wasm cmd/*

CGO_ENABLED=1 GOOS=js GOARCH=wasm CC="zig cc -target x86_64-linux" CXX="zig c++ -target x86_64-linux" go build -o main.wasm cmd/*

About

A voxel engine written in Go using Raylib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages