Releases: jeremydouglass/rosetta_examples_p5
v0.14
Release of Rosetta Examples for P5.
Adds Processing.R!
R mode examples are organized in the examples/R subfolder.
R:
- AckermannFunction.rpde
- NinetyNineBottles.rpde
- OneHundredDoors.rpde
Further Python mode porting of Java mode examples, with many thanks to @villares.
Python:
- BarnsleyFern.pyde
- BinaryDigits.pyde
- Bitmap.pyde
- DrawARotatingCube.pyde
- Factorial.pyde
- JosephusProblem.pyde
v0.13
Release of Rosetta Examples for P5.
Greatly expanded the Python mode example set, including many previously added for Java mode.
Special thanks to Alexandre Villares @villares.
Java:
- Game of Life
- Hilbert Curve
- Julia Set
- Mouse Position
Python:
- Ackerman Function
- Bezier Curves Cubic Interactive
- Comments
- Game of Life
- Hilbert Curve
- Julia Set
- Levenshtein Distance
- Mouse Position
- Ninety Nine Bottles (Viz)
- Palindrome Detection
- Repeat A String
- Rename A File
- Sieve Of Eratosthenes (Viz)
- Vector
v0.12
Release of Rosetta Examples for P5.
Added:
- BarnsleyFern.pde
- BrownianTree.pde
- BrownianTree.pyde
- FractalTree_Calculation.pde
- FractalTree_Calculation.pyde
- FractalTree_Rotation.pde
- FractalTree_Rotation.pyde
- DrawAClock.pyde
Updated:
- DrawAClock.pde
- DrawAPixel.pde
- MandelbrotSet.pyde
Also includes various changes to better support Python mode examples: .gitignore, .gitattributes, issue templates, and CONTRIBUTING.
Special thanks to Alexandre Villares @villares.
v0.11
Release of Rosetta Examples for P5.
Adds Python mode examples! (with special thanks to Alexandre Villares @villares).
Java mode and Python mode examples are now organized in subfolders.
New in this release:
Java:
- EmptyProgram
- HelloWorld
- ColorWheel
Python:
- Animation
- ArchimedeanSpiral_Points
- ColorWheel
- DragonCurve
- ImageNoise
- KochCurve
- MandelbrotSet
- PythagorasTree
v0.10
Release of Rosetta Examples for P5.
Adds:
- BezierCurvesCubic
- DragonCurve
- EvenOrOdd
- Factorial
- KochCurve
- PalindromeDetection
- PythagorasTree
- SeiveOfEratosthenes_Viz
Special thanks to Noel and Dawit Ghebrehiwet.
v0.9
Release of Rosetta Examples for P5.
Adds:
- DrawAClock
- DrawACuboid
- DrawARotatingCube
- DrawASphere
- Vector
Updates:
- Comments
v0.8
Release of Rosetta Examples for P5.
Adds:
- ArchimedeanSpiral
- ArchimedeanSpiral_Lines
- ArchimedeanSpiral_LinesRotated
- ArchimedeanSpiral_Points
- ArchimedeanSpiral_PointsRotatedMatrix
- ArchimedeanSpiral_PointsRotatedPVector
- Bitmap
- MandelbrotSet
- NinetyNineBottles
v0.7
Release of Rosetta Examples for P5.
Adds:
- AckermannFunction
- Comments
- DrawAPixel
- FizzBuzz
- FizzBuzz_Futureproof
- FizzBuzz_Viz
- FizzBuzz_VizTernary
v0.6
Release of Rosetta Examples for P5.
Rename project and repackage the download zip with a PDE-compliant top-level directory.
v0.5
Release of the Processing Rosetta Examples set.
Add properties for display in PDE Examples menu.
Adds:
- RenameAFile