Project info https://courses.cs.ut.ee/2019/cg/fall/Main/Project-BeautifulFractalImageGenerator
https://kaareloide.github.io/cg-fractals/
Controls:
- Keyboard keys "1", "2", "3", "4" to switch between scenes.
- Mouse to zoom in and move around.
Install dependencies
$ npm install
Start development server
$ npm run start
Start development server
$ npm run start
before first time using this method this should be run
$ git worktree add dist gh-pages
$ npm run build
$ cd dist
$ git add .
$ git commit -am "commit message"
$ git push origin gh-pages