项目作者: OSU-CS290-Sp2017

项目描述 :
Etch-a-Sketch but it's not really an Etch-a-Sketch because the content fades dynamically but that's okay because who really cares what it's called?
高级语言: JavaScript
项目地址: git://github.com/OSU-CS290-Sp2017/final-project-sikihaja.git
创建时间: 2017-06-07T01:44:33Z
项目社区:https://github.com/OSU-CS290-Sp2017/final-project-sikihaja

开源协议:ISC License

下载


final-project-sikihaja

Final Project for:

Jason Kiff

Jonah Siekmann

Burton Jaursch

Alec Hayden

Jared Tence

Dynamic drawing board. Each collaborator gets their own hex color to draw with, and there’s a running list of current collaborators.

Drawings fade out dynamically, decreasing in opacity as time passes. Maybe losing 10% opacity every 5 seconds, so drawings would return to totally white after 50 seconds.

Things left to do:

Add list of contributors (names/hex colors) (Jason)

Allow the user to pick the fade rate of the curve (Alec)

GUI/Drawing enhancements, geometrical shapes (Jared)

Various design improvements (Burton)

‘Snapshot’ image stored in a JSON file, able to be called up by a user.