49e814d1bc
- webgl boilerplate - shader ambiant + diffuse lighting - fractal perlin noise chunk generation - super primitive world generation (stone, dirt, grass blocks) - WASD controls + mouse pointer capture On the menu: - collisions - gravity - mine & place - more stuff
13 lines
225 B
JSON
13 lines
225 B
JSON
{
|
|
"name": "wmc",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esbuild": "^0.14.2"
|
|
},
|
|
"scripts": {
|
|
"serve": "esbuild --outfile=app.js index.js --bundle --servedir=."
|
|
}
|
|
}
|