This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Næt Moore | TranquilMarmot
nate.moore.codes
did:plc:prup4zjqmysy545wploxfcnt
Another tip: if you use `:=` when assigning variables, they will automatically be typed to what you're assigning them to!
i.e.
var a: Vector3 = Vector3.ZERO
var b := a
var c := Vector3.ZERO
Will all be typed to Vector3
2025-03-01T02:55:20.849Z