All Questions
Tagged with fractals object-oriented
3 questions
4
votes
2
answers
1k
views
Python the Dragon's Curve with turtle
I'm kind of new to Python, and I'm trying to improve (especially) my object oriented programming, and getting to know Python syntax better.
I'd love to know if there is something to improve, (...
8
votes
2
answers
2k
views
Drawing fractals with Turtle
So, I have my code here:
...
8
votes
2
answers
519
views
Object-oriented fractal tree
I made an object oriented fractal tree in javascript using the p5 library, it consists of three files:
Fraternal Tree.js
branch.js
flower.js
Here is the github repo with the source code. All the main ...