Skip to content

l1990790120/mspaint.exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mspaint.exe

The repository contains source code for generating motions on https://www.instagram.com/engineer.lulu/.

Development

Javascript packages are managed by npm and compiled by browserify.

npm install
npm install -g browserify watchify
# watch and compile js
watchify -t require-globify src/js/main.js -o src/js/bundle.js -v

# serves file to localhost
# this is only needed because some of the packages checks for cors when loading
# assets from url
python3 -m http.server --directory src

Sketches on available at http://localhost:8000/?sketch=spring-character-3d

Recording is enabled when start-second and frame-rate is provided in the url params. One can also change format to webm so it records video instead (default is set to png).

Packages

  • src: contains all the sketch assets.
  • python-utils: contains some of the opencv transformation to post-process images captured from canvas (p5.js or three.js)

Misc

Things worth knowing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages