Frederik Hudák

Results 51 issues of Frederik Hudák

When a config file cannot be located, it will use the default one which is probably not what you want at all. I would like to have an option to...

The project is turtle-themed, but I also want to have chickens. Possibly for Easter (random easter egg generator).

Clears graphics, optionally also position

enhancement
good first issue

Polar coordinates would be useful for drawing curves (which are not supported yet).

The turtle starts in the top-left corner. Oftentimes the first thing you do is move it somewhere else. Add a helper method to position the turtle in the middle of...

enhancement
good first issue

- Turtle - choose drawing instructions at random and see what happens. - Lsystems - generate random initial state or random rewrite rules. Write a report to generate and export...

enhancement

Allow to add multiple rewrite rules to each symbol with probabilities. A random rule will be chosen when evaluating that symbol. https://en.wikipedia.org/wiki/L-system#Stochastic_grammars

enhancement

Simple way: write a report which downloads the result to a file at the end. Then you can open it in a browser, make changes, rerun report, refresh browser, rinse,...

enhancement

A conversion from lon/lat to x, y coordinate systems would allow to represent points on maps. https://stackoverflow.com/questions/16266809/convert-from-latitude-longitude-to-x-y Use case: draw a map of airports from the `sflight` model by using...

enhancement