Early foundations for something akin to a game engine in typescript and WebGL.
First, install the necessary dependencies:
npm installTo build the project, run the build script:
npm run buildThis uses Webpack to compile and bundle all TypeScript source files into a single optimized file at /dist/main.js.
Once the build is complete, you can launch a local server to view the project:
python3 -m http.server 8000