Skip to content

JCalHij/christmas_gl

Repository files navigation

Christmas GL

Learning WebGL during Christmas 2022.

Resources

Typescript

# Installation and initialization
npm install --save-dev typescript
npx tsc --init

# ...
# write stuff
# ...

# Compile
npm tsc

Interesting properties that could be modified from tsconfig.json are:

  • outDir to something like ./build/.
  • noImplicitAny to false.
  • strictNullChecks to false.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published