currently live @ https://fire.jakecallery.com
This is something I have been meaning to do for a long time.
I was always totally fascinated by the demo scene of old, and the "fire" effect was one of my favorites
So I finally had a chance to do my take on it.
This is technically a next.js app, because I wanted to learn more about handling rendering outside of the react structure while still being able to use the standard components, props, etc... for the controls, as it wasn't something I did a lot of in the past.
- NEXT.js
- Typescript
- HTML Canvas
Install dependencies
npm i
Start the server
npm run dev
Run the following command to create an optomized build that will go into the out
directory
npm run build