/DemoSceneFire

Recreation of the old school Demoscene Fire effect

Primary LanguageTypeScript

Fire

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.

Happy Halloween!

image

Tech used

  • NEXT.js
  • Typescript
  • HTML Canvas

Development Server

Install dependencies

npm i

Start the server

npm run dev

Build

Run the following command to create an optomized build that will go into the out directory

npm run build