Skip to content

AwesomeYotta/anaglyph-3d-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anaglyph-3d-demo

基于createjs的红蓝3d demo
原理:左眼图去掉蓝绿通道,右眼图去掉红色通道,然后组合成一张图片
不光createjs,直接操作canvas也是可以实现的
直接操作dom,并且应用svg filter应该也是可以实现的

# install dependencies
npm install

# serve with hot reload at localhost:9000
npm run dev

About

基于createjs的红蓝3d demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.3%
  • TypeScript 14.2%
  • HTML 6.9%
  • CSS 2.6%