Creative DSLs in Julia

So for a while I’ve been trying to write a simple DSL that allows the user to simply create abstract art by writing code, but I don’t know where to start.
Could someone recommend me some libraries/resources to help me achieve my goal?

Thanks in advance.

Look at JuliaGraphics and perhaps Luxor. If you want animations, try Javis. Good luck!

1 Like