Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carsonradtke/nosrac.me

Source for my personal website
https://github.com/carsonradtke/nosrac.me

animation particles wasm

Last synced: 7 days ago
JSON representation

Source for my personal website

Awesome Lists containing this project

README

        

# 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