Morpho-lang / morpho

The Morpho language 🦋. Morpho is a small embeddable language for scientific computing applications.
MIT License
30 stars 10 forks source link

Visitor pattern for Graphics simplified with Multiple Dispatch #264

Closed joshichaitanya3 closed 3 months ago

joshichaitanya3 commented 4 months ago

This small PR uses the new multiple dispatch functionality to simplify the visitor pattern used in the graphics module, where the graphics primitives are visited by Show and POVRaytracer.

All examples tests are passing.

It also updates the run command in the examples.py file, providing a temporary band-aid for #263 .