You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented a version of the chaos game for the Creative Racket Competition 2022. It's nothing special but I wanted to implement it, because it generates complex structures from easy rule sets. The rules of how the images are generated can be looked up here: https://en.wikipedia.org/wiki/Chaos_game
What #lang and libraries/packages: #lang sketching, (require racket/list racket/match racket/math)
Operating System and version: Ubuntu 20.04
How to run: Before anything is drawn, you can add fixed points to the screen by left clicking on the canvas. By pressing any key on your keyboard the simulation starts. You can also add new fixed points during the simulation.
Description
I implemented a version of the chaos game for the Creative Racket Competition 2022. It's nothing special but I wanted to implement it, because it generates complex structures from easy rule sets. The rules of how the images are generated can be looked up here: https://en.wikipedia.org/wiki/Chaos_game
Location for Entry
Entry link: https://www.youtube.com/watch?v=TuqQk0_22aU
Code link: https://github.com/eXodiquas/CreativeRacketCompetition2022/blob/main/Chaosgame/chaosgame.rkt
How you made your entry?
Licence
Licence for you image or media file: https://creativecommons.org/licenses/by-sa/4.0
Licence for you code: MIT
Contact details
done
The text was updated successfully, but these errors were encountered: