Categorygithub.com/nrhvyc/go-voxel
repository
0.0.0-20241206044703-d862e5aaf6d6
Repository: https://github.com/nrhvyc/go-voxel.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

go-voxel

A voxel engine written using Go & Vulkan

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/*