├── .gitignore ├── README.md ├── app ├── app.html ├── app.js ├── p5manager.js ├── processing-mode │ └── processing.js ├── project.html ├── project.js ├── settings.json ├── static │ ├── config.rb │ ├── fonts │ │ ├── icomoon.eot │ │ ├── icomoon.svg │ │ ├── icomoon.ttf │ │ └── icomoon.woff │ ├── img │ │ ├── install_processing_java.gif │ │ ├── play.svg │ │ └── stop.svg │ ├── mousetrap-global-bind.min.js │ ├── mousetrap.min.js │ ├── sass │ │ ├── _fonts.scss │ │ ├── _scrollbars.scss │ │ ├── screen.scss │ │ ├── theme_codepoems-dark.scss │ │ ├── theme_monokai.scss │ │ ├── win.scss │ │ ├── win_examples.scss │ │ ├── win_install_processing_java.scss │ │ ├── win_live_documentation.scss │ │ └── win_p5_modules.scss │ └── stylesheets │ │ ├── screen.css │ │ ├── theme_codepoems-dark.css │ │ ├── theme_monokai.css │ │ ├── win.css │ │ ├── win_examples.css │ │ ├── win_install_processing_java.css │ │ ├── win_live_documentation.css │ │ └── win_p5_modules.css ├── ui.js ├── win_examples.html ├── win_examples.js ├── win_install_processing_java.html ├── win_live_documentation.html ├── win_live_documentation.js ├── win_p5_modules.html ├── win_p5_modules.js ├── win_settings.html └── win_settings.js ├── bower.json ├── doc ├── imgs │ ├── HALF_PI.png │ ├── PFont.png │ ├── PI.png │ ├── PImage.png │ ├── PImage_blend_0_add.png │ ├── PImage_blend_1_subtract.png │ ├── PImage_blend_2_darkest.png │ ├── PImage_blend_3_lightest.png │ ├── PImage_copy_.png │ ├── PImage_filter_0_threshold.png │ ├── PImage_filter_1_gray.png │ ├── PImage_filter_2_invert.png │ ├── PImage_filter_3_posterize.png │ ├── PImage_filter_4_blur.png │ ├── PImage_filter_5_erode.png │ ├── PImage_filter_6_dilate.png │ ├── PImage_get_0.png │ ├── PImage_get_1.png │ ├── PImage_height.png │ ├── PImage_loadPixels_.png │ ├── PImage_mask_.png │ ├── PImage_pixels.png │ ├── PImage_resize_0.png │ ├── PImage_resize_1.png │ ├── PImage_set_.png │ ├── PImage_updatePixels_.png │ ├── PImage_width.png │ ├── PShape.png │ ├── PShape_disableStyle_.png │ ├── PShape_enableStyle_.png │ ├── PShape_getChild_.png │ ├── PShape_isVisible_.png │ ├── PShape_setVisible_.png │ ├── QUARTER_PI.png │ ├── TWO_PI.png │ ├── alpha_.png │ ├── ambientLight_0.png │ ├── ambientLight_1.png │ ├── ambient_.png │ ├── applyMatrix_.png │ ├── arc_.png │ ├── arc_2.png │ ├── arc_3.png │ ├── arc_4.png │ ├── background_0.png │ ├── background_1.png │ ├── background_2.png │ ├── beginCamera_.png │ ├── beginContour_0.png │ ├── beginShape_0.png │ ├── beginShape_1.png │ ├── beginShape_10.png │ ├── beginShape_2.png │ ├── beginShape_3.png │ ├── beginShape_4.png │ ├── beginShape_5.png │ ├── beginShape_6.png │ ├── beginShape_7.png │ ├── beginShape_8.png │ ├── beginShape_9.png │ ├── bezierPoint_.png │ ├── bezierTangent_0.png │ ├── bezierTangent_1.png │ ├── bezierVertex_0.png │ ├── bezierVertex_1.png │ ├── bezier_0.png │ ├── bezier_1.png │ ├── blendColor_.png │ ├── blend_0_add.png │ ├── blend_1_subtract.png │ ├── blend_2_darkest.png │ ├── blend_3_lightest.png │ ├── blue_.png │ ├── boolean.png │ ├── box_0.png │ ├── box_1.png │ ├── brightness_.png │ ├── camera_.png │ ├── color.png │ ├── colorMode_0.png │ ├── colorMode_1.png │ ├── colorMode_2.png │ ├── color_0.png │ ├── color_1.png │ ├── color_2.png │ ├── copy_.png │ ├── cos_.png │ ├── createImage_0.png │ ├── createImage_1.png │ ├── curveDetail_.png │ ├── curvePoint_.png │ ├── curveTangent_.png │ ├── curveVertex_.png │ ├── curve_.png │ ├── directionalLight_0.png │ ├── directionalLight_1.png │ ├── ellipseMode_0.png │ ├── ellipseMode_1.png │ ├── ellipse_.png │ ├── else0.png │ ├── else1.png │ ├── emissive_.png │ ├── endCamera_.png │ ├── endShape_.png │ ├── fill_0.png │ ├── fill_1.png │ ├── filter_0_threshold.png │ ├── filter_1_gray.png │ ├── filter_2_invert.png │ ├── filter_3_posterize.png │ ├── filter_4_blur.png │ ├── filter_5_erode.png │ ├── filter_6_dilate.png │ ├── for_0.png │ ├── for_1.png │ ├── for_2.png │ ├── for_3.png │ ├── frustum_.png │ ├── get_0.png │ ├── get_1.png │ ├── green_.png │ ├── height.png │ ├── hue_.png │ ├── if_.png │ ├── imageMode_0.png │ ├── imageMode_1.png │ ├── imageMode_2.png │ ├── image_0.png │ ├── image_1.png │ ├── lerpColor_.png │ ├── lerp_0.png │ ├── lerp_1.png │ ├── lightFalloff_.png │ ├── lightSpecular_.png │ ├── lights_0.png │ ├── lights_1.png │ ├── line_0.png │ ├── line_1.png │ ├── line_2.png │ ├── loadFont_.png │ ├── loadImage_0.png │ ├── loadImage_1.png │ ├── loadImage_2.png │ ├── loadPixels_.png │ ├── loadShape_0.png │ ├── loadShape_1.png │ ├── logicalAND.png │ ├── logicalNOT.png │ ├── logicalOR.png │ ├── mag_.png │ ├── noFill_.png │ ├── noSmooth_.png │ ├── noStroke_.png │ ├── noTint_.png │ ├── normal_.png │ ├── ortho_.png │ ├── perspective_.png │ ├── pixels.png │ ├── pointLight_.png │ ├── point_0.png │ ├── point_1.png │ ├── popMatrix_.png │ ├── popStyle_0.png │ ├── popStyle_1.png │ ├── pushMatrix_.png │ ├── pushStyle_0.png │ ├── pushStyle_1.png │ ├── quad_.png │ ├── quadraticVertex_0.png │ ├── quadraticVertex_1.png │ ├── randomGaussian_0.png │ ├── randomGaussian_1.png │ ├── rectMode_0.png │ ├── rectMode_1.png │ ├── rect_0.png │ ├── rect_1.png │ ├── rect_2.png │ ├── red_.png │ ├── resetMatrix_.png │ ├── rotateX_0.png │ ├── rotateX_1.png │ ├── rotateY_0.png │ ├── rotateY_1.png │ ├── rotateZ_0.png │ ├── rotateZ_1.png │ ├── rotate_.png │ ├── saturation_.png │ ├── scale_0.png │ ├── scale_1.png │ ├── scale_2.png │ ├── set_0.png │ ├── set_1.png │ ├── set_2.png │ ├── shapeMode_.png │ ├── shape_0.png │ ├── shape_1.png │ ├── shearX_.png │ ├── shearY_.png │ ├── shininess_.png │ ├── sin_.png │ ├── size_0.png │ ├── size_1.png │ ├── size_2.png │ ├── smooth_.png │ ├── specular_.png │ ├── sphere_.png │ ├── spotLight_0.png │ ├── spotLight_1.png │ ├── sq_.png │ ├── sqrt_.png │ ├── strokeCap_.png │ ├── strokeJoin_0.png │ ├── strokeJoin_1.png │ ├── strokeJoin_2.png │ ├── strokeWeight_.png │ ├── stroke_0.png │ ├── stroke_1.png │ ├── tan_.png │ ├── textAlign_.png │ ├── textAlign_0.png │ ├── textAlign_1.png │ ├── textAscent_.png │ ├── textDescent_.png │ ├── textFont_.png │ ├── textLeading_.png │ ├── textSize_.png │ ├── textWidth_.png │ ├── text_0.png │ ├── text_1.png │ ├── text_2.png │ ├── textureMode_0.png │ ├── textureMode_1.png │ ├── texture_.png │ ├── tint_0.png │ ├── tint_1.png │ ├── tint_2.png │ ├── translate_0.png │ ├── translate_1.png │ ├── translate_2.png │ ├── triangle_.png │ ├── updatePixels_.png │ ├── vertex_0.png │ ├── vertex_1.png │ ├── vertex_2.png │ ├── while_.png │ └── width.png └── p5doc.json ├── examples ├── Basics │ ├── Arrays │ │ ├── Array │ │ │ └── Array.pde │ │ ├── Array2D │ │ │ └── Array2D.pde │ │ └── ArrayObjects │ │ │ ├── ArrayObjects.pde │ │ │ └── Module.pde │ ├── Camera │ │ ├── MoveEye │ │ │ └── MoveEye.pde │ │ ├── Orthographic │ │ │ └── Orthographic.pde │ │ └── Perspective │ │ │ └── Perspective.pde │ ├── Color │ │ ├── Brightness │ │ │ └── Brightness.pde │ │ ├── ColorVariables │ │ │ └── ColorVariables.pde │ │ ├── Hue │ │ │ └── Hue.pde │ │ ├── LinearGradient │ │ │ └── LinearGradient.pde │ │ ├── RadialGradient │ │ │ └── RadialGradient.pde │ │ ├── Relativity │ │ │ └── Relativity.pde │ │ ├── Saturation │ │ │ └── Saturation.pde │ │ └── WaveGradient │ │ │ └── WaveGradient.pde │ ├── Control │ │ ├── Conditionals1 │ │ │ └── Conditionals1.pde │ │ ├── Conditionals2 │ │ │ └── Conditionals2.pde │ │ ├── EmbeddedIteration │ │ │ └── EmbeddedIteration.pde │ │ ├── Iteration │ │ │ └── Iteration.pde │ │ └── LogicalOperators │ │ │ └── LogicalOperators.pde │ ├── Data │ │ ├── CharactersStrings │ │ │ ├── CharactersStrings.pde │ │ │ └── data │ │ │ │ └── Georgia.ttf │ │ ├── DatatypeConversion │ │ │ ├── DatatypeConversion.pde │ │ │ └── data │ │ │ │ └── Georgia.ttf │ │ ├── IntegersFloats │ │ │ └── IntegersFloats.pde │ │ ├── TrueFalse │ │ │ └── TrueFalse.pde │ │ ├── VariableScope │ │ │ └── VariableScope.pde │ │ └── Variables │ │ │ └── Variables.pde │ ├── Form │ │ ├── Bezier │ │ │ └── Bezier.pde │ │ ├── PieChart │ │ │ └── PieChart.pde │ │ ├── PointsLines │ │ │ └── PointsLines.pde │ │ ├── Primitives3D │ │ │ └── Primitives3D.pde │ │ ├── RegularPolygon │ │ │ └── RegularPolygon.pde │ │ ├── ShapePrimitives │ │ │ └── ShapePrimitives.pde │ │ ├── Star │ │ │ └── Star.pde │ │ └── TriangleStrip │ │ │ └── TriangleStrip.pde │ ├── Image │ │ ├── Alphamask │ │ │ ├── Alphamask.pde │ │ │ └── data │ │ │ │ ├── mask.jpg │ │ │ │ └── moonwalk.jpg │ │ ├── BackgroundImage │ │ │ ├── BackgroundImage.pde │ │ │ └── data │ │ │ │ └── moonwalk.jpg │ │ ├── CreateImage │ │ │ └── CreateImage.pde │ │ ├── LoadDisplayImage │ │ │ ├── LoadDisplayImage.pde │ │ │ └── data │ │ │ │ └── moonwalk.jpg │ │ ├── Pointillism │ │ │ ├── Pointillism.pde │ │ │ └── data │ │ │ │ └── moonwalk.jpg │ │ ├── RequestImage │ │ │ ├── RequestImage.pde │ │ │ └── data │ │ │ │ ├── PT_anim0000.gif │ │ │ │ ├── PT_anim0001.gif │ │ │ │ ├── PT_anim0002.gif │ │ │ │ ├── PT_anim0003.gif │ │ │ │ ├── PT_anim0004.gif │ │ │ │ ├── PT_anim0005.gif │ │ │ │ ├── PT_anim0006.gif │ │ │ │ ├── PT_anim0007.gif │ │ │ │ ├── PT_anim0008.gif │ │ │ │ ├── PT_anim0009.gif │ │ │ │ ├── PT_anim0010.gif │ │ │ │ └── PT_anim0011.gif │ │ └── Transparency │ │ │ ├── Transparency.pde │ │ │ └── data │ │ │ └── moonwalk.jpg │ ├── Input │ │ ├── Clock │ │ │ └── Clock.pde │ │ ├── Constrain │ │ │ └── Constrain.pde │ │ ├── Easing │ │ │ └── Easing.pde │ │ ├── Keyboard │ │ │ └── Keyboard.pde │ │ ├── KeyboardFunctions │ │ │ └── KeyboardFunctions.pde │ │ ├── Milliseconds │ │ │ └── Milliseconds.pde │ │ ├── Mouse1D │ │ │ └── Mouse1D.pde │ │ ├── Mouse2D │ │ │ └── Mouse2D.pde │ │ ├── MouseFunctions │ │ │ └── MouseFunctions.pde │ │ ├── MousePress │ │ │ └── MousePress.pde │ │ ├── MouseSignals │ │ │ └── MouseSignals.pde │ │ └── StoringInput │ │ │ └── StoringInput.pde │ ├── Lights │ │ ├── Directional │ │ │ └── Directional.pde │ │ ├── Mixture │ │ │ └── Mixture.pde │ │ ├── MixtureGrid │ │ │ └── MixtureGrid.pde │ │ ├── OnOff │ │ │ └── OnOff.pde │ │ ├── Reflection │ │ │ └── Reflection.pde │ │ └── Spot │ │ │ └── Spot.pde │ ├── Math │ │ ├── AdditiveWave │ │ │ └── AdditiveWave.pde │ │ ├── Arctangent │ │ │ └── Arctangent.pde │ │ ├── Distance1D │ │ │ └── Distance1D.pde │ │ ├── Distance2D │ │ │ └── Distance2D.pde │ │ ├── DoubleRandom │ │ │ └── DoubleRandom.pde │ │ ├── Graphing2DEquation │ │ │ └── Graphing2DEquation.pde │ │ ├── IncrementDecrement │ │ │ └── IncrementDecrement.pde │ │ ├── Interpolate │ │ │ └── Interpolate.pde │ │ ├── Noise1D │ │ │ └── Noise1D.pde │ │ ├── Noise2D │ │ │ └── Noise2D.pde │ │ ├── Noise3D │ │ │ └── Noise3D.pde │ │ ├── NoiseWave │ │ │ └── NoiseWave.pde │ │ ├── OperatorPrecedence │ │ │ └── OperatorPrecedence.pde │ │ ├── PolarToCartesian │ │ │ └── PolarToCartesian.pde │ │ ├── Random │ │ │ └── Random.pde │ │ ├── RandomGaussian │ │ │ └── RandomGaussian.pde │ │ ├── Sine │ │ │ └── Sine.pde │ │ ├── SineCosine │ │ │ └── SineCosine.pde │ │ └── SineWave │ │ │ └── SineWave.pde │ ├── Objects │ │ ├── CompositeObjects │ │ │ ├── CompositeObjects.pde │ │ │ ├── Egg.pde │ │ │ ├── EggRing.pde │ │ │ └── Ring.pde │ │ ├── Inheritance │ │ │ └── Inheritance.pde │ │ ├── MultipleConstructors │ │ │ └── MultipleConstructors.pde │ │ └── Objects │ │ │ └── Objects.pde │ ├── Shape │ │ ├── DisableStyle │ │ │ ├── DisableStyle.pde │ │ │ └── data │ │ │ │ └── bot1.svg │ │ ├── GetChild │ │ │ ├── GetChild.pde │ │ │ └── data │ │ │ │ └── usa-wikipedia.svg │ │ ├── LoadDisplayOBJ │ │ │ ├── LoadDisplayOBJ.pde │ │ │ └── data │ │ │ │ ├── rocket.mtl │ │ │ │ ├── rocket.obj │ │ │ │ └── rocket.png │ │ ├── LoadDisplaySVG │ │ │ ├── LoadDisplaySVG.pde │ │ │ └── data │ │ │ │ └── bot1.svg │ │ └── ScaleShape │ │ │ ├── ScaleShape.pde │ │ │ └── data │ │ │ └── bot1.svg │ ├── Structure │ │ ├── Coordinates │ │ │ └── Coordinates.pde │ │ ├── CreateGraphics │ │ │ ├── CreateGraphics.pde │ │ │ └── data │ │ │ │ ├── mask.jpg │ │ │ │ └── test.jpg │ │ ├── Functions │ │ │ └── Functions.pde │ │ ├── Loop │ │ │ └── Loop.pde │ │ ├── NoLoop │ │ │ └── NoLoop.pde │ │ ├── Recursion │ │ │ └── Recursion.pde │ │ ├── Redraw │ │ │ └── Redraw.pde │ │ ├── SetupDraw │ │ │ └── SetupDraw.pde │ │ ├── StatementsComments │ │ │ └── StatementsComments.pde │ │ └── WidthHeight │ │ │ └── WidthHeight.pde │ ├── Transform │ │ ├── Arm │ │ │ └── Arm.pde │ │ ├── Rotate │ │ │ └── Rotate.pde │ │ ├── RotatePushPop │ │ │ └── RotatePushPop.pde │ │ ├── RotateXY │ │ │ └── RotateXY.pde │ │ ├── Scale │ │ │ └── Scale.pde │ │ └── Translate │ │ │ └── Translate.pde │ ├── Typography │ │ ├── Letters │ │ │ ├── Letters.pde │ │ │ └── data │ │ │ │ └── Georgia.ttf │ │ └── Words │ │ │ ├── Words.pde │ │ │ └── data │ │ │ └── Georgia.ttf │ └── Web │ │ ├── EmbeddedLinks │ │ └── EmbeddedLinks.pde │ │ └── LoadingImages │ │ └── LoadingImages.pde └── Topics │ ├── Advanced Data │ ├── ArrayListClass │ │ ├── ArrayListClass.pde │ │ └── Ball.pde │ ├── CountingStrings │ │ ├── CountingStrings.pde │ │ └── data │ │ │ ├── Georgia.ttf │ │ │ └── dracula.txt │ ├── HashMapClass │ │ ├── HashMapClass.pde │ │ ├── Word.pde │ │ └── data │ │ │ ├── Georgia.ttf │ │ │ ├── dracula.txt │ │ │ └── frankenstein.txt │ ├── IntListLottery │ │ └── IntListLottery.pde │ ├── LoadSaveJSON │ │ ├── Bubble.pde │ │ ├── LoadSaveJSON.pde │ │ └── data │ │ │ └── data.json │ ├── LoadSaveTable │ │ ├── Bubble.pde │ │ └── LoadSaveTable.pde │ ├── LoadSaveXML │ │ ├── Bubble.pde │ │ ├── LoadSaveXML.pde │ │ └── data │ │ │ └── data.xml │ ├── Regex │ │ └── Regex.pde │ ├── Threads │ │ └── Threads.pde │ └── XMLYahooWeather │ │ ├── XMLYahooWeather.pde │ │ └── data │ │ └── Merriweather-Light.ttf │ ├── Animation │ ├── AnimatedSprite │ │ ├── AnimatedSprite.pde │ │ ├── Animation.pde │ │ └── data │ │ │ ├── PT_Shifty_0000.gif │ │ │ ├── PT_Shifty_0001.gif │ │ │ ├── PT_Shifty_0002.gif │ │ │ ├── PT_Shifty_0003.gif │ │ │ ├── PT_Shifty_0004.gif │ │ │ ├── PT_Shifty_0005.gif │ │ │ ├── PT_Shifty_0006.gif │ │ │ ├── PT_Shifty_0007.gif │ │ │ ├── PT_Shifty_0008.gif │ │ │ ├── PT_Shifty_0009.gif │ │ │ ├── PT_Shifty_0010.gif │ │ │ ├── PT_Shifty_0011.gif │ │ │ ├── PT_Shifty_0012.gif │ │ │ ├── PT_Shifty_0013.gif │ │ │ ├── PT_Shifty_0014.gif │ │ │ ├── PT_Shifty_0015.gif │ │ │ ├── PT_Shifty_0016.gif │ │ │ ├── PT_Shifty_0017.gif │ │ │ ├── PT_Shifty_0018.gif │ │ │ ├── PT_Shifty_0019.gif │ │ │ ├── PT_Shifty_0020.gif │ │ │ ├── PT_Shifty_0021.gif │ │ │ ├── PT_Shifty_0022.gif │ │ │ ├── PT_Shifty_0023.gif │ │ │ ├── PT_Shifty_0024.gif │ │ │ ├── PT_Shifty_0025.gif │ │ │ ├── PT_Shifty_0026.gif │ │ │ ├── PT_Shifty_0027.gif │ │ │ ├── PT_Shifty_0028.gif │ │ │ ├── PT_Shifty_0029.gif │ │ │ ├── PT_Shifty_0030.gif │ │ │ ├── PT_Shifty_0031.gif │ │ │ ├── PT_Shifty_0032.gif │ │ │ ├── PT_Shifty_0033.gif │ │ │ ├── PT_Shifty_0034.gif │ │ │ ├── PT_Shifty_0035.gif │ │ │ ├── PT_Shifty_0036.gif │ │ │ ├── PT_Shifty_0037.gif │ │ │ ├── PT_Teddy_0000.gif │ │ │ ├── PT_Teddy_0001.gif │ │ │ ├── PT_Teddy_0002.gif │ │ │ ├── PT_Teddy_0003.gif │ │ │ ├── PT_Teddy_0004.gif │ │ │ ├── PT_Teddy_0005.gif │ │ │ ├── PT_Teddy_0006.gif │ │ │ ├── PT_Teddy_0007.gif │ │ │ ├── PT_Teddy_0008.gif │ │ │ ├── PT_Teddy_0009.gif │ │ │ ├── PT_Teddy_0010.gif │ │ │ ├── PT_Teddy_0011.gif │ │ │ ├── PT_Teddy_0012.gif │ │ │ ├── PT_Teddy_0013.gif │ │ │ ├── PT_Teddy_0014.gif │ │ │ ├── PT_Teddy_0015.gif │ │ │ ├── PT_Teddy_0016.gif │ │ │ ├── PT_Teddy_0017.gif │ │ │ ├── PT_Teddy_0018.gif │ │ │ ├── PT_Teddy_0019.gif │ │ │ ├── PT_Teddy_0020.gif │ │ │ ├── PT_Teddy_0021.gif │ │ │ ├── PT_Teddy_0022.gif │ │ │ ├── PT_Teddy_0023.gif │ │ │ ├── PT_Teddy_0024.gif │ │ │ ├── PT_Teddy_0025.gif │ │ │ ├── PT_Teddy_0026.gif │ │ │ ├── PT_Teddy_0027.gif │ │ │ ├── PT_Teddy_0028.gif │ │ │ ├── PT_Teddy_0029.gif │ │ │ ├── PT_Teddy_0030.gif │ │ │ ├── PT_Teddy_0031.gif │ │ │ ├── PT_Teddy_0032.gif │ │ │ ├── PT_Teddy_0033.gif │ │ │ ├── PT_Teddy_0034.gif │ │ │ ├── PT_Teddy_0035.gif │ │ │ ├── PT_Teddy_0036.gif │ │ │ ├── PT_Teddy_0037.gif │ │ │ ├── PT_Teddy_0038.gif │ │ │ ├── PT_Teddy_0039.gif │ │ │ ├── PT_Teddy_0040.gif │ │ │ ├── PT_Teddy_0041.gif │ │ │ ├── PT_Teddy_0042.gif │ │ │ ├── PT_Teddy_0043.gif │ │ │ ├── PT_Teddy_0044.gif │ │ │ ├── PT_Teddy_0045.gif │ │ │ ├── PT_Teddy_0046.gif │ │ │ ├── PT_Teddy_0047.gif │ │ │ ├── PT_Teddy_0048.gif │ │ │ ├── PT_Teddy_0049.gif │ │ │ ├── PT_Teddy_0050.gif │ │ │ ├── PT_Teddy_0051.gif │ │ │ ├── PT_Teddy_0052.gif │ │ │ ├── PT_Teddy_0053.gif │ │ │ ├── PT_Teddy_0054.gif │ │ │ ├── PT_Teddy_0055.gif │ │ │ ├── PT_Teddy_0056.gif │ │ │ ├── PT_Teddy_0057.gif │ │ │ ├── PT_Teddy_0058.gif │ │ │ └── PT_Teddy_0059.gif │ └── Sequential │ │ ├── Sequential.pde │ │ └── data │ │ ├── PT_anim0000.gif │ │ ├── PT_anim0001.gif │ │ ├── PT_anim0002.gif │ │ ├── PT_anim0003.gif │ │ ├── PT_anim0004.gif │ │ ├── PT_anim0005.gif │ │ ├── PT_anim0006.gif │ │ ├── PT_anim0007.gif │ │ ├── PT_anim0008.gif │ │ ├── PT_anim0009.gif │ │ ├── PT_anim0010.gif │ │ └── PT_anim0011.gif │ ├── Cellular Automata │ ├── GameOfLife │ │ └── GameOfLife.pde │ ├── Spore1 │ │ └── Spore1.pde │ ├── Spore2 │ │ └── Spore2.pde │ └── Wolfram │ │ ├── CA.pde │ │ └── Wolfram.pde │ ├── Create Shapes │ ├── BeginEndContour │ │ └── BeginEndContour.pde │ ├── GroupPShape │ │ └── GroupPShape.pde │ ├── ParticleSystemPShape │ │ ├── Particle.pde │ │ ├── ParticleSystem.pde │ │ ├── ParticleSystemPShape.pde │ │ └── data │ │ │ └── sprite.png │ ├── PathPShape │ │ └── PathPShape.pde │ ├── PolygonPShape │ │ └── PolygonPShape.pde │ ├── PolygonPShapeOOP │ │ ├── PolygonPShapeOOP.pde │ │ └── Star.pde │ ├── PolygonPShapeOOP2 │ │ ├── Polygon.pde │ │ └── PolygonPShapeOOP2.pde │ ├── PolygonPShapeOOP3 │ │ ├── Polygon.pde │ │ └── PolygonPShapeOOP3.pde │ ├── PrimitivePShape │ │ └── PrimitivePShape.pde │ └── WigglePShape │ │ ├── WigglePShape.pde │ │ └── Wiggler.pde │ ├── Drawing │ ├── ContinuousLines │ │ └── ContinuousLines.pde │ ├── Pattern │ │ └── Pattern.pde │ └── Pulses │ │ └── Pulses.pde │ ├── File IO │ ├── DirectoryList │ │ └── DirectoryList.pde │ ├── LoadFile1 │ │ ├── LoadFile1.pde │ │ └── data │ │ │ └── positions.txt │ ├── LoadFile2 │ │ ├── LoadFile2.pde │ │ ├── Record.pde │ │ └── data │ │ │ ├── TheSans-Plain-12.vlw │ │ │ └── cars2.tsv │ ├── SaveFile1 │ │ └── SaveFile1.pde │ ├── SaveFile2 │ │ └── SaveFile2.pde │ ├── SaveFrames │ │ └── SaveFrames.pde │ ├── SaveOneFrame │ │ └── SaveOneImage.pde │ └── TileImages │ │ └── TileImages.pde │ ├── Fractals and L-Systems │ ├── Koch │ │ ├── Koch.pde │ │ ├── KochFractal.pde │ │ └── KochLine.pde │ ├── Mandelbrot │ │ └── Mandelbrot.pde │ ├── PenroseSnowflake │ │ ├── LSystem.pde │ │ ├── PenroseSnowflake.pde │ │ └── PenroseSnowflakeLSystem.pde │ ├── PenroseTile │ │ ├── LSystem.pde │ │ ├── PenroseLSystem.pde │ │ └── PenroseTile.pde │ ├── Pentigree │ │ ├── LSystem.pde │ │ ├── Pentigree.pde │ │ └── PentigreeLSystem.pde │ └── Tree │ │ └── Tree.pde │ ├── GUI │ ├── Button │ │ └── Button.pde │ ├── Handles │ │ └── Handles.pde │ ├── Rollover │ │ └── Rollover.pde │ └── Scrollbar │ │ ├── Scrollbar.pde │ │ └── data │ │ ├── seedBottom.jpg │ │ └── seedTop.jpg │ ├── Geometry │ ├── Icosahedra │ │ ├── Dimension3D.pde │ │ ├── Icosahedra.pde │ │ ├── Icosahedron.pde │ │ └── Shape3D.pde │ ├── NoiseSphere │ │ └── NoiseSphere.pde │ ├── RGBCube │ │ └── RGBCube.pde │ ├── ShapeTransform │ │ └── ShapeTransform.pde │ ├── SpaceJunk │ │ ├── Cube.pde │ │ └── SpaceJunk.pde │ ├── Toroid │ │ └── Toroid.pde │ └── Vertices │ │ └── Vertices.pde │ ├── Image Processing │ ├── Blending │ │ ├── Blending.pde │ │ └── data │ │ │ ├── layer1.jpg │ │ │ └── layer2.jpg │ ├── Blur │ │ ├── Blur.pde │ │ └── data │ │ │ └── moon.jpg │ ├── Brightness │ │ ├── Brightness.pde │ │ └── data │ │ │ └── moon-wide.jpg │ ├── Convolution │ │ ├── Convolution.pde │ │ └── data │ │ │ └── moon-wide.jpg │ ├── EdgeDetection │ │ ├── EdgeDetection.pde │ │ └── data │ │ │ └── moon.jpg │ ├── Explode │ │ ├── Explode.pde │ │ └── data │ │ │ └── eames.jpg │ ├── Extrusion │ │ ├── Extrusion.pde │ │ └── data │ │ │ └── ystone08.jpg │ ├── Histogram │ │ ├── Histogram.pde │ │ └── data │ │ │ └── frontier.jpg │ ├── LinearImage │ │ ├── LinearImage.pde │ │ └── data │ │ │ └── sea.jpg │ ├── PixelArray │ │ ├── PixelArray.pde │ │ └── data │ │ │ └── sea.jpg │ └── Zoom │ │ ├── Zoom.pde │ │ └── data │ │ └── ystone08.jpg │ ├── Interaction │ ├── Follow1 │ │ └── Follow1.pde │ ├── Follow2 │ │ └── Follow2.pde │ ├── Follow3 │ │ └── Follow3.pde │ ├── Reach1 │ │ └── Reach1.pde │ ├── Reach2 │ │ └── Reach2.pde │ ├── Reach3 │ │ └── Reach3.pde │ └── Tickle │ │ ├── Tickle.pde │ │ └── data │ │ └── Georgia.ttf │ ├── Motion │ ├── Bounce │ │ └── Bounce.pde │ ├── BouncyBubbles │ │ └── BouncyBubbles.pde │ ├── Brownian │ │ └── Brownian.pde │ ├── CircleCollision │ │ ├── Ball.pde │ │ └── CircleCollision.pde │ ├── CubesWithinCube │ │ ├── Cube.pde │ │ └── CubesWithinCube.pde │ ├── Linear │ │ └── Linear.pde │ ├── Morph │ │ └── Morph.pde │ ├── MovingOnCurves │ │ └── MovingOnCurves.pde │ ├── Reflection1 │ │ └── Reflection1.pde │ └── Reflection2 │ │ ├── Ground.pde │ │ ├── Orb.pde │ │ └── Reflection2.pde │ ├── Shaders │ ├── BlurFilter │ │ ├── BlurFilter.pde │ │ └── data │ │ │ └── blur.glsl │ ├── Conway │ │ ├── Conway.pde │ │ └── data │ │ │ └── conway.glsl │ ├── CustomBlend │ │ ├── CustomBlend.pde │ │ └── data │ │ │ ├── burn.glsl │ │ │ ├── difference.glsl │ │ │ ├── dodge.glsl │ │ │ ├── leaves.jpg │ │ │ ├── moonwalk.jpg │ │ │ └── overlay.glsl │ ├── Deform │ │ ├── Deform.pde │ │ └── data │ │ │ ├── deform.glsl │ │ │ └── tex1.jpg │ ├── DomeProjection │ │ ├── CubeMapUtils.pde │ │ ├── DomeProjection.pde │ │ └── data │ │ │ ├── cubemapfrag.glsl │ │ │ └── cubemapvert.glsl │ ├── EdgeDetect │ │ ├── EdgeDetect.pde │ │ └── data │ │ │ ├── edges.glsl │ │ │ └── leaves.jpg │ ├── EdgeFilter │ │ ├── EdgeFilter.pde │ │ └── data │ │ │ └── edges.glsl │ ├── GlossyFishEye │ │ ├── GlossyFishEye.pde │ │ └── data │ │ │ ├── FishEye.glsl │ │ │ ├── GlossyFrag.glsl │ │ │ └── GlossyVert.glsl │ ├── ImageMask │ │ ├── ImageMask.pde │ │ └── data │ │ │ ├── leaves.jpg │ │ │ └── mask.glsl │ ├── Landscape │ │ ├── Landscape.pde │ │ └── data │ │ │ └── landscape.glsl │ ├── Monjori │ │ ├── Monjori.pde │ │ └── data │ │ │ └── monjori.glsl │ ├── Nebula │ │ ├── Nebula.pde │ │ └── data │ │ │ └── nebula.glsl │ ├── SepBlur │ │ ├── SepBlur.pde │ │ └── data │ │ │ └── blur.glsl │ └── ToonShading │ │ ├── ToonShading.pde │ │ └── data │ │ ├── ToonFrag.glsl │ │ └── ToonVert.glsl │ ├── Simulate │ ├── Chain │ │ └── Chain.pde │ ├── Flocking │ │ ├── Boid.pde │ │ ├── Flock.pde │ │ └── Flocking.pde │ ├── ForcesWithVectors │ │ ├── ForcesWithVectors.pde │ │ ├── Liquid.pde │ │ └── Mover.pde │ ├── GravitationalAttraction3D │ │ ├── GravitationalAttraction3D.pde │ │ ├── Planet.pde │ │ └── Sun.pde │ ├── MultipleParticleSystems │ │ ├── CrazyParticle.pde │ │ ├── MultipleParticleSystems.pde │ │ ├── Particle.pde │ │ └── ParticleSystem.pde │ ├── SimpleParticleSystem │ │ ├── Particle.pde │ │ ├── ParticleSystem.pde │ │ └── SimpleParticleSystem.pde │ ├── SmokeParticleSystem │ │ ├── Particle.pde │ │ ├── ParticleSystem.pde │ │ ├── SmokeParticleSystem.pde │ │ └── data │ │ │ ├── texture.gif │ │ │ └── texture.png │ ├── SoftBody │ │ └── SoftBody.pde │ ├── Spring │ │ └── Spring.pde │ └── Springs │ │ └── Springs.pde │ ├── Textures │ ├── TextureCube │ │ ├── TextureCube.pde │ │ └── data │ │ │ ├── berlin-1.jpg │ │ │ └── uvtex.jpg │ ├── TextureCylinder │ │ ├── TextureCylinder.pde │ │ └── data │ │ │ └── berlin-1.jpg │ ├── TextureQuad │ │ ├── TextureQuad.pde │ │ └── data │ │ │ └── berlin-1.jpg │ ├── TextureSphere │ │ ├── TextureSphere.pde │ │ └── data │ │ │ └── world32k.jpg │ └── TextureTriangle │ │ ├── TextureTriangle.pde │ │ └── data │ │ └── berlin-1.jpg │ └── Vectors │ ├── AccelerationWithVectors │ ├── AccelerationWithVectors.pde │ └── Mover.pde │ ├── BouncingBall │ └── BouncingBall.pde │ └── VectorMath │ └── VectorMath.pde ├── icon ├── codepoems.icns └── codepoems.ico └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/README.md -------------------------------------------------------------------------------- /app/app.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/app.html -------------------------------------------------------------------------------- /app/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/app.js -------------------------------------------------------------------------------- /app/p5manager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/p5manager.js -------------------------------------------------------------------------------- /app/processing-mode/processing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/processing-mode/processing.js -------------------------------------------------------------------------------- /app/project.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/project.html -------------------------------------------------------------------------------- /app/project.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/project.js -------------------------------------------------------------------------------- /app/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/settings.json -------------------------------------------------------------------------------- /app/static/config.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/config.rb -------------------------------------------------------------------------------- /app/static/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/fonts/icomoon.eot -------------------------------------------------------------------------------- /app/static/fonts/icomoon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/fonts/icomoon.svg -------------------------------------------------------------------------------- /app/static/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/fonts/icomoon.ttf -------------------------------------------------------------------------------- /app/static/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/fonts/icomoon.woff -------------------------------------------------------------------------------- /app/static/img/install_processing_java.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/img/install_processing_java.gif -------------------------------------------------------------------------------- /app/static/img/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/img/play.svg -------------------------------------------------------------------------------- /app/static/img/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/img/stop.svg -------------------------------------------------------------------------------- /app/static/mousetrap-global-bind.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/mousetrap-global-bind.min.js -------------------------------------------------------------------------------- /app/static/mousetrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/mousetrap.min.js -------------------------------------------------------------------------------- /app/static/sass/_fonts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/sass/_fonts.scss -------------------------------------------------------------------------------- /app/static/sass/_scrollbars.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/sass/_scrollbars.scss -------------------------------------------------------------------------------- /app/static/sass/screen.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/sass/screen.scss -------------------------------------------------------------------------------- /app/static/sass/theme_codepoems-dark.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/sass/theme_codepoems-dark.scss -------------------------------------------------------------------------------- /app/static/sass/theme_monokai.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/sass/theme_monokai.scss -------------------------------------------------------------------------------- /app/static/sass/win.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/sass/win.scss -------------------------------------------------------------------------------- /app/static/sass/win_examples.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/sass/win_examples.scss -------------------------------------------------------------------------------- /app/static/sass/win_install_processing_java.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/sass/win_install_processing_java.scss -------------------------------------------------------------------------------- /app/static/sass/win_live_documentation.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/sass/win_live_documentation.scss -------------------------------------------------------------------------------- /app/static/sass/win_p5_modules.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/sass/win_p5_modules.scss -------------------------------------------------------------------------------- /app/static/stylesheets/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/stylesheets/screen.css -------------------------------------------------------------------------------- /app/static/stylesheets/theme_codepoems-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/stylesheets/theme_codepoems-dark.css -------------------------------------------------------------------------------- /app/static/stylesheets/theme_monokai.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/stylesheets/theme_monokai.css -------------------------------------------------------------------------------- /app/static/stylesheets/win.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/stylesheets/win.css -------------------------------------------------------------------------------- /app/static/stylesheets/win_examples.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/stylesheets/win_examples.css -------------------------------------------------------------------------------- /app/static/stylesheets/win_install_processing_java.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/stylesheets/win_install_processing_java.css -------------------------------------------------------------------------------- /app/static/stylesheets/win_live_documentation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/stylesheets/win_live_documentation.css -------------------------------------------------------------------------------- /app/static/stylesheets/win_p5_modules.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/static/stylesheets/win_p5_modules.css -------------------------------------------------------------------------------- /app/ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/ui.js -------------------------------------------------------------------------------- /app/win_examples.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/win_examples.html -------------------------------------------------------------------------------- /app/win_examples.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/win_examples.js -------------------------------------------------------------------------------- /app/win_install_processing_java.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/win_install_processing_java.html -------------------------------------------------------------------------------- /app/win_live_documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/win_live_documentation.html -------------------------------------------------------------------------------- /app/win_live_documentation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/win_live_documentation.js -------------------------------------------------------------------------------- /app/win_p5_modules.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/win_p5_modules.html -------------------------------------------------------------------------------- /app/win_p5_modules.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/win_p5_modules.js -------------------------------------------------------------------------------- /app/win_settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/win_settings.html -------------------------------------------------------------------------------- /app/win_settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/app/win_settings.js -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/bower.json -------------------------------------------------------------------------------- /doc/imgs/HALF_PI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/HALF_PI.png -------------------------------------------------------------------------------- /doc/imgs/PFont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PFont.png -------------------------------------------------------------------------------- /doc/imgs/PI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PI.png -------------------------------------------------------------------------------- /doc/imgs/PImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage.png -------------------------------------------------------------------------------- /doc/imgs/PImage_blend_0_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_blend_0_add.png -------------------------------------------------------------------------------- /doc/imgs/PImage_blend_1_subtract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_blend_1_subtract.png -------------------------------------------------------------------------------- /doc/imgs/PImage_blend_2_darkest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_blend_2_darkest.png -------------------------------------------------------------------------------- /doc/imgs/PImage_blend_3_lightest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_blend_3_lightest.png -------------------------------------------------------------------------------- /doc/imgs/PImage_copy_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_copy_.png -------------------------------------------------------------------------------- /doc/imgs/PImage_filter_0_threshold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_filter_0_threshold.png -------------------------------------------------------------------------------- /doc/imgs/PImage_filter_1_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_filter_1_gray.png -------------------------------------------------------------------------------- /doc/imgs/PImage_filter_2_invert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_filter_2_invert.png -------------------------------------------------------------------------------- /doc/imgs/PImage_filter_3_posterize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_filter_3_posterize.png -------------------------------------------------------------------------------- /doc/imgs/PImage_filter_4_blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_filter_4_blur.png -------------------------------------------------------------------------------- /doc/imgs/PImage_filter_5_erode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_filter_5_erode.png -------------------------------------------------------------------------------- /doc/imgs/PImage_filter_6_dilate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_filter_6_dilate.png -------------------------------------------------------------------------------- /doc/imgs/PImage_get_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_get_0.png -------------------------------------------------------------------------------- /doc/imgs/PImage_get_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_get_1.png -------------------------------------------------------------------------------- /doc/imgs/PImage_height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_height.png -------------------------------------------------------------------------------- /doc/imgs/PImage_loadPixels_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_loadPixels_.png -------------------------------------------------------------------------------- /doc/imgs/PImage_mask_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_mask_.png -------------------------------------------------------------------------------- /doc/imgs/PImage_pixels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_pixels.png -------------------------------------------------------------------------------- /doc/imgs/PImage_resize_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_resize_0.png -------------------------------------------------------------------------------- /doc/imgs/PImage_resize_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_resize_1.png -------------------------------------------------------------------------------- /doc/imgs/PImage_set_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_set_.png -------------------------------------------------------------------------------- /doc/imgs/PImage_updatePixels_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_updatePixels_.png -------------------------------------------------------------------------------- /doc/imgs/PImage_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PImage_width.png -------------------------------------------------------------------------------- /doc/imgs/PShape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PShape.png -------------------------------------------------------------------------------- /doc/imgs/PShape_disableStyle_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PShape_disableStyle_.png -------------------------------------------------------------------------------- /doc/imgs/PShape_enableStyle_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PShape_enableStyle_.png -------------------------------------------------------------------------------- /doc/imgs/PShape_getChild_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PShape_getChild_.png -------------------------------------------------------------------------------- /doc/imgs/PShape_isVisible_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PShape_isVisible_.png -------------------------------------------------------------------------------- /doc/imgs/PShape_setVisible_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/PShape_setVisible_.png -------------------------------------------------------------------------------- /doc/imgs/QUARTER_PI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/QUARTER_PI.png -------------------------------------------------------------------------------- /doc/imgs/TWO_PI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/TWO_PI.png -------------------------------------------------------------------------------- /doc/imgs/alpha_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/alpha_.png -------------------------------------------------------------------------------- /doc/imgs/ambientLight_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/ambientLight_0.png -------------------------------------------------------------------------------- /doc/imgs/ambientLight_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/ambientLight_1.png -------------------------------------------------------------------------------- /doc/imgs/ambient_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/ambient_.png -------------------------------------------------------------------------------- /doc/imgs/applyMatrix_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/applyMatrix_.png -------------------------------------------------------------------------------- /doc/imgs/arc_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/arc_.png -------------------------------------------------------------------------------- /doc/imgs/arc_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/arc_2.png -------------------------------------------------------------------------------- /doc/imgs/arc_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/arc_3.png -------------------------------------------------------------------------------- /doc/imgs/arc_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/arc_4.png -------------------------------------------------------------------------------- /doc/imgs/background_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/background_0.png -------------------------------------------------------------------------------- /doc/imgs/background_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/background_1.png -------------------------------------------------------------------------------- /doc/imgs/background_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/background_2.png -------------------------------------------------------------------------------- /doc/imgs/beginCamera_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/beginCamera_.png -------------------------------------------------------------------------------- /doc/imgs/beginContour_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/beginContour_0.png -------------------------------------------------------------------------------- /doc/imgs/beginShape_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/beginShape_0.png -------------------------------------------------------------------------------- /doc/imgs/beginShape_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/beginShape_1.png -------------------------------------------------------------------------------- /doc/imgs/beginShape_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/beginShape_10.png -------------------------------------------------------------------------------- /doc/imgs/beginShape_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/beginShape_2.png -------------------------------------------------------------------------------- /doc/imgs/beginShape_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/beginShape_3.png -------------------------------------------------------------------------------- /doc/imgs/beginShape_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/beginShape_4.png -------------------------------------------------------------------------------- /doc/imgs/beginShape_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/beginShape_5.png -------------------------------------------------------------------------------- /doc/imgs/beginShape_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/beginShape_6.png -------------------------------------------------------------------------------- /doc/imgs/beginShape_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/beginShape_7.png -------------------------------------------------------------------------------- /doc/imgs/beginShape_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/beginShape_8.png -------------------------------------------------------------------------------- /doc/imgs/beginShape_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/beginShape_9.png -------------------------------------------------------------------------------- /doc/imgs/bezierPoint_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/bezierPoint_.png -------------------------------------------------------------------------------- /doc/imgs/bezierTangent_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/bezierTangent_0.png -------------------------------------------------------------------------------- /doc/imgs/bezierTangent_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/bezierTangent_1.png -------------------------------------------------------------------------------- /doc/imgs/bezierVertex_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/bezierVertex_0.png -------------------------------------------------------------------------------- /doc/imgs/bezierVertex_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/bezierVertex_1.png -------------------------------------------------------------------------------- /doc/imgs/bezier_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/bezier_0.png -------------------------------------------------------------------------------- /doc/imgs/bezier_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/bezier_1.png -------------------------------------------------------------------------------- /doc/imgs/blendColor_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/blendColor_.png -------------------------------------------------------------------------------- /doc/imgs/blend_0_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/blend_0_add.png -------------------------------------------------------------------------------- /doc/imgs/blend_1_subtract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/blend_1_subtract.png -------------------------------------------------------------------------------- /doc/imgs/blend_2_darkest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/blend_2_darkest.png -------------------------------------------------------------------------------- /doc/imgs/blend_3_lightest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/blend_3_lightest.png -------------------------------------------------------------------------------- /doc/imgs/blue_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/blue_.png -------------------------------------------------------------------------------- /doc/imgs/boolean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/boolean.png -------------------------------------------------------------------------------- /doc/imgs/box_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/box_0.png -------------------------------------------------------------------------------- /doc/imgs/box_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/box_1.png -------------------------------------------------------------------------------- /doc/imgs/brightness_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/brightness_.png -------------------------------------------------------------------------------- /doc/imgs/camera_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/camera_.png -------------------------------------------------------------------------------- /doc/imgs/color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/color.png -------------------------------------------------------------------------------- /doc/imgs/colorMode_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/colorMode_0.png -------------------------------------------------------------------------------- /doc/imgs/colorMode_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/colorMode_1.png -------------------------------------------------------------------------------- /doc/imgs/colorMode_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/colorMode_2.png -------------------------------------------------------------------------------- /doc/imgs/color_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/color_0.png -------------------------------------------------------------------------------- /doc/imgs/color_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/color_1.png -------------------------------------------------------------------------------- /doc/imgs/color_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/color_2.png -------------------------------------------------------------------------------- /doc/imgs/copy_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/copy_.png -------------------------------------------------------------------------------- /doc/imgs/cos_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/cos_.png -------------------------------------------------------------------------------- /doc/imgs/createImage_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/createImage_0.png -------------------------------------------------------------------------------- /doc/imgs/createImage_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/createImage_1.png -------------------------------------------------------------------------------- /doc/imgs/curveDetail_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/curveDetail_.png -------------------------------------------------------------------------------- /doc/imgs/curvePoint_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/curvePoint_.png -------------------------------------------------------------------------------- /doc/imgs/curveTangent_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/curveTangent_.png -------------------------------------------------------------------------------- /doc/imgs/curveVertex_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/curveVertex_.png -------------------------------------------------------------------------------- /doc/imgs/curve_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/curve_.png -------------------------------------------------------------------------------- /doc/imgs/directionalLight_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/directionalLight_0.png -------------------------------------------------------------------------------- /doc/imgs/directionalLight_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/directionalLight_1.png -------------------------------------------------------------------------------- /doc/imgs/ellipseMode_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/ellipseMode_0.png -------------------------------------------------------------------------------- /doc/imgs/ellipseMode_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/ellipseMode_1.png -------------------------------------------------------------------------------- /doc/imgs/ellipse_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/ellipse_.png -------------------------------------------------------------------------------- /doc/imgs/else0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/else0.png -------------------------------------------------------------------------------- /doc/imgs/else1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/else1.png -------------------------------------------------------------------------------- /doc/imgs/emissive_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/emissive_.png -------------------------------------------------------------------------------- /doc/imgs/endCamera_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/endCamera_.png -------------------------------------------------------------------------------- /doc/imgs/endShape_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/endShape_.png -------------------------------------------------------------------------------- /doc/imgs/fill_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/fill_0.png -------------------------------------------------------------------------------- /doc/imgs/fill_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/fill_1.png -------------------------------------------------------------------------------- /doc/imgs/filter_0_threshold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/filter_0_threshold.png -------------------------------------------------------------------------------- /doc/imgs/filter_1_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/filter_1_gray.png -------------------------------------------------------------------------------- /doc/imgs/filter_2_invert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/filter_2_invert.png -------------------------------------------------------------------------------- /doc/imgs/filter_3_posterize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/filter_3_posterize.png -------------------------------------------------------------------------------- /doc/imgs/filter_4_blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/filter_4_blur.png -------------------------------------------------------------------------------- /doc/imgs/filter_5_erode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/filter_5_erode.png -------------------------------------------------------------------------------- /doc/imgs/filter_6_dilate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/filter_6_dilate.png -------------------------------------------------------------------------------- /doc/imgs/for_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/for_0.png -------------------------------------------------------------------------------- /doc/imgs/for_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/for_1.png -------------------------------------------------------------------------------- /doc/imgs/for_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/for_2.png -------------------------------------------------------------------------------- /doc/imgs/for_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/for_3.png -------------------------------------------------------------------------------- /doc/imgs/frustum_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/frustum_.png -------------------------------------------------------------------------------- /doc/imgs/get_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/get_0.png -------------------------------------------------------------------------------- /doc/imgs/get_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/get_1.png -------------------------------------------------------------------------------- /doc/imgs/green_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/green_.png -------------------------------------------------------------------------------- /doc/imgs/height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/height.png -------------------------------------------------------------------------------- /doc/imgs/hue_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/hue_.png -------------------------------------------------------------------------------- /doc/imgs/if_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/if_.png -------------------------------------------------------------------------------- /doc/imgs/imageMode_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/imageMode_0.png -------------------------------------------------------------------------------- /doc/imgs/imageMode_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/imageMode_1.png -------------------------------------------------------------------------------- /doc/imgs/imageMode_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/imageMode_2.png -------------------------------------------------------------------------------- /doc/imgs/image_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/image_0.png -------------------------------------------------------------------------------- /doc/imgs/image_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/image_1.png -------------------------------------------------------------------------------- /doc/imgs/lerpColor_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/lerpColor_.png -------------------------------------------------------------------------------- /doc/imgs/lerp_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/lerp_0.png -------------------------------------------------------------------------------- /doc/imgs/lerp_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/lerp_1.png -------------------------------------------------------------------------------- /doc/imgs/lightFalloff_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/lightFalloff_.png -------------------------------------------------------------------------------- /doc/imgs/lightSpecular_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/lightSpecular_.png -------------------------------------------------------------------------------- /doc/imgs/lights_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/lights_0.png -------------------------------------------------------------------------------- /doc/imgs/lights_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/lights_1.png -------------------------------------------------------------------------------- /doc/imgs/line_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/line_0.png -------------------------------------------------------------------------------- /doc/imgs/line_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/line_1.png -------------------------------------------------------------------------------- /doc/imgs/line_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/line_2.png -------------------------------------------------------------------------------- /doc/imgs/loadFont_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/loadFont_.png -------------------------------------------------------------------------------- /doc/imgs/loadImage_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/loadImage_0.png -------------------------------------------------------------------------------- /doc/imgs/loadImage_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/loadImage_1.png -------------------------------------------------------------------------------- /doc/imgs/loadImage_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/loadImage_2.png -------------------------------------------------------------------------------- /doc/imgs/loadPixels_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/loadPixels_.png -------------------------------------------------------------------------------- /doc/imgs/loadShape_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/loadShape_0.png -------------------------------------------------------------------------------- /doc/imgs/loadShape_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/loadShape_1.png -------------------------------------------------------------------------------- /doc/imgs/logicalAND.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/logicalAND.png -------------------------------------------------------------------------------- /doc/imgs/logicalNOT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/logicalNOT.png -------------------------------------------------------------------------------- /doc/imgs/logicalOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/logicalOR.png -------------------------------------------------------------------------------- /doc/imgs/mag_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/mag_.png -------------------------------------------------------------------------------- /doc/imgs/noFill_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/noFill_.png -------------------------------------------------------------------------------- /doc/imgs/noSmooth_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/noSmooth_.png -------------------------------------------------------------------------------- /doc/imgs/noStroke_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/noStroke_.png -------------------------------------------------------------------------------- /doc/imgs/noTint_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/noTint_.png -------------------------------------------------------------------------------- /doc/imgs/normal_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/normal_.png -------------------------------------------------------------------------------- /doc/imgs/ortho_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/ortho_.png -------------------------------------------------------------------------------- /doc/imgs/perspective_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/perspective_.png -------------------------------------------------------------------------------- /doc/imgs/pixels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/pixels.png -------------------------------------------------------------------------------- /doc/imgs/pointLight_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/pointLight_.png -------------------------------------------------------------------------------- /doc/imgs/point_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/point_0.png -------------------------------------------------------------------------------- /doc/imgs/point_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/point_1.png -------------------------------------------------------------------------------- /doc/imgs/popMatrix_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/popMatrix_.png -------------------------------------------------------------------------------- /doc/imgs/popStyle_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/popStyle_0.png -------------------------------------------------------------------------------- /doc/imgs/popStyle_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/popStyle_1.png -------------------------------------------------------------------------------- /doc/imgs/pushMatrix_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/pushMatrix_.png -------------------------------------------------------------------------------- /doc/imgs/pushStyle_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/pushStyle_0.png -------------------------------------------------------------------------------- /doc/imgs/pushStyle_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/pushStyle_1.png -------------------------------------------------------------------------------- /doc/imgs/quad_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/quad_.png -------------------------------------------------------------------------------- /doc/imgs/quadraticVertex_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/quadraticVertex_0.png -------------------------------------------------------------------------------- /doc/imgs/quadraticVertex_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/quadraticVertex_1.png -------------------------------------------------------------------------------- /doc/imgs/randomGaussian_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/randomGaussian_0.png -------------------------------------------------------------------------------- /doc/imgs/randomGaussian_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/randomGaussian_1.png -------------------------------------------------------------------------------- /doc/imgs/rectMode_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/rectMode_0.png -------------------------------------------------------------------------------- /doc/imgs/rectMode_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/rectMode_1.png -------------------------------------------------------------------------------- /doc/imgs/rect_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/rect_0.png -------------------------------------------------------------------------------- /doc/imgs/rect_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/rect_1.png -------------------------------------------------------------------------------- /doc/imgs/rect_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/rect_2.png -------------------------------------------------------------------------------- /doc/imgs/red_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/red_.png -------------------------------------------------------------------------------- /doc/imgs/resetMatrix_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/resetMatrix_.png -------------------------------------------------------------------------------- /doc/imgs/rotateX_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/rotateX_0.png -------------------------------------------------------------------------------- /doc/imgs/rotateX_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/rotateX_1.png -------------------------------------------------------------------------------- /doc/imgs/rotateY_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/rotateY_0.png -------------------------------------------------------------------------------- /doc/imgs/rotateY_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/rotateY_1.png -------------------------------------------------------------------------------- /doc/imgs/rotateZ_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/rotateZ_0.png -------------------------------------------------------------------------------- /doc/imgs/rotateZ_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/rotateZ_1.png -------------------------------------------------------------------------------- /doc/imgs/rotate_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/rotate_.png -------------------------------------------------------------------------------- /doc/imgs/saturation_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/saturation_.png -------------------------------------------------------------------------------- /doc/imgs/scale_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/scale_0.png -------------------------------------------------------------------------------- /doc/imgs/scale_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/scale_1.png -------------------------------------------------------------------------------- /doc/imgs/scale_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/scale_2.png -------------------------------------------------------------------------------- /doc/imgs/set_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/set_0.png -------------------------------------------------------------------------------- /doc/imgs/set_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/set_1.png -------------------------------------------------------------------------------- /doc/imgs/set_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/set_2.png -------------------------------------------------------------------------------- /doc/imgs/shapeMode_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/shapeMode_.png -------------------------------------------------------------------------------- /doc/imgs/shape_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/shape_0.png -------------------------------------------------------------------------------- /doc/imgs/shape_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/shape_1.png -------------------------------------------------------------------------------- /doc/imgs/shearX_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/shearX_.png -------------------------------------------------------------------------------- /doc/imgs/shearY_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/shearY_.png -------------------------------------------------------------------------------- /doc/imgs/shininess_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/shininess_.png -------------------------------------------------------------------------------- /doc/imgs/sin_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/sin_.png -------------------------------------------------------------------------------- /doc/imgs/size_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/size_0.png -------------------------------------------------------------------------------- /doc/imgs/size_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/size_1.png -------------------------------------------------------------------------------- /doc/imgs/size_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/size_2.png -------------------------------------------------------------------------------- /doc/imgs/smooth_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/smooth_.png -------------------------------------------------------------------------------- /doc/imgs/specular_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/specular_.png -------------------------------------------------------------------------------- /doc/imgs/sphere_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/sphere_.png -------------------------------------------------------------------------------- /doc/imgs/spotLight_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/spotLight_0.png -------------------------------------------------------------------------------- /doc/imgs/spotLight_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/spotLight_1.png -------------------------------------------------------------------------------- /doc/imgs/sq_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/sq_.png -------------------------------------------------------------------------------- /doc/imgs/sqrt_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/sqrt_.png -------------------------------------------------------------------------------- /doc/imgs/strokeCap_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/strokeCap_.png -------------------------------------------------------------------------------- /doc/imgs/strokeJoin_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/strokeJoin_0.png -------------------------------------------------------------------------------- /doc/imgs/strokeJoin_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/strokeJoin_1.png -------------------------------------------------------------------------------- /doc/imgs/strokeJoin_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/strokeJoin_2.png -------------------------------------------------------------------------------- /doc/imgs/strokeWeight_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/strokeWeight_.png -------------------------------------------------------------------------------- /doc/imgs/stroke_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/stroke_0.png -------------------------------------------------------------------------------- /doc/imgs/stroke_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/stroke_1.png -------------------------------------------------------------------------------- /doc/imgs/tan_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/tan_.png -------------------------------------------------------------------------------- /doc/imgs/textAlign_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/textAlign_.png -------------------------------------------------------------------------------- /doc/imgs/textAlign_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/textAlign_0.png -------------------------------------------------------------------------------- /doc/imgs/textAlign_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/textAlign_1.png -------------------------------------------------------------------------------- /doc/imgs/textAscent_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/textAscent_.png -------------------------------------------------------------------------------- /doc/imgs/textDescent_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/textDescent_.png -------------------------------------------------------------------------------- /doc/imgs/textFont_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/textFont_.png -------------------------------------------------------------------------------- /doc/imgs/textLeading_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/textLeading_.png -------------------------------------------------------------------------------- /doc/imgs/textSize_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/textSize_.png -------------------------------------------------------------------------------- /doc/imgs/textWidth_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/textWidth_.png -------------------------------------------------------------------------------- /doc/imgs/text_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/text_0.png -------------------------------------------------------------------------------- /doc/imgs/text_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/text_1.png -------------------------------------------------------------------------------- /doc/imgs/text_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/text_2.png -------------------------------------------------------------------------------- /doc/imgs/textureMode_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/textureMode_0.png -------------------------------------------------------------------------------- /doc/imgs/textureMode_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/textureMode_1.png -------------------------------------------------------------------------------- /doc/imgs/texture_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/texture_.png -------------------------------------------------------------------------------- /doc/imgs/tint_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/tint_0.png -------------------------------------------------------------------------------- /doc/imgs/tint_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/tint_1.png -------------------------------------------------------------------------------- /doc/imgs/tint_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/tint_2.png -------------------------------------------------------------------------------- /doc/imgs/translate_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/translate_0.png -------------------------------------------------------------------------------- /doc/imgs/translate_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/translate_1.png -------------------------------------------------------------------------------- /doc/imgs/translate_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/translate_2.png -------------------------------------------------------------------------------- /doc/imgs/triangle_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/triangle_.png -------------------------------------------------------------------------------- /doc/imgs/updatePixels_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/updatePixels_.png -------------------------------------------------------------------------------- /doc/imgs/vertex_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/vertex_0.png -------------------------------------------------------------------------------- /doc/imgs/vertex_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/vertex_1.png -------------------------------------------------------------------------------- /doc/imgs/vertex_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/vertex_2.png -------------------------------------------------------------------------------- /doc/imgs/while_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/while_.png -------------------------------------------------------------------------------- /doc/imgs/width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/imgs/width.png -------------------------------------------------------------------------------- /doc/p5doc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/doc/p5doc.json -------------------------------------------------------------------------------- /examples/Basics/Arrays/Array/Array.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Arrays/Array/Array.pde -------------------------------------------------------------------------------- /examples/Basics/Arrays/Array2D/Array2D.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Arrays/Array2D/Array2D.pde -------------------------------------------------------------------------------- /examples/Basics/Arrays/ArrayObjects/ArrayObjects.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Arrays/ArrayObjects/ArrayObjects.pde -------------------------------------------------------------------------------- /examples/Basics/Arrays/ArrayObjects/Module.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Arrays/ArrayObjects/Module.pde -------------------------------------------------------------------------------- /examples/Basics/Camera/MoveEye/MoveEye.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Camera/MoveEye/MoveEye.pde -------------------------------------------------------------------------------- /examples/Basics/Camera/Orthographic/Orthographic.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Camera/Orthographic/Orthographic.pde -------------------------------------------------------------------------------- /examples/Basics/Camera/Perspective/Perspective.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Camera/Perspective/Perspective.pde -------------------------------------------------------------------------------- /examples/Basics/Color/Brightness/Brightness.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Color/Brightness/Brightness.pde -------------------------------------------------------------------------------- /examples/Basics/Color/ColorVariables/ColorVariables.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Color/ColorVariables/ColorVariables.pde -------------------------------------------------------------------------------- /examples/Basics/Color/Hue/Hue.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Color/Hue/Hue.pde -------------------------------------------------------------------------------- /examples/Basics/Color/LinearGradient/LinearGradient.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Color/LinearGradient/LinearGradient.pde -------------------------------------------------------------------------------- /examples/Basics/Color/RadialGradient/RadialGradient.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Color/RadialGradient/RadialGradient.pde -------------------------------------------------------------------------------- /examples/Basics/Color/Relativity/Relativity.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Color/Relativity/Relativity.pde -------------------------------------------------------------------------------- /examples/Basics/Color/Saturation/Saturation.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Color/Saturation/Saturation.pde -------------------------------------------------------------------------------- /examples/Basics/Color/WaveGradient/WaveGradient.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Color/WaveGradient/WaveGradient.pde -------------------------------------------------------------------------------- /examples/Basics/Control/Conditionals1/Conditionals1.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Control/Conditionals1/Conditionals1.pde -------------------------------------------------------------------------------- /examples/Basics/Control/Conditionals2/Conditionals2.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Control/Conditionals2/Conditionals2.pde -------------------------------------------------------------------------------- /examples/Basics/Control/EmbeddedIteration/EmbeddedIteration.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Control/EmbeddedIteration/EmbeddedIteration.pde -------------------------------------------------------------------------------- /examples/Basics/Control/Iteration/Iteration.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Control/Iteration/Iteration.pde -------------------------------------------------------------------------------- /examples/Basics/Control/LogicalOperators/LogicalOperators.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Control/LogicalOperators/LogicalOperators.pde -------------------------------------------------------------------------------- /examples/Basics/Data/CharactersStrings/CharactersStrings.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Data/CharactersStrings/CharactersStrings.pde -------------------------------------------------------------------------------- /examples/Basics/Data/CharactersStrings/data/Georgia.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Data/CharactersStrings/data/Georgia.ttf -------------------------------------------------------------------------------- /examples/Basics/Data/DatatypeConversion/DatatypeConversion.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Data/DatatypeConversion/DatatypeConversion.pde -------------------------------------------------------------------------------- /examples/Basics/Data/DatatypeConversion/data/Georgia.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Data/DatatypeConversion/data/Georgia.ttf -------------------------------------------------------------------------------- /examples/Basics/Data/IntegersFloats/IntegersFloats.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Data/IntegersFloats/IntegersFloats.pde -------------------------------------------------------------------------------- /examples/Basics/Data/TrueFalse/TrueFalse.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Data/TrueFalse/TrueFalse.pde -------------------------------------------------------------------------------- /examples/Basics/Data/VariableScope/VariableScope.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Data/VariableScope/VariableScope.pde -------------------------------------------------------------------------------- /examples/Basics/Data/Variables/Variables.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Data/Variables/Variables.pde -------------------------------------------------------------------------------- /examples/Basics/Form/Bezier/Bezier.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Form/Bezier/Bezier.pde -------------------------------------------------------------------------------- /examples/Basics/Form/PieChart/PieChart.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Form/PieChart/PieChart.pde -------------------------------------------------------------------------------- /examples/Basics/Form/PointsLines/PointsLines.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Form/PointsLines/PointsLines.pde -------------------------------------------------------------------------------- /examples/Basics/Form/Primitives3D/Primitives3D.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Form/Primitives3D/Primitives3D.pde -------------------------------------------------------------------------------- /examples/Basics/Form/RegularPolygon/RegularPolygon.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Form/RegularPolygon/RegularPolygon.pde -------------------------------------------------------------------------------- /examples/Basics/Form/ShapePrimitives/ShapePrimitives.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Form/ShapePrimitives/ShapePrimitives.pde -------------------------------------------------------------------------------- /examples/Basics/Form/Star/Star.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Form/Star/Star.pde -------------------------------------------------------------------------------- /examples/Basics/Form/TriangleStrip/TriangleStrip.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Form/TriangleStrip/TriangleStrip.pde -------------------------------------------------------------------------------- /examples/Basics/Image/Alphamask/Alphamask.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/Alphamask/Alphamask.pde -------------------------------------------------------------------------------- /examples/Basics/Image/Alphamask/data/mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/Alphamask/data/mask.jpg -------------------------------------------------------------------------------- /examples/Basics/Image/Alphamask/data/moonwalk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/Alphamask/data/moonwalk.jpg -------------------------------------------------------------------------------- /examples/Basics/Image/BackgroundImage/BackgroundImage.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/BackgroundImage/BackgroundImage.pde -------------------------------------------------------------------------------- /examples/Basics/Image/BackgroundImage/data/moonwalk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/BackgroundImage/data/moonwalk.jpg -------------------------------------------------------------------------------- /examples/Basics/Image/CreateImage/CreateImage.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/CreateImage/CreateImage.pde -------------------------------------------------------------------------------- /examples/Basics/Image/LoadDisplayImage/LoadDisplayImage.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/LoadDisplayImage/LoadDisplayImage.pde -------------------------------------------------------------------------------- /examples/Basics/Image/LoadDisplayImage/data/moonwalk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/LoadDisplayImage/data/moonwalk.jpg -------------------------------------------------------------------------------- /examples/Basics/Image/Pointillism/Pointillism.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/Pointillism/Pointillism.pde -------------------------------------------------------------------------------- /examples/Basics/Image/Pointillism/data/moonwalk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/Pointillism/data/moonwalk.jpg -------------------------------------------------------------------------------- /examples/Basics/Image/RequestImage/RequestImage.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/RequestImage/RequestImage.pde -------------------------------------------------------------------------------- /examples/Basics/Image/RequestImage/data/PT_anim0000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/RequestImage/data/PT_anim0000.gif -------------------------------------------------------------------------------- /examples/Basics/Image/RequestImage/data/PT_anim0001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/RequestImage/data/PT_anim0001.gif -------------------------------------------------------------------------------- /examples/Basics/Image/RequestImage/data/PT_anim0002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/RequestImage/data/PT_anim0002.gif -------------------------------------------------------------------------------- /examples/Basics/Image/RequestImage/data/PT_anim0003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/RequestImage/data/PT_anim0003.gif -------------------------------------------------------------------------------- /examples/Basics/Image/RequestImage/data/PT_anim0004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/RequestImage/data/PT_anim0004.gif -------------------------------------------------------------------------------- /examples/Basics/Image/RequestImage/data/PT_anim0005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/RequestImage/data/PT_anim0005.gif -------------------------------------------------------------------------------- /examples/Basics/Image/RequestImage/data/PT_anim0006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/RequestImage/data/PT_anim0006.gif -------------------------------------------------------------------------------- /examples/Basics/Image/RequestImage/data/PT_anim0007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/RequestImage/data/PT_anim0007.gif -------------------------------------------------------------------------------- /examples/Basics/Image/RequestImage/data/PT_anim0008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/RequestImage/data/PT_anim0008.gif -------------------------------------------------------------------------------- /examples/Basics/Image/RequestImage/data/PT_anim0009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/RequestImage/data/PT_anim0009.gif -------------------------------------------------------------------------------- /examples/Basics/Image/RequestImage/data/PT_anim0010.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/RequestImage/data/PT_anim0010.gif -------------------------------------------------------------------------------- /examples/Basics/Image/RequestImage/data/PT_anim0011.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/RequestImage/data/PT_anim0011.gif -------------------------------------------------------------------------------- /examples/Basics/Image/Transparency/Transparency.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/Transparency/Transparency.pde -------------------------------------------------------------------------------- /examples/Basics/Image/Transparency/data/moonwalk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Image/Transparency/data/moonwalk.jpg -------------------------------------------------------------------------------- /examples/Basics/Input/Clock/Clock.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Input/Clock/Clock.pde -------------------------------------------------------------------------------- /examples/Basics/Input/Constrain/Constrain.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Input/Constrain/Constrain.pde -------------------------------------------------------------------------------- /examples/Basics/Input/Easing/Easing.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Input/Easing/Easing.pde -------------------------------------------------------------------------------- /examples/Basics/Input/Keyboard/Keyboard.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Input/Keyboard/Keyboard.pde -------------------------------------------------------------------------------- /examples/Basics/Input/KeyboardFunctions/KeyboardFunctions.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Input/KeyboardFunctions/KeyboardFunctions.pde -------------------------------------------------------------------------------- /examples/Basics/Input/Milliseconds/Milliseconds.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Input/Milliseconds/Milliseconds.pde -------------------------------------------------------------------------------- /examples/Basics/Input/Mouse1D/Mouse1D.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Input/Mouse1D/Mouse1D.pde -------------------------------------------------------------------------------- /examples/Basics/Input/Mouse2D/Mouse2D.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Input/Mouse2D/Mouse2D.pde -------------------------------------------------------------------------------- /examples/Basics/Input/MouseFunctions/MouseFunctions.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Input/MouseFunctions/MouseFunctions.pde -------------------------------------------------------------------------------- /examples/Basics/Input/MousePress/MousePress.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Input/MousePress/MousePress.pde -------------------------------------------------------------------------------- /examples/Basics/Input/MouseSignals/MouseSignals.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Input/MouseSignals/MouseSignals.pde -------------------------------------------------------------------------------- /examples/Basics/Input/StoringInput/StoringInput.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Input/StoringInput/StoringInput.pde -------------------------------------------------------------------------------- /examples/Basics/Lights/Directional/Directional.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Lights/Directional/Directional.pde -------------------------------------------------------------------------------- /examples/Basics/Lights/Mixture/Mixture.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Lights/Mixture/Mixture.pde -------------------------------------------------------------------------------- /examples/Basics/Lights/MixtureGrid/MixtureGrid.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Lights/MixtureGrid/MixtureGrid.pde -------------------------------------------------------------------------------- /examples/Basics/Lights/OnOff/OnOff.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Lights/OnOff/OnOff.pde -------------------------------------------------------------------------------- /examples/Basics/Lights/Reflection/Reflection.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Lights/Reflection/Reflection.pde -------------------------------------------------------------------------------- /examples/Basics/Lights/Spot/Spot.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Lights/Spot/Spot.pde -------------------------------------------------------------------------------- /examples/Basics/Math/AdditiveWave/AdditiveWave.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/AdditiveWave/AdditiveWave.pde -------------------------------------------------------------------------------- /examples/Basics/Math/Arctangent/Arctangent.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/Arctangent/Arctangent.pde -------------------------------------------------------------------------------- /examples/Basics/Math/Distance1D/Distance1D.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/Distance1D/Distance1D.pde -------------------------------------------------------------------------------- /examples/Basics/Math/Distance2D/Distance2D.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/Distance2D/Distance2D.pde -------------------------------------------------------------------------------- /examples/Basics/Math/DoubleRandom/DoubleRandom.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/DoubleRandom/DoubleRandom.pde -------------------------------------------------------------------------------- /examples/Basics/Math/Graphing2DEquation/Graphing2DEquation.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/Graphing2DEquation/Graphing2DEquation.pde -------------------------------------------------------------------------------- /examples/Basics/Math/IncrementDecrement/IncrementDecrement.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/IncrementDecrement/IncrementDecrement.pde -------------------------------------------------------------------------------- /examples/Basics/Math/Interpolate/Interpolate.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/Interpolate/Interpolate.pde -------------------------------------------------------------------------------- /examples/Basics/Math/Noise1D/Noise1D.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/Noise1D/Noise1D.pde -------------------------------------------------------------------------------- /examples/Basics/Math/Noise2D/Noise2D.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/Noise2D/Noise2D.pde -------------------------------------------------------------------------------- /examples/Basics/Math/Noise3D/Noise3D.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/Noise3D/Noise3D.pde -------------------------------------------------------------------------------- /examples/Basics/Math/NoiseWave/NoiseWave.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/NoiseWave/NoiseWave.pde -------------------------------------------------------------------------------- /examples/Basics/Math/OperatorPrecedence/OperatorPrecedence.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/OperatorPrecedence/OperatorPrecedence.pde -------------------------------------------------------------------------------- /examples/Basics/Math/PolarToCartesian/PolarToCartesian.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/PolarToCartesian/PolarToCartesian.pde -------------------------------------------------------------------------------- /examples/Basics/Math/Random/Random.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/Random/Random.pde -------------------------------------------------------------------------------- /examples/Basics/Math/RandomGaussian/RandomGaussian.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/RandomGaussian/RandomGaussian.pde -------------------------------------------------------------------------------- /examples/Basics/Math/Sine/Sine.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/Sine/Sine.pde -------------------------------------------------------------------------------- /examples/Basics/Math/SineCosine/SineCosine.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/SineCosine/SineCosine.pde -------------------------------------------------------------------------------- /examples/Basics/Math/SineWave/SineWave.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Math/SineWave/SineWave.pde -------------------------------------------------------------------------------- /examples/Basics/Objects/CompositeObjects/CompositeObjects.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Objects/CompositeObjects/CompositeObjects.pde -------------------------------------------------------------------------------- /examples/Basics/Objects/CompositeObjects/Egg.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Objects/CompositeObjects/Egg.pde -------------------------------------------------------------------------------- /examples/Basics/Objects/CompositeObjects/EggRing.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Objects/CompositeObjects/EggRing.pde -------------------------------------------------------------------------------- /examples/Basics/Objects/CompositeObjects/Ring.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Objects/CompositeObjects/Ring.pde -------------------------------------------------------------------------------- /examples/Basics/Objects/Inheritance/Inheritance.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Objects/Inheritance/Inheritance.pde -------------------------------------------------------------------------------- /examples/Basics/Objects/MultipleConstructors/MultipleConstructors.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Objects/MultipleConstructors/MultipleConstructors.pde -------------------------------------------------------------------------------- /examples/Basics/Objects/Objects/Objects.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Objects/Objects/Objects.pde -------------------------------------------------------------------------------- /examples/Basics/Shape/DisableStyle/DisableStyle.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Shape/DisableStyle/DisableStyle.pde -------------------------------------------------------------------------------- /examples/Basics/Shape/DisableStyle/data/bot1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Shape/DisableStyle/data/bot1.svg -------------------------------------------------------------------------------- /examples/Basics/Shape/GetChild/GetChild.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Shape/GetChild/GetChild.pde -------------------------------------------------------------------------------- /examples/Basics/Shape/GetChild/data/usa-wikipedia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Shape/GetChild/data/usa-wikipedia.svg -------------------------------------------------------------------------------- /examples/Basics/Shape/LoadDisplayOBJ/LoadDisplayOBJ.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Shape/LoadDisplayOBJ/LoadDisplayOBJ.pde -------------------------------------------------------------------------------- /examples/Basics/Shape/LoadDisplayOBJ/data/rocket.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Shape/LoadDisplayOBJ/data/rocket.mtl -------------------------------------------------------------------------------- /examples/Basics/Shape/LoadDisplayOBJ/data/rocket.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Shape/LoadDisplayOBJ/data/rocket.obj -------------------------------------------------------------------------------- /examples/Basics/Shape/LoadDisplayOBJ/data/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Shape/LoadDisplayOBJ/data/rocket.png -------------------------------------------------------------------------------- /examples/Basics/Shape/LoadDisplaySVG/LoadDisplaySVG.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Shape/LoadDisplaySVG/LoadDisplaySVG.pde -------------------------------------------------------------------------------- /examples/Basics/Shape/LoadDisplaySVG/data/bot1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Shape/LoadDisplaySVG/data/bot1.svg -------------------------------------------------------------------------------- /examples/Basics/Shape/ScaleShape/ScaleShape.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Shape/ScaleShape/ScaleShape.pde -------------------------------------------------------------------------------- /examples/Basics/Shape/ScaleShape/data/bot1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Shape/ScaleShape/data/bot1.svg -------------------------------------------------------------------------------- /examples/Basics/Structure/Coordinates/Coordinates.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Structure/Coordinates/Coordinates.pde -------------------------------------------------------------------------------- /examples/Basics/Structure/CreateGraphics/CreateGraphics.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Structure/CreateGraphics/CreateGraphics.pde -------------------------------------------------------------------------------- /examples/Basics/Structure/CreateGraphics/data/mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Structure/CreateGraphics/data/mask.jpg -------------------------------------------------------------------------------- /examples/Basics/Structure/CreateGraphics/data/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Structure/CreateGraphics/data/test.jpg -------------------------------------------------------------------------------- /examples/Basics/Structure/Functions/Functions.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Structure/Functions/Functions.pde -------------------------------------------------------------------------------- /examples/Basics/Structure/Loop/Loop.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Structure/Loop/Loop.pde -------------------------------------------------------------------------------- /examples/Basics/Structure/NoLoop/NoLoop.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Structure/NoLoop/NoLoop.pde -------------------------------------------------------------------------------- /examples/Basics/Structure/Recursion/Recursion.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Structure/Recursion/Recursion.pde -------------------------------------------------------------------------------- /examples/Basics/Structure/Redraw/Redraw.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Structure/Redraw/Redraw.pde -------------------------------------------------------------------------------- /examples/Basics/Structure/SetupDraw/SetupDraw.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Structure/SetupDraw/SetupDraw.pde -------------------------------------------------------------------------------- /examples/Basics/Structure/StatementsComments/StatementsComments.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Structure/StatementsComments/StatementsComments.pde -------------------------------------------------------------------------------- /examples/Basics/Structure/WidthHeight/WidthHeight.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Structure/WidthHeight/WidthHeight.pde -------------------------------------------------------------------------------- /examples/Basics/Transform/Arm/Arm.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Transform/Arm/Arm.pde -------------------------------------------------------------------------------- /examples/Basics/Transform/Rotate/Rotate.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Transform/Rotate/Rotate.pde -------------------------------------------------------------------------------- /examples/Basics/Transform/RotatePushPop/RotatePushPop.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Transform/RotatePushPop/RotatePushPop.pde -------------------------------------------------------------------------------- /examples/Basics/Transform/RotateXY/RotateXY.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Transform/RotateXY/RotateXY.pde -------------------------------------------------------------------------------- /examples/Basics/Transform/Scale/Scale.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Transform/Scale/Scale.pde -------------------------------------------------------------------------------- /examples/Basics/Transform/Translate/Translate.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Transform/Translate/Translate.pde -------------------------------------------------------------------------------- /examples/Basics/Typography/Letters/Letters.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Typography/Letters/Letters.pde -------------------------------------------------------------------------------- /examples/Basics/Typography/Letters/data/Georgia.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Typography/Letters/data/Georgia.ttf -------------------------------------------------------------------------------- /examples/Basics/Typography/Words/Words.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Typography/Words/Words.pde -------------------------------------------------------------------------------- /examples/Basics/Typography/Words/data/Georgia.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Typography/Words/data/Georgia.ttf -------------------------------------------------------------------------------- /examples/Basics/Web/EmbeddedLinks/EmbeddedLinks.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Web/EmbeddedLinks/EmbeddedLinks.pde -------------------------------------------------------------------------------- /examples/Basics/Web/LoadingImages/LoadingImages.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Basics/Web/LoadingImages/LoadingImages.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/ArrayListClass/ArrayListClass.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/ArrayListClass/ArrayListClass.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/ArrayListClass/Ball.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/ArrayListClass/Ball.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/CountingStrings/CountingStrings.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/CountingStrings/CountingStrings.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/CountingStrings/data/Georgia.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/CountingStrings/data/Georgia.ttf -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/CountingStrings/data/dracula.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/CountingStrings/data/dracula.txt -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/HashMapClass/HashMapClass.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/HashMapClass/HashMapClass.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/HashMapClass/Word.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/HashMapClass/Word.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/HashMapClass/data/Georgia.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/HashMapClass/data/Georgia.ttf -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/HashMapClass/data/dracula.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/HashMapClass/data/dracula.txt -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/HashMapClass/data/frankenstein.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/HashMapClass/data/frankenstein.txt -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/IntListLottery/IntListLottery.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/IntListLottery/IntListLottery.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/LoadSaveJSON/Bubble.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/LoadSaveJSON/Bubble.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/LoadSaveJSON/LoadSaveJSON.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/LoadSaveJSON/LoadSaveJSON.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/LoadSaveJSON/data/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/LoadSaveJSON/data/data.json -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/LoadSaveTable/Bubble.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/LoadSaveTable/Bubble.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/LoadSaveTable/LoadSaveTable.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/LoadSaveTable/LoadSaveTable.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/LoadSaveXML/Bubble.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/LoadSaveXML/Bubble.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/LoadSaveXML/LoadSaveXML.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/LoadSaveXML/LoadSaveXML.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/LoadSaveXML/data/data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/LoadSaveXML/data/data.xml -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/Regex/Regex.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/Regex/Regex.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/Threads/Threads.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/Threads/Threads.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/XMLYahooWeather/XMLYahooWeather.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/XMLYahooWeather/XMLYahooWeather.pde -------------------------------------------------------------------------------- /examples/Topics/Advanced Data/XMLYahooWeather/data/Merriweather-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Advanced Data/XMLYahooWeather/data/Merriweather-Light.ttf -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/AnimatedSprite.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/AnimatedSprite.pde -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/Animation.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/Animation.pde -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0000.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0001.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0002.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0003.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0004.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0005.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0006.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0007.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0008.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0009.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0010.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0010.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0011.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0011.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0012.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0012.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0013.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0013.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0014.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0014.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0015.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0015.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0016.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0016.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0017.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0017.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0018.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0018.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0019.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0019.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0020.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0020.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0021.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0021.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0022.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0022.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0023.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0023.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0024.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0024.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0025.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0025.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0026.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0026.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0027.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0027.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0028.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0028.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0029.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0029.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0030.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0030.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0031.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0031.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0032.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0032.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0033.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0033.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0034.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0034.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0035.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0035.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0036.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0036.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0037.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Shifty_0037.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0000.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0001.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0002.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0003.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0004.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0005.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0006.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0007.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0008.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0009.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0010.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0010.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0011.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0011.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0012.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0012.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0013.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0013.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0014.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0014.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0015.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0015.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0016.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0016.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0017.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0017.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0018.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0018.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0019.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0019.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0020.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0020.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0021.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0021.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0022.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0022.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0023.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0023.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0024.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0024.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0025.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0025.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0026.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0026.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0027.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0027.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0028.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0028.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0029.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0029.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0030.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0030.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0031.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0031.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0032.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0032.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0033.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0033.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0034.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0034.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0035.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0035.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0036.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0036.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0037.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0037.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0038.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0038.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0039.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0039.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0040.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0040.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0041.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0041.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0042.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0042.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0043.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0043.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0044.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0044.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0045.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0045.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0046.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0046.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0047.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0047.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0048.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0048.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0049.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0049.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0050.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0050.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0051.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0051.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0052.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0052.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0053.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0053.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0054.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0054.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0055.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0055.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0056.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0056.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0057.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0057.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0058.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0058.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0059.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/AnimatedSprite/data/PT_Teddy_0059.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/Sequential/Sequential.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/Sequential/Sequential.pde -------------------------------------------------------------------------------- /examples/Topics/Animation/Sequential/data/PT_anim0000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/Sequential/data/PT_anim0000.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/Sequential/data/PT_anim0001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/Sequential/data/PT_anim0001.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/Sequential/data/PT_anim0002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/Sequential/data/PT_anim0002.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/Sequential/data/PT_anim0003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/Sequential/data/PT_anim0003.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/Sequential/data/PT_anim0004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/Sequential/data/PT_anim0004.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/Sequential/data/PT_anim0005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/Sequential/data/PT_anim0005.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/Sequential/data/PT_anim0006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/Sequential/data/PT_anim0006.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/Sequential/data/PT_anim0007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/Sequential/data/PT_anim0007.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/Sequential/data/PT_anim0008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/Sequential/data/PT_anim0008.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/Sequential/data/PT_anim0009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/Sequential/data/PT_anim0009.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/Sequential/data/PT_anim0010.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/Sequential/data/PT_anim0010.gif -------------------------------------------------------------------------------- /examples/Topics/Animation/Sequential/data/PT_anim0011.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Animation/Sequential/data/PT_anim0011.gif -------------------------------------------------------------------------------- /examples/Topics/Cellular Automata/GameOfLife/GameOfLife.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Cellular Automata/GameOfLife/GameOfLife.pde -------------------------------------------------------------------------------- /examples/Topics/Cellular Automata/Spore1/Spore1.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Cellular Automata/Spore1/Spore1.pde -------------------------------------------------------------------------------- /examples/Topics/Cellular Automata/Spore2/Spore2.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Cellular Automata/Spore2/Spore2.pde -------------------------------------------------------------------------------- /examples/Topics/Cellular Automata/Wolfram/CA.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Cellular Automata/Wolfram/CA.pde -------------------------------------------------------------------------------- /examples/Topics/Cellular Automata/Wolfram/Wolfram.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Cellular Automata/Wolfram/Wolfram.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/BeginEndContour/BeginEndContour.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/BeginEndContour/BeginEndContour.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/GroupPShape/GroupPShape.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/GroupPShape/GroupPShape.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/ParticleSystemPShape/Particle.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/ParticleSystemPShape/Particle.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/ParticleSystemPShape/ParticleSystem.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/ParticleSystemPShape/ParticleSystem.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/ParticleSystemPShape/ParticleSystemPShape.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/ParticleSystemPShape/ParticleSystemPShape.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/ParticleSystemPShape/data/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/ParticleSystemPShape/data/sprite.png -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/PathPShape/PathPShape.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/PathPShape/PathPShape.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/PolygonPShape/PolygonPShape.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/PolygonPShape/PolygonPShape.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/PolygonPShapeOOP/PolygonPShapeOOP.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/PolygonPShapeOOP/PolygonPShapeOOP.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/PolygonPShapeOOP/Star.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/PolygonPShapeOOP/Star.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/PolygonPShapeOOP2/Polygon.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/PolygonPShapeOOP2/Polygon.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/PolygonPShapeOOP2/PolygonPShapeOOP2.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/PolygonPShapeOOP2/PolygonPShapeOOP2.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/PolygonPShapeOOP3/Polygon.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/PolygonPShapeOOP3/Polygon.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/PolygonPShapeOOP3/PolygonPShapeOOP3.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/PolygonPShapeOOP3/PolygonPShapeOOP3.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/PrimitivePShape/PrimitivePShape.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/PrimitivePShape/PrimitivePShape.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/WigglePShape/WigglePShape.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/WigglePShape/WigglePShape.pde -------------------------------------------------------------------------------- /examples/Topics/Create Shapes/WigglePShape/Wiggler.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Create Shapes/WigglePShape/Wiggler.pde -------------------------------------------------------------------------------- /examples/Topics/Drawing/ContinuousLines/ContinuousLines.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Drawing/ContinuousLines/ContinuousLines.pde -------------------------------------------------------------------------------- /examples/Topics/Drawing/Pattern/Pattern.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Drawing/Pattern/Pattern.pde -------------------------------------------------------------------------------- /examples/Topics/Drawing/Pulses/Pulses.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Drawing/Pulses/Pulses.pde -------------------------------------------------------------------------------- /examples/Topics/File IO/DirectoryList/DirectoryList.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/File IO/DirectoryList/DirectoryList.pde -------------------------------------------------------------------------------- /examples/Topics/File IO/LoadFile1/LoadFile1.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/File IO/LoadFile1/LoadFile1.pde -------------------------------------------------------------------------------- /examples/Topics/File IO/LoadFile1/data/positions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/File IO/LoadFile1/data/positions.txt -------------------------------------------------------------------------------- /examples/Topics/File IO/LoadFile2/LoadFile2.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/File IO/LoadFile2/LoadFile2.pde -------------------------------------------------------------------------------- /examples/Topics/File IO/LoadFile2/Record.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/File IO/LoadFile2/Record.pde -------------------------------------------------------------------------------- /examples/Topics/File IO/LoadFile2/data/TheSans-Plain-12.vlw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/File IO/LoadFile2/data/TheSans-Plain-12.vlw -------------------------------------------------------------------------------- /examples/Topics/File IO/LoadFile2/data/cars2.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/File IO/LoadFile2/data/cars2.tsv -------------------------------------------------------------------------------- /examples/Topics/File IO/SaveFile1/SaveFile1.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/File IO/SaveFile1/SaveFile1.pde -------------------------------------------------------------------------------- /examples/Topics/File IO/SaveFile2/SaveFile2.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/File IO/SaveFile2/SaveFile2.pde -------------------------------------------------------------------------------- /examples/Topics/File IO/SaveFrames/SaveFrames.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/File IO/SaveFrames/SaveFrames.pde -------------------------------------------------------------------------------- /examples/Topics/File IO/SaveOneFrame/SaveOneImage.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/File IO/SaveOneFrame/SaveOneImage.pde -------------------------------------------------------------------------------- /examples/Topics/File IO/TileImages/TileImages.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/File IO/TileImages/TileImages.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/Koch/Koch.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/Koch/Koch.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/Koch/KochFractal.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/Koch/KochFractal.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/Koch/KochLine.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/Koch/KochLine.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/Mandelbrot/Mandelbrot.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/Mandelbrot/Mandelbrot.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/PenroseSnowflake/LSystem.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/PenroseSnowflake/LSystem.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/PenroseSnowflake/PenroseSnowflake.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/PenroseSnowflake/PenroseSnowflake.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/PenroseSnowflake/PenroseSnowflakeLSystem.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/PenroseSnowflake/PenroseSnowflakeLSystem.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/PenroseTile/LSystem.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/PenroseTile/LSystem.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/PenroseTile/PenroseLSystem.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/PenroseTile/PenroseLSystem.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/PenroseTile/PenroseTile.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/PenroseTile/PenroseTile.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/Pentigree/LSystem.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/Pentigree/LSystem.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/Pentigree/Pentigree.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/Pentigree/Pentigree.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/Pentigree/PentigreeLSystem.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/Pentigree/PentigreeLSystem.pde -------------------------------------------------------------------------------- /examples/Topics/Fractals and L-Systems/Tree/Tree.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Fractals and L-Systems/Tree/Tree.pde -------------------------------------------------------------------------------- /examples/Topics/GUI/Button/Button.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/GUI/Button/Button.pde -------------------------------------------------------------------------------- /examples/Topics/GUI/Handles/Handles.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/GUI/Handles/Handles.pde -------------------------------------------------------------------------------- /examples/Topics/GUI/Rollover/Rollover.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/GUI/Rollover/Rollover.pde -------------------------------------------------------------------------------- /examples/Topics/GUI/Scrollbar/Scrollbar.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/GUI/Scrollbar/Scrollbar.pde -------------------------------------------------------------------------------- /examples/Topics/GUI/Scrollbar/data/seedBottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/GUI/Scrollbar/data/seedBottom.jpg -------------------------------------------------------------------------------- /examples/Topics/GUI/Scrollbar/data/seedTop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/GUI/Scrollbar/data/seedTop.jpg -------------------------------------------------------------------------------- /examples/Topics/Geometry/Icosahedra/Dimension3D.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Geometry/Icosahedra/Dimension3D.pde -------------------------------------------------------------------------------- /examples/Topics/Geometry/Icosahedra/Icosahedra.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Geometry/Icosahedra/Icosahedra.pde -------------------------------------------------------------------------------- /examples/Topics/Geometry/Icosahedra/Icosahedron.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Geometry/Icosahedra/Icosahedron.pde -------------------------------------------------------------------------------- /examples/Topics/Geometry/Icosahedra/Shape3D.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Geometry/Icosahedra/Shape3D.pde -------------------------------------------------------------------------------- /examples/Topics/Geometry/NoiseSphere/NoiseSphere.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Geometry/NoiseSphere/NoiseSphere.pde -------------------------------------------------------------------------------- /examples/Topics/Geometry/RGBCube/RGBCube.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Geometry/RGBCube/RGBCube.pde -------------------------------------------------------------------------------- /examples/Topics/Geometry/ShapeTransform/ShapeTransform.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Geometry/ShapeTransform/ShapeTransform.pde -------------------------------------------------------------------------------- /examples/Topics/Geometry/SpaceJunk/Cube.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Geometry/SpaceJunk/Cube.pde -------------------------------------------------------------------------------- /examples/Topics/Geometry/SpaceJunk/SpaceJunk.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Geometry/SpaceJunk/SpaceJunk.pde -------------------------------------------------------------------------------- /examples/Topics/Geometry/Toroid/Toroid.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Geometry/Toroid/Toroid.pde -------------------------------------------------------------------------------- /examples/Topics/Geometry/Vertices/Vertices.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Geometry/Vertices/Vertices.pde -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Blending/Blending.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Blending/Blending.pde -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Blending/data/layer1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Blending/data/layer1.jpg -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Blending/data/layer2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Blending/data/layer2.jpg -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Blur/Blur.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Blur/Blur.pde -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Blur/data/moon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Blur/data/moon.jpg -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Brightness/Brightness.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Brightness/Brightness.pde -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Brightness/data/moon-wide.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Brightness/data/moon-wide.jpg -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Convolution/Convolution.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Convolution/Convolution.pde -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Convolution/data/moon-wide.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Convolution/data/moon-wide.jpg -------------------------------------------------------------------------------- /examples/Topics/Image Processing/EdgeDetection/EdgeDetection.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/EdgeDetection/EdgeDetection.pde -------------------------------------------------------------------------------- /examples/Topics/Image Processing/EdgeDetection/data/moon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/EdgeDetection/data/moon.jpg -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Explode/Explode.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Explode/Explode.pde -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Explode/data/eames.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Explode/data/eames.jpg -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Extrusion/Extrusion.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Extrusion/Extrusion.pde -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Extrusion/data/ystone08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Extrusion/data/ystone08.jpg -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Histogram/Histogram.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Histogram/Histogram.pde -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Histogram/data/frontier.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Histogram/data/frontier.jpg -------------------------------------------------------------------------------- /examples/Topics/Image Processing/LinearImage/LinearImage.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/LinearImage/LinearImage.pde -------------------------------------------------------------------------------- /examples/Topics/Image Processing/LinearImage/data/sea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/LinearImage/data/sea.jpg -------------------------------------------------------------------------------- /examples/Topics/Image Processing/PixelArray/PixelArray.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/PixelArray/PixelArray.pde -------------------------------------------------------------------------------- /examples/Topics/Image Processing/PixelArray/data/sea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/PixelArray/data/sea.jpg -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Zoom/Zoom.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Zoom/Zoom.pde -------------------------------------------------------------------------------- /examples/Topics/Image Processing/Zoom/data/ystone08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Image Processing/Zoom/data/ystone08.jpg -------------------------------------------------------------------------------- /examples/Topics/Interaction/Follow1/Follow1.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Interaction/Follow1/Follow1.pde -------------------------------------------------------------------------------- /examples/Topics/Interaction/Follow2/Follow2.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Interaction/Follow2/Follow2.pde -------------------------------------------------------------------------------- /examples/Topics/Interaction/Follow3/Follow3.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Interaction/Follow3/Follow3.pde -------------------------------------------------------------------------------- /examples/Topics/Interaction/Reach1/Reach1.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Interaction/Reach1/Reach1.pde -------------------------------------------------------------------------------- /examples/Topics/Interaction/Reach2/Reach2.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Interaction/Reach2/Reach2.pde -------------------------------------------------------------------------------- /examples/Topics/Interaction/Reach3/Reach3.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Interaction/Reach3/Reach3.pde -------------------------------------------------------------------------------- /examples/Topics/Interaction/Tickle/Tickle.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Interaction/Tickle/Tickle.pde -------------------------------------------------------------------------------- /examples/Topics/Interaction/Tickle/data/Georgia.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Interaction/Tickle/data/Georgia.ttf -------------------------------------------------------------------------------- /examples/Topics/Motion/Bounce/Bounce.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/Bounce/Bounce.pde -------------------------------------------------------------------------------- /examples/Topics/Motion/BouncyBubbles/BouncyBubbles.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/BouncyBubbles/BouncyBubbles.pde -------------------------------------------------------------------------------- /examples/Topics/Motion/Brownian/Brownian.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/Brownian/Brownian.pde -------------------------------------------------------------------------------- /examples/Topics/Motion/CircleCollision/Ball.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/CircleCollision/Ball.pde -------------------------------------------------------------------------------- /examples/Topics/Motion/CircleCollision/CircleCollision.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/CircleCollision/CircleCollision.pde -------------------------------------------------------------------------------- /examples/Topics/Motion/CubesWithinCube/Cube.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/CubesWithinCube/Cube.pde -------------------------------------------------------------------------------- /examples/Topics/Motion/CubesWithinCube/CubesWithinCube.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/CubesWithinCube/CubesWithinCube.pde -------------------------------------------------------------------------------- /examples/Topics/Motion/Linear/Linear.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/Linear/Linear.pde -------------------------------------------------------------------------------- /examples/Topics/Motion/Morph/Morph.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/Morph/Morph.pde -------------------------------------------------------------------------------- /examples/Topics/Motion/MovingOnCurves/MovingOnCurves.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/MovingOnCurves/MovingOnCurves.pde -------------------------------------------------------------------------------- /examples/Topics/Motion/Reflection1/Reflection1.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/Reflection1/Reflection1.pde -------------------------------------------------------------------------------- /examples/Topics/Motion/Reflection2/Ground.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/Reflection2/Ground.pde -------------------------------------------------------------------------------- /examples/Topics/Motion/Reflection2/Orb.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/Reflection2/Orb.pde -------------------------------------------------------------------------------- /examples/Topics/Motion/Reflection2/Reflection2.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Motion/Reflection2/Reflection2.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/BlurFilter/BlurFilter.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/BlurFilter/BlurFilter.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/BlurFilter/data/blur.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/BlurFilter/data/blur.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/Conway/Conway.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/Conway/Conway.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/Conway/data/conway.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/Conway/data/conway.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/CustomBlend/CustomBlend.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/CustomBlend/CustomBlend.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/CustomBlend/data/burn.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/CustomBlend/data/burn.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/CustomBlend/data/difference.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/CustomBlend/data/difference.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/CustomBlend/data/dodge.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/CustomBlend/data/dodge.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/CustomBlend/data/leaves.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/CustomBlend/data/leaves.jpg -------------------------------------------------------------------------------- /examples/Topics/Shaders/CustomBlend/data/moonwalk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/CustomBlend/data/moonwalk.jpg -------------------------------------------------------------------------------- /examples/Topics/Shaders/CustomBlend/data/overlay.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/CustomBlend/data/overlay.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/Deform/Deform.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/Deform/Deform.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/Deform/data/deform.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/Deform/data/deform.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/Deform/data/tex1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/Deform/data/tex1.jpg -------------------------------------------------------------------------------- /examples/Topics/Shaders/DomeProjection/CubeMapUtils.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/DomeProjection/CubeMapUtils.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/DomeProjection/DomeProjection.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/DomeProjection/DomeProjection.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/DomeProjection/data/cubemapfrag.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/DomeProjection/data/cubemapfrag.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/DomeProjection/data/cubemapvert.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/DomeProjection/data/cubemapvert.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/EdgeDetect/EdgeDetect.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/EdgeDetect/EdgeDetect.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/EdgeDetect/data/edges.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/EdgeDetect/data/edges.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/EdgeDetect/data/leaves.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/EdgeDetect/data/leaves.jpg -------------------------------------------------------------------------------- /examples/Topics/Shaders/EdgeFilter/EdgeFilter.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/EdgeFilter/EdgeFilter.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/EdgeFilter/data/edges.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/EdgeFilter/data/edges.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/GlossyFishEye/GlossyFishEye.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/GlossyFishEye/GlossyFishEye.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/GlossyFishEye/data/FishEye.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/GlossyFishEye/data/FishEye.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/GlossyFishEye/data/GlossyFrag.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/GlossyFishEye/data/GlossyFrag.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/GlossyFishEye/data/GlossyVert.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/GlossyFishEye/data/GlossyVert.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/ImageMask/ImageMask.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/ImageMask/ImageMask.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/ImageMask/data/leaves.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/ImageMask/data/leaves.jpg -------------------------------------------------------------------------------- /examples/Topics/Shaders/ImageMask/data/mask.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/ImageMask/data/mask.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/Landscape/Landscape.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/Landscape/Landscape.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/Landscape/data/landscape.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/Landscape/data/landscape.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/Monjori/Monjori.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/Monjori/Monjori.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/Monjori/data/monjori.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/Monjori/data/monjori.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/Nebula/Nebula.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/Nebula/Nebula.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/Nebula/data/nebula.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/Nebula/data/nebula.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/SepBlur/SepBlur.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/SepBlur/SepBlur.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/SepBlur/data/blur.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/SepBlur/data/blur.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/ToonShading/ToonShading.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/ToonShading/ToonShading.pde -------------------------------------------------------------------------------- /examples/Topics/Shaders/ToonShading/data/ToonFrag.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/ToonShading/data/ToonFrag.glsl -------------------------------------------------------------------------------- /examples/Topics/Shaders/ToonShading/data/ToonVert.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Shaders/ToonShading/data/ToonVert.glsl -------------------------------------------------------------------------------- /examples/Topics/Simulate/Chain/Chain.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/Chain/Chain.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/Flocking/Boid.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/Flocking/Boid.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/Flocking/Flock.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/Flocking/Flock.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/Flocking/Flocking.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/Flocking/Flocking.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/ForcesWithVectors/ForcesWithVectors.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/ForcesWithVectors/ForcesWithVectors.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/ForcesWithVectors/Liquid.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/ForcesWithVectors/Liquid.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/ForcesWithVectors/Mover.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/ForcesWithVectors/Mover.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/GravitationalAttraction3D/GravitationalAttraction3D.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/GravitationalAttraction3D/GravitationalAttraction3D.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/GravitationalAttraction3D/Planet.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/GravitationalAttraction3D/Planet.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/GravitationalAttraction3D/Sun.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/GravitationalAttraction3D/Sun.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/MultipleParticleSystems/CrazyParticle.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/MultipleParticleSystems/CrazyParticle.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/MultipleParticleSystems/MultipleParticleSystems.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/MultipleParticleSystems/MultipleParticleSystems.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/MultipleParticleSystems/Particle.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/MultipleParticleSystems/Particle.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/MultipleParticleSystems/ParticleSystem.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/MultipleParticleSystems/ParticleSystem.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/SimpleParticleSystem/Particle.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/SimpleParticleSystem/Particle.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/SimpleParticleSystem/ParticleSystem.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/SimpleParticleSystem/ParticleSystem.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/SimpleParticleSystem/SimpleParticleSystem.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/SimpleParticleSystem/SimpleParticleSystem.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/SmokeParticleSystem/Particle.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/SmokeParticleSystem/Particle.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/SmokeParticleSystem/ParticleSystem.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/SmokeParticleSystem/ParticleSystem.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/SmokeParticleSystem/SmokeParticleSystem.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/SmokeParticleSystem/SmokeParticleSystem.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/SmokeParticleSystem/data/texture.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/SmokeParticleSystem/data/texture.gif -------------------------------------------------------------------------------- /examples/Topics/Simulate/SmokeParticleSystem/data/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/SmokeParticleSystem/data/texture.png -------------------------------------------------------------------------------- /examples/Topics/Simulate/SoftBody/SoftBody.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/SoftBody/SoftBody.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/Spring/Spring.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/Spring/Spring.pde -------------------------------------------------------------------------------- /examples/Topics/Simulate/Springs/Springs.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Simulate/Springs/Springs.pde -------------------------------------------------------------------------------- /examples/Topics/Textures/TextureCube/TextureCube.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Textures/TextureCube/TextureCube.pde -------------------------------------------------------------------------------- /examples/Topics/Textures/TextureCube/data/berlin-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Textures/TextureCube/data/berlin-1.jpg -------------------------------------------------------------------------------- /examples/Topics/Textures/TextureCube/data/uvtex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Textures/TextureCube/data/uvtex.jpg -------------------------------------------------------------------------------- /examples/Topics/Textures/TextureCylinder/TextureCylinder.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Textures/TextureCylinder/TextureCylinder.pde -------------------------------------------------------------------------------- /examples/Topics/Textures/TextureCylinder/data/berlin-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Textures/TextureCylinder/data/berlin-1.jpg -------------------------------------------------------------------------------- /examples/Topics/Textures/TextureQuad/TextureQuad.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Textures/TextureQuad/TextureQuad.pde -------------------------------------------------------------------------------- /examples/Topics/Textures/TextureQuad/data/berlin-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Textures/TextureQuad/data/berlin-1.jpg -------------------------------------------------------------------------------- /examples/Topics/Textures/TextureSphere/TextureSphere.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Textures/TextureSphere/TextureSphere.pde -------------------------------------------------------------------------------- /examples/Topics/Textures/TextureSphere/data/world32k.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Textures/TextureSphere/data/world32k.jpg -------------------------------------------------------------------------------- /examples/Topics/Textures/TextureTriangle/TextureTriangle.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Textures/TextureTriangle/TextureTriangle.pde -------------------------------------------------------------------------------- /examples/Topics/Textures/TextureTriangle/data/berlin-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Textures/TextureTriangle/data/berlin-1.jpg -------------------------------------------------------------------------------- /examples/Topics/Vectors/AccelerationWithVectors/AccelerationWithVectors.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Vectors/AccelerationWithVectors/AccelerationWithVectors.pde -------------------------------------------------------------------------------- /examples/Topics/Vectors/AccelerationWithVectors/Mover.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Vectors/AccelerationWithVectors/Mover.pde -------------------------------------------------------------------------------- /examples/Topics/Vectors/BouncingBall/BouncingBall.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Vectors/BouncingBall/BouncingBall.pde -------------------------------------------------------------------------------- /examples/Topics/Vectors/VectorMath/VectorMath.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/examples/Topics/Vectors/VectorMath/VectorMath.pde -------------------------------------------------------------------------------- /icon/codepoems.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/icon/codepoems.icns -------------------------------------------------------------------------------- /icon/codepoems.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/icon/codepoems.ico -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/necsoft/codepoems/HEAD/package.json --------------------------------------------------------------------------------