feat: initial commit

This commit is contained in:
devilreef 2026-01-22 16:26:39 +06:00
commit 1b81917307
17 changed files with 1565 additions and 0 deletions

14
go.mod Normal file
View file

@ -0,0 +1,14 @@
module blockyserver
go 1.21
require (
github.com/fogleman/fauxgl v0.0.0-20200818143847-27cddc103802
github.com/go-chi/chi/v5 v5.0.12
github.com/qmuntal/gltf v0.28.0
)
require (
github.com/fogleman/simplify v0.0.0-20170216171241-d32f302d5046 // indirect
github.com/hytale-tools/blockymodel-merger v0.3.0
)