migrate to vite working

This commit is contained in:
2025-02-15 09:24:56 -07:00
parent 10f6d92b7f
commit 8e6294c96f
53 changed files with 608 additions and 219 deletions

3
src/math/constants.ts Normal file
View File

@@ -0,0 +1,3 @@
export const Constants = {
TWO_PI: Math.PI * 2
}