Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carsonradtke/nosrac.me
- Owner: carsonRadtke
- Created: 2019-03-31T06:17:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T14:41:23.000Z (2 months ago)
- Last Synced: 2024-10-29T11:23:05.339Z (about 2 months ago)
- Topics: animation, particles, wasm
- Language: TypeScript
- Homepage: https://nosrac.me
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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