├── .gitignore ├── README.md ├── data ├── .DS_Store ├── COPYRIGHT.md ├── LICENSE.txt ├── Len-Lye.mov ├── Merci.aif ├── Minipax.ttf ├── TINY5x3GX.ttf ├── background.jpg ├── circle.ply ├── cube.ply ├── earth.jpg ├── font.ttf ├── image.jpg ├── img │ ├── 0.png │ ├── 1.png │ ├── 10.png │ ├── 11.png │ ├── 12.png │ ├── 13.png │ ├── 14.png │ ├── 15.png │ ├── 16.png │ ├── 17.png │ ├── 18.png │ ├── 19.png │ ├── 2.png │ ├── 20.png │ ├── 21.png │ ├── 22.png │ ├── 23.png │ ├── 24.png │ ├── 25.png │ ├── 26.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ └── 9.png ├── leaf.png ├── object.ply ├── penguin.jpg ├── penguin.ply ├── piece.wav ├── rgb.jpg ├── screen.png ├── sound.mp3 ├── teapot.ply ├── text.txt ├── tile.jpg ├── torusknot.ply ├── transparency.png ├── video.mp4 ├── wood.jpg └── zoologic.ttf ├── examples ├── 0-Introduction affichage.pd ├── 1-Introduction Affichage 3d.pd ├── 2-Image 2d pixel et calques.pd ├── 3-Image 2d video composition.pd ├── 4-dessiner en continu buffer trace.pd ├── 5-piscine a boule et abstractions objets instanciés.pd ├── Click random particle text.pd ├── Cube text framebuffer pixel fbo.pd ├── Fullscreen movie player plane ratio.pd ├── Multitexture noiseplane framebuffer fbo.pd ├── Planche Video LenLye ofelia script.pd ├── Scrolling image with frame by frame animation.pd ├── Scrolling text random phrases.pd ├── Sphere soundwave oscilloscope.pd └── boule.pd ├── font.ttf ├── of.arealight-help.pd ├── of.arealight.pd ├── of.bezier-help.pd ├── of.bezier.pd ├── of.blend-help.pd ├── of.blend.pd ├── of.box-help.pd ├── of.box.pd ├── of.camera-help.pd ├── of.camera.pd ├── of.circle-help.pd ├── of.circle.pd ├── of.color-help.pd ├── of.color.pd ├── of.colorloop-help.pd ├── of.colorloop.pd ├── of.cone-help.pd ├── of.cone.pd ├── of.cylinder-help.pd ├── of.cylinder.pd ├── of.depth-help.pd ├── of.depth.pd ├── of.dragged-help.pd ├── of.dragged.pd ├── of.draw-help.pd ├── of.draw.pd ├── of.ellipse-help.pd ├── of.ellipse.pd ├── of.fbo-help.pd ├── of.fbo.pd ├── of.grabscreen-help.pd ├── of.grabscreen.pd ├── of.gravitation-help.pd ├── of.gravitation.pd ├── of.gridplane-help.pd ├── of.gridplane.pd ├── of.icosphere-help.pd ├── of.icosphere.pd ├── of.image-help.pd ├── of.image.pd ├── of.imagetexture-help.pd ├── of.imagetexture.pd ├── of.iterate-help.pd ├── of.iterate.pd ├── of.keyboard-help.pd ├── of.keyboard.pd ├── of.keypress-help.pd ├── of.keypress.pd ├── of.keyrelease-help.pd ├── of.keyrelease.pd ├── of.light-help.pd ├── of.light.pd ├── of.line-help.pd ├── of.line.pd ├── of.material-help.pd ├── of.material.pd ├── of.mesh-help.pd ├── of.mesh.pd ├── of.meshcircle-help.pd ├── of.meshcircle.pd ├── of.mouse-help.pd ├── of.mouse.pd ├── of.movie-help.pd ├── of.movie.pd ├── of.movietexture-help.pd ├── of.movietexture.pd ├── of.multiimage-help.pd ├── of.multiimage.pd ├── of.node-help.pd ├── of.node.pd ├── of.noise-help.pd ├── of.noise.pd ├── of.noiseplane-help.pd ├── of.noiseplane.pd ├── of.ortho-help.pd ├── of.ortho.pd ├── of.ortho.pd.zip ├── of.oscillo~-help.pd ├── of.oscillo~.pd ├── of.particle-help.pd ├── of.particle.pd ├── of.path-help.pd ├── of.path.pd ├── of.pixgradient-help.pd ├── of.pixgradient.pd ├── of.pixnoise-help.pd ├── of.pixnoise.pd ├── of.plane-help.pd ├── of.plane.pd ├── of.pointlight-help.pd ├── of.pointlight.pd ├── of.popmatrix-help.pd ├── of.popmatrix.pd ├── of.pushmatrix-help.pd ├── of.pushmatrix.pd ├── of.quad-help.pd ├── of.quad.pd ├── of.rectangle-help.pd ├── of.rectangle.pd ├── of.rectrounded-help.pd ├── of.rectrounded.pd ├── of.repeat-help.pd ├── of.repeat.pd ├── of.rotate-help.pd ├── of.rotate.pd ├── of.savepdf.pd ├── of.scale-help.pd ├── of.scale.pd ├── of.separator-help.pd ├── of.separator.pd ├── of.soundplayer-help.pd ├── of.soundplayer.pd ├── of.sphere-help.pd ├── of.sphere.pd ├── of.spotlight-help.pd ├── of.spotlight.pd ├── of.text-help.pd ├── of.text.pd ├── of.textbitmap-help.pd ├── of.textbitmap.pd ├── of.textunicode-help.pd ├── of.textunicode.pd ├── of.translate-help.pd ├── of.translate.pd ├── of.triangle-help.pd ├── of.triangle.pd ├── of.video-help.pd ├── of.video.pd ├── of.videotexture-help.pd ├── of.videotexture.pd ├── of.view-help.pd ├── of.view.pd ├── of.window-help.pd ├── of.window.pd ├── of.worldlight-help.pd └── of.worldlight.pd /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/README.md -------------------------------------------------------------------------------- /data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/.DS_Store -------------------------------------------------------------------------------- /data/COPYRIGHT.md: -------------------------------------------------------------------------------- 1 | Copyright (c) 2019 — Raphaël Ronot // ronotypo.com -------------------------------------------------------------------------------- /data/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/LICENSE.txt -------------------------------------------------------------------------------- /data/Len-Lye.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/Len-Lye.mov -------------------------------------------------------------------------------- /data/Merci.aif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/Merci.aif -------------------------------------------------------------------------------- /data/Minipax.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/Minipax.ttf -------------------------------------------------------------------------------- /data/TINY5x3GX.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/TINY5x3GX.ttf -------------------------------------------------------------------------------- /data/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/background.jpg -------------------------------------------------------------------------------- /data/circle.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/circle.ply -------------------------------------------------------------------------------- /data/cube.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/cube.ply -------------------------------------------------------------------------------- /data/earth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/earth.jpg -------------------------------------------------------------------------------- /data/font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/font.ttf -------------------------------------------------------------------------------- /data/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/image.jpg -------------------------------------------------------------------------------- /data/img/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/0.png -------------------------------------------------------------------------------- /data/img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/1.png -------------------------------------------------------------------------------- /data/img/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/10.png -------------------------------------------------------------------------------- /data/img/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/11.png -------------------------------------------------------------------------------- /data/img/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/12.png -------------------------------------------------------------------------------- /data/img/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/13.png -------------------------------------------------------------------------------- /data/img/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/14.png -------------------------------------------------------------------------------- /data/img/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/15.png -------------------------------------------------------------------------------- /data/img/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/16.png -------------------------------------------------------------------------------- /data/img/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/17.png -------------------------------------------------------------------------------- /data/img/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/18.png -------------------------------------------------------------------------------- /data/img/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/19.png -------------------------------------------------------------------------------- /data/img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/2.png -------------------------------------------------------------------------------- /data/img/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/20.png -------------------------------------------------------------------------------- /data/img/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/21.png -------------------------------------------------------------------------------- /data/img/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/22.png -------------------------------------------------------------------------------- /data/img/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/23.png -------------------------------------------------------------------------------- /data/img/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/24.png -------------------------------------------------------------------------------- /data/img/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/25.png -------------------------------------------------------------------------------- /data/img/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/26.png -------------------------------------------------------------------------------- /data/img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/3.png -------------------------------------------------------------------------------- /data/img/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/4.png -------------------------------------------------------------------------------- /data/img/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/5.png -------------------------------------------------------------------------------- /data/img/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/6.png -------------------------------------------------------------------------------- /data/img/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/7.png -------------------------------------------------------------------------------- /data/img/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/8.png -------------------------------------------------------------------------------- /data/img/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/img/9.png -------------------------------------------------------------------------------- /data/leaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/leaf.png -------------------------------------------------------------------------------- /data/object.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/object.ply -------------------------------------------------------------------------------- /data/penguin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/penguin.jpg -------------------------------------------------------------------------------- /data/penguin.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/penguin.ply -------------------------------------------------------------------------------- /data/piece.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/piece.wav -------------------------------------------------------------------------------- /data/rgb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/rgb.jpg -------------------------------------------------------------------------------- /data/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/screen.png -------------------------------------------------------------------------------- /data/sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/sound.mp3 -------------------------------------------------------------------------------- /data/teapot.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/teapot.ply -------------------------------------------------------------------------------- /data/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/text.txt -------------------------------------------------------------------------------- /data/tile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/tile.jpg -------------------------------------------------------------------------------- /data/torusknot.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/torusknot.ply -------------------------------------------------------------------------------- /data/transparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/transparency.png -------------------------------------------------------------------------------- /data/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/video.mp4 -------------------------------------------------------------------------------- /data/wood.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/wood.jpg -------------------------------------------------------------------------------- /data/zoologic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/data/zoologic.ttf -------------------------------------------------------------------------------- /examples/0-Introduction affichage.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/0-Introduction affichage.pd -------------------------------------------------------------------------------- /examples/1-Introduction Affichage 3d.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/1-Introduction Affichage 3d.pd -------------------------------------------------------------------------------- /examples/2-Image 2d pixel et calques.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/2-Image 2d pixel et calques.pd -------------------------------------------------------------------------------- /examples/3-Image 2d video composition.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/3-Image 2d video composition.pd -------------------------------------------------------------------------------- /examples/4-dessiner en continu buffer trace.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/4-dessiner en continu buffer trace.pd -------------------------------------------------------------------------------- /examples/5-piscine a boule et abstractions objets instanciés.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/5-piscine a boule et abstractions objets instanciés.pd -------------------------------------------------------------------------------- /examples/Click random particle text.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/Click random particle text.pd -------------------------------------------------------------------------------- /examples/Cube text framebuffer pixel fbo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/Cube text framebuffer pixel fbo.pd -------------------------------------------------------------------------------- /examples/Fullscreen movie player plane ratio.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/Fullscreen movie player plane ratio.pd -------------------------------------------------------------------------------- /examples/Multitexture noiseplane framebuffer fbo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/Multitexture noiseplane framebuffer fbo.pd -------------------------------------------------------------------------------- /examples/Planche Video LenLye ofelia script.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/Planche Video LenLye ofelia script.pd -------------------------------------------------------------------------------- /examples/Scrolling image with frame by frame animation.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/Scrolling image with frame by frame animation.pd -------------------------------------------------------------------------------- /examples/Scrolling text random phrases.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/Scrolling text random phrases.pd -------------------------------------------------------------------------------- /examples/Sphere soundwave oscilloscope.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/Sphere soundwave oscilloscope.pd -------------------------------------------------------------------------------- /examples/boule.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/examples/boule.pd -------------------------------------------------------------------------------- /font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/font.ttf -------------------------------------------------------------------------------- /of.arealight-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.arealight-help.pd -------------------------------------------------------------------------------- /of.arealight.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.arealight.pd -------------------------------------------------------------------------------- /of.bezier-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.bezier-help.pd -------------------------------------------------------------------------------- /of.bezier.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.bezier.pd -------------------------------------------------------------------------------- /of.blend-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.blend-help.pd -------------------------------------------------------------------------------- /of.blend.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.blend.pd -------------------------------------------------------------------------------- /of.box-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.box-help.pd -------------------------------------------------------------------------------- /of.box.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.box.pd -------------------------------------------------------------------------------- /of.camera-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.camera-help.pd -------------------------------------------------------------------------------- /of.camera.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.camera.pd -------------------------------------------------------------------------------- /of.circle-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.circle-help.pd -------------------------------------------------------------------------------- /of.circle.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.circle.pd -------------------------------------------------------------------------------- /of.color-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.color-help.pd -------------------------------------------------------------------------------- /of.color.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.color.pd -------------------------------------------------------------------------------- /of.colorloop-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.colorloop-help.pd -------------------------------------------------------------------------------- /of.colorloop.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.colorloop.pd -------------------------------------------------------------------------------- /of.cone-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.cone-help.pd -------------------------------------------------------------------------------- /of.cone.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.cone.pd -------------------------------------------------------------------------------- /of.cylinder-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.cylinder-help.pd -------------------------------------------------------------------------------- /of.cylinder.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.cylinder.pd -------------------------------------------------------------------------------- /of.depth-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.depth-help.pd -------------------------------------------------------------------------------- /of.depth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.depth.pd -------------------------------------------------------------------------------- /of.dragged-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.dragged-help.pd -------------------------------------------------------------------------------- /of.dragged.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.dragged.pd -------------------------------------------------------------------------------- /of.draw-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.draw-help.pd -------------------------------------------------------------------------------- /of.draw.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.draw.pd -------------------------------------------------------------------------------- /of.ellipse-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.ellipse-help.pd -------------------------------------------------------------------------------- /of.ellipse.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.ellipse.pd -------------------------------------------------------------------------------- /of.fbo-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.fbo-help.pd -------------------------------------------------------------------------------- /of.fbo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.fbo.pd -------------------------------------------------------------------------------- /of.grabscreen-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.grabscreen-help.pd -------------------------------------------------------------------------------- /of.grabscreen.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.grabscreen.pd -------------------------------------------------------------------------------- /of.gravitation-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.gravitation-help.pd -------------------------------------------------------------------------------- /of.gravitation.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.gravitation.pd -------------------------------------------------------------------------------- /of.gridplane-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.gridplane-help.pd -------------------------------------------------------------------------------- /of.gridplane.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.gridplane.pd -------------------------------------------------------------------------------- /of.icosphere-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.icosphere-help.pd -------------------------------------------------------------------------------- /of.icosphere.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.icosphere.pd -------------------------------------------------------------------------------- /of.image-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.image-help.pd -------------------------------------------------------------------------------- /of.image.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.image.pd -------------------------------------------------------------------------------- /of.imagetexture-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.imagetexture-help.pd -------------------------------------------------------------------------------- /of.imagetexture.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.imagetexture.pd -------------------------------------------------------------------------------- /of.iterate-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.iterate-help.pd -------------------------------------------------------------------------------- /of.iterate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.iterate.pd -------------------------------------------------------------------------------- /of.keyboard-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.keyboard-help.pd -------------------------------------------------------------------------------- /of.keyboard.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.keyboard.pd -------------------------------------------------------------------------------- /of.keypress-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.keypress-help.pd -------------------------------------------------------------------------------- /of.keypress.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.keypress.pd -------------------------------------------------------------------------------- /of.keyrelease-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.keyrelease-help.pd -------------------------------------------------------------------------------- /of.keyrelease.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.keyrelease.pd -------------------------------------------------------------------------------- /of.light-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.light-help.pd -------------------------------------------------------------------------------- /of.light.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.light.pd -------------------------------------------------------------------------------- /of.line-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.line-help.pd -------------------------------------------------------------------------------- /of.line.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.line.pd -------------------------------------------------------------------------------- /of.material-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.material-help.pd -------------------------------------------------------------------------------- /of.material.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.material.pd -------------------------------------------------------------------------------- /of.mesh-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.mesh-help.pd -------------------------------------------------------------------------------- /of.mesh.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.mesh.pd -------------------------------------------------------------------------------- /of.meshcircle-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.meshcircle-help.pd -------------------------------------------------------------------------------- /of.meshcircle.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.meshcircle.pd -------------------------------------------------------------------------------- /of.mouse-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.mouse-help.pd -------------------------------------------------------------------------------- /of.mouse.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.mouse.pd -------------------------------------------------------------------------------- /of.movie-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.movie-help.pd -------------------------------------------------------------------------------- /of.movie.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.movie.pd -------------------------------------------------------------------------------- /of.movietexture-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.movietexture-help.pd -------------------------------------------------------------------------------- /of.movietexture.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.movietexture.pd -------------------------------------------------------------------------------- /of.multiimage-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.multiimage-help.pd -------------------------------------------------------------------------------- /of.multiimage.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.multiimage.pd -------------------------------------------------------------------------------- /of.node-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.node-help.pd -------------------------------------------------------------------------------- /of.node.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.node.pd -------------------------------------------------------------------------------- /of.noise-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.noise-help.pd -------------------------------------------------------------------------------- /of.noise.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.noise.pd -------------------------------------------------------------------------------- /of.noiseplane-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.noiseplane-help.pd -------------------------------------------------------------------------------- /of.noiseplane.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.noiseplane.pd -------------------------------------------------------------------------------- /of.ortho-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.ortho-help.pd -------------------------------------------------------------------------------- /of.ortho.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.ortho.pd -------------------------------------------------------------------------------- /of.ortho.pd.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.ortho.pd.zip -------------------------------------------------------------------------------- /of.oscillo~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.oscillo~-help.pd -------------------------------------------------------------------------------- /of.oscillo~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.oscillo~.pd -------------------------------------------------------------------------------- /of.particle-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.particle-help.pd -------------------------------------------------------------------------------- /of.particle.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.particle.pd -------------------------------------------------------------------------------- /of.path-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.path-help.pd -------------------------------------------------------------------------------- /of.path.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.path.pd -------------------------------------------------------------------------------- /of.pixgradient-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.pixgradient-help.pd -------------------------------------------------------------------------------- /of.pixgradient.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.pixgradient.pd -------------------------------------------------------------------------------- /of.pixnoise-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.pixnoise-help.pd -------------------------------------------------------------------------------- /of.pixnoise.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.pixnoise.pd -------------------------------------------------------------------------------- /of.plane-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.plane-help.pd -------------------------------------------------------------------------------- /of.plane.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.plane.pd -------------------------------------------------------------------------------- /of.pointlight-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.pointlight-help.pd -------------------------------------------------------------------------------- /of.pointlight.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.pointlight.pd -------------------------------------------------------------------------------- /of.popmatrix-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.popmatrix-help.pd -------------------------------------------------------------------------------- /of.popmatrix.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.popmatrix.pd -------------------------------------------------------------------------------- /of.pushmatrix-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.pushmatrix-help.pd -------------------------------------------------------------------------------- /of.pushmatrix.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.pushmatrix.pd -------------------------------------------------------------------------------- /of.quad-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.quad-help.pd -------------------------------------------------------------------------------- /of.quad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.quad.pd -------------------------------------------------------------------------------- /of.rectangle-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.rectangle-help.pd -------------------------------------------------------------------------------- /of.rectangle.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.rectangle.pd -------------------------------------------------------------------------------- /of.rectrounded-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.rectrounded-help.pd -------------------------------------------------------------------------------- /of.rectrounded.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.rectrounded.pd -------------------------------------------------------------------------------- /of.repeat-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.repeat-help.pd -------------------------------------------------------------------------------- /of.repeat.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.repeat.pd -------------------------------------------------------------------------------- /of.rotate-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.rotate-help.pd -------------------------------------------------------------------------------- /of.rotate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.rotate.pd -------------------------------------------------------------------------------- /of.savepdf.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.savepdf.pd -------------------------------------------------------------------------------- /of.scale-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.scale-help.pd -------------------------------------------------------------------------------- /of.scale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.scale.pd -------------------------------------------------------------------------------- /of.separator-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.separator-help.pd -------------------------------------------------------------------------------- /of.separator.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.separator.pd -------------------------------------------------------------------------------- /of.soundplayer-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.soundplayer-help.pd -------------------------------------------------------------------------------- /of.soundplayer.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.soundplayer.pd -------------------------------------------------------------------------------- /of.sphere-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.sphere-help.pd -------------------------------------------------------------------------------- /of.sphere.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.sphere.pd -------------------------------------------------------------------------------- /of.spotlight-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.spotlight-help.pd -------------------------------------------------------------------------------- /of.spotlight.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.spotlight.pd -------------------------------------------------------------------------------- /of.text-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.text-help.pd -------------------------------------------------------------------------------- /of.text.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.text.pd -------------------------------------------------------------------------------- /of.textbitmap-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.textbitmap-help.pd -------------------------------------------------------------------------------- /of.textbitmap.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.textbitmap.pd -------------------------------------------------------------------------------- /of.textunicode-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.textunicode-help.pd -------------------------------------------------------------------------------- /of.textunicode.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.textunicode.pd -------------------------------------------------------------------------------- /of.translate-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.translate-help.pd -------------------------------------------------------------------------------- /of.translate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.translate.pd -------------------------------------------------------------------------------- /of.triangle-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.triangle-help.pd -------------------------------------------------------------------------------- /of.triangle.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.triangle.pd -------------------------------------------------------------------------------- /of.video-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.video-help.pd -------------------------------------------------------------------------------- /of.video.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.video.pd -------------------------------------------------------------------------------- /of.videotexture-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.videotexture-help.pd -------------------------------------------------------------------------------- /of.videotexture.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.videotexture.pd -------------------------------------------------------------------------------- /of.view-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.view-help.pd -------------------------------------------------------------------------------- /of.view.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.view.pd -------------------------------------------------------------------------------- /of.window-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.window-help.pd -------------------------------------------------------------------------------- /of.window.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.window.pd -------------------------------------------------------------------------------- /of.worldlight-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.worldlight-help.pd -------------------------------------------------------------------------------- /of.worldlight.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/60-hz/Ofelia-Fast-Prototyping/HEAD/of.worldlight.pd --------------------------------------------------------------------------------