Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HW00: Michael Mason #19

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# HW 0: Intro to Javascript and WebGL
<p align="center">
<img src="https://github.com/user-attachments/assets/ad5bbd35-5cba-4821-8b39-0fcdd7496881">
</p>

This project was a crash course in TypeScript, WebGL and Github Pages / Actions, where I extend a simple object viewer to render fun 3D noise on a cube.

> *Below are the original assignment instructions.*

---
<p align="center">
<img width="360" height="360" src="https://user-images.githubusercontent.com/1758825/132532354-e3a45402-e484-499e-bfa7-2d73b9f2c946.png">
</p>
Expand Down
4 changes: 4 additions & 0 deletions npmenv.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# configure fnm environment
fnm env --use-on-cd | Out-String | Invoke-Expression
# download and install Node.js
fnm use --install-if-missing 20.10.0
Loading