Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 984 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 984 Bytes

Terrain Generator

This is a project to create a Web-GL based Terrain Generator, implemented in TypeScript. You can find the demo at terrain.ringeisen.dev.

Scripts

  • start runs your app for development, reloading on file changes
  • start:build runs your app after it has been built using the build command
  • build builds your app and outputs it in your dist directory
  • test runs your test suite with Web Test Runner
  • lint runs the linter for your project

Resources