-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generator redesign #99
base: main
Are you sure you want to change the base?
Conversation
Thinking on this more, I think...
|
Ok, jotting down some more notes here. The generators should be Also, we might as well add in the first part of #99 here (remember to color 1st and then move!). |
Right now, Fable is reliant on a lot of fractally concepts (Chaos game, Fractal Flame method, etc). This does not need to be the case, and it is better to move all the fractally things out so we can create the FableObjects with other generation functions, so...
AbstractGenerator
, where one of them isRandomGenerator
(1)define
->create
num_particles
andnum_iterations
(2)fractal_flame
(this method is still possible as a generator)H_post
->transformations
main