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

Enable regenerating README.md from the project examples #170

Merged
merged 22 commits into from
May 19, 2024

Conversation

Notgnoshi
Copy link
Owner

@Notgnoshi Notgnoshi commented Mar 2, 2024

Closes #169.

  • Generate examples stringing together multiple tools
    • Generate random Lindenmayer examples
    • Generate asemic writing examples
  • Generate examples for each tool
    • wkt2svg
    • render.py
    • bundle
    • pack
    • format.py
    • random-production-rules.py
    • parse-production-rules.py
    • interpret-lstring.py
    • random-lsystem.sh
    • project.py
    • geom2graph
    • smooth
    • snap
    • transform
    • point-cloud
    • grid
    • bitwise
    • dla
    • streamline
    • traverse
    • triangulate
    • urquhart
  • Table of contents
  • Remove stale example data
  • Remove stale example generation scripts
  • Swap out README.md.out with README.md
  • Consider running generation in parallel?

This is so that it doesn't get executed by regen-examples.sh
@Notgnoshi Notgnoshi force-pushed the ag/generate-examples branch 8 times, most recently from b44f7ec to 2cc8f7d Compare March 3, 2024 16:19
@Notgnoshi Notgnoshi changed the title Ag/generate examples Enable regenerating README.md from the project examples May 19, 2024
@Notgnoshi
Copy link
Owner Author

  • Running generation in the pipeline requires
    • Deterministic results for asemic/generate.sh and random-lsystems/generate.sh
    • Running the C++ build from the pipeline
    • Adding a check that regenerating the README.md resulted in no unstaged changes

@Notgnoshi Notgnoshi marked this pull request as ready for review May 19, 2024 17:41
@Notgnoshi Notgnoshi merged commit 5b2d874 into main May 19, 2024
4 checks passed
@Notgnoshi Notgnoshi deleted the ag/generate-examples branch May 19, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Break apart generate-examples.sh
1 participant