Skip to content
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

Decrease frequency of random L-Systems that result in an empty set of geometries #83

Open
2 tasks
Notgnoshi opened this issue Apr 11, 2021 · 0 comments
Open
2 tasks
Labels
bug Something isn't working lsystem Something specific to L-System generation or interpretation tool a new tool, or an enhancement to an existing one

Comments

@Notgnoshi
Copy link
Owner

Notgnoshi commented Apr 11, 2021

  • Consider removing f and g tokens
  • Consider forcing an F or a G token in the replacement
@Notgnoshi Notgnoshi added bug Something isn't working tool a new tool, or an enhancement to an existing one lsystem Something specific to L-System generation or interpretation labels Apr 11, 2021
Notgnoshi added a commit that referenced this issue Apr 18, 2021
In implementing the random rule generation, I had mistakenly believed
that 'f' meant 'step and draw' while 'F' meant only 'step'. In reality
the opposite is true.

The consequence of this mistake is that most generated rules will result
in pictures with gaps.

This is a partial fix for #83
Notgnoshi added a commit that referenced this issue Apr 25, 2021
In implementing the random rule generation, I had mistakenly believed
that 'f' meant 'step and draw' while 'F' meant only 'step'. In reality
the opposite is true.

The consequence of this mistake is that most generated rules will result
in pictures with gaps.

This is a partial fix for #83
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lsystem Something specific to L-System generation or interpretation tool a new tool, or an enhancement to an existing one
Projects
Status: TODO
Development

No branches or pull requests

1 participant