🚧 work in progress...
3D Graphics Simulations for the Web
Install Node.js, start a new repository using this template, create a local clone of your new repository, and run the following console commands within your local copy:
# install dependencies
npm install
# start local web server
npm run dev| Action | Command | Description |
|---|---|---|
| dev | npm run dev |
Start a development server |
| build | npm run build |
Build the test application |
| lint | npm run lint |
Run static code analysis |
| format | npm run format |
Format source files |
| Tool | Reference |
|---|---|
| Node.js | https://nodejs.org |
| Vite | https://vitejs.dev |
| ESLint | https://eslint.org |
| Prettier | https://prettier.io |
| EditorConfig | https://editorconfig.org |
| Reference | Website |
|---|---|
| Can I Use | https://caniuse.com |
| Browserslist | https://browsersl.ist |
| WebGL2 | https://www.khronos.org/webgl/ |
| glTF | https://www.khronos.org/gltf/ |
| analyze | https://esbuild.github.io/analyze/ |
| Web3D Survey | https://web3dsurvey.com/webgl2 |
| Web Platform Status | https://webstatus.dev |
This project is released under the MIT License.