Skip to content

tanneraslan/webgl-engine

Repository files navigation

Description

Early foundations for something akin to a game engine in typescript and WebGL.

How to use

First, install the necessary dependencies:

npm install

To build the project, run the build script:

npm run build

This 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published