Skip to content

kaareloide/cg-fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project info https://courses.cs.ut.ee/2019/cg/fall/Main/Project-BeautifulFractalImageGenerator

Demo site

https://kaareloide.github.io/cg-fractals/

Controls:

  • Keyboard keys "1", "2", "3", "4" to switch between scenes.
  • Mouse to zoom in and move around.

Requirements

Node.js

Development

First time running

Install dependencies

$ npm install

Start development server

$ npm run start

Otherwise

Start development server

$ npm run start

Publishing to gh-pages

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •