Skip to content

pboyer/uxperiment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uxperiment

Simple experiments in 3d object interaction in webgl, just for fun really.

It currently includes a depth-peeling renderer that supports transparent objects in a way that makes physical sense, with some quick and dirty SSAO and FXAA to give a bit more original look.

Try it out

You can find this running at anyrhine.com, to try it out locally, type the following commands

git clone https://github.com/aki5/uxperiment.git
cd uxperiment
git submodule update --init --recursive
open -a 'google chrome' demo.html

About

UI experiments in WebGL

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 78.9%
  • HTML 17.5%
  • Go 3.6%