carsonRadtke / nosrac.me

Source for my personal website

Home Page:https://nosrac.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nosrac.me

https://nosrac.me

Running Locally

tl;dr:

$ make serve

There are three main components:

  1. animation/ contains the rust code that compiles to web assembley and takes care of the logic for particles and for the particle system
  2. ui/ contains the typescript code that compiles to javascript and takes care of manipulating the DOM as well as initializing the canvas
  3. www/ is the site's root directory and all generated code is ultimately moved there

About

Source for my personal website

https://nosrac.me


Languages

Language:TypeScript 32.2%Language:HTML 28.3%Language:Rust 28.1%Language:Makefile 11.0%Language:CSS 0.5%