initial working sketch in go on raylib

This commit is contained in:
2025-12-14 01:04:00 -06:00
commit 7ce7910365
6 changed files with 294 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module github.com/d2fn/sumi
go 1.22
require (
github.com/gen2brain/raylib-go/raylib v0.55.1
github.com/ojrac/opensimplex-go v1.0.2
)
require (
github.com/ebitengine/purego v0.7.1 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/sys v0.20.0 // indirect
)