Skip to content

peak1media/appstract-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appstract : Client

Appstract is a data visualization experiment that uses mouse movements to create an abstract digital painting. Install both the server & client repos in order to get things working.

Icon

Install & run : server

git clone https://github.com/soupman99/appstract-server.git
cd appstract-server && npm i
npm run start

Install & run : client

git clone https://github.com/soupman99/appstract-client.git
cd appstract-client && npm i
npm run start

TODOS

  • Clean up webpack build process to only need 1 set of files for electron run rather than dev & prod

About

a data visualization experiment that uses mouse movements to create an abstract digital painting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.7%
  • TypeScript 35.2%
  • HTML 9.4%
  • CSS 0.7%