leios / Fable.jl

General purpose animations via iterated function systems
MIT License
28 stars 4 forks source link

Objects with identical names fail to render #25

Closed leios closed 1 year ago

leios commented 1 year ago

If you create two objects with the same name, two fee functions are generated with the same name and passed to the kernels, this causes only one of the objects to render.

In the case of GPU execution, when running a fum with small changes again and again, the new function might not always be recompiled properly, so you need to run everything at least twice to be sure.

leios commented 1 year ago

fixed in #64