003 fucking RENDERS models YAAAAAAAAA

This commit is contained in:
41666 2023-10-10 00:11:02 -04:00
parent 28faa03ac6
commit 23d7810ab6
30 changed files with 16955 additions and 221 deletions

View file

@ -4,13 +4,14 @@
"main": "./hack/build.ts",
"scripts": {
"build": "bun $BUNFLAGS .",
"build:watch": "BUNFLAGS=--watch bun run build",
"build:watch": "nodemon -e ts,js,frag,vert,glsl,ply",
"serve": "serve ./html",
"dev": "run-p serve build:watch"
},
"devDependencies": {
"bun-types": "latest",
"npm-run-all2": "^6.1.1",
"nodemon": "^3.0.1",
"prettier": "^3.0.3"
},
"peerDependencies": {
@ -23,5 +24,14 @@
"glob": "^10.3.10",
"serve": "^14.2.1",
"typescript": "^5.2.2"
},
"nodemonConfig": {
"ignore": [
"html/",
"README.md",
"src/meshes/*.ts"
],
"delay": 1000,
"exec": "bun run . --"
}
}