This repo contains a static website created in Angular with a basic 3D renderer using WebGL as a portfolio to my projects. Blog posts will be automatically generated from markdown using templates via a Rust program here.
Note: The project is currently in early development.
The renderer uses glMatrix for matrix computations, follow the build instructions in the github to build the library for your own projects.
Everything in the renderer uses typescript for type safety.
Serve:
npx ng serveCreate a component:
npx ng g c myComponentRun formatter:
npm run format