whyi / SketchFormer

SketchFormer frontend
http://www.whyi.net/geometry/SketchFormer/
1 stars 0 forks source link

Rendering pipeline #10

Open whyi opened 9 years ago

whyi commented 9 years ago

Ideally I shouldn't have worry about this, but! Processing.js has high cpu bandwidth for some reason, which I suspect because of buffer bind/construction for each frame. I should be able to modify the pipeline to just hold static data and use that throughout the runtime.