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
Currently implementations are only available in Python. I am working on a Julia one which focuses more on mathematical aspect with accuracy and precision in contrast to the Python implementation which prioritizes better visualization with Realtime plotting.
You can implement the Barnsley fractal using any other language of your choice focusing on Realtime visualization aspect. (Again, Julia implementation is still under development. But still you could contribute with a math and precision focused one with enough flexibility to tweak if you really want to)
Encouraged to implement everything as similar as possible to the existing python implementation. Any improvements are welcome and differences due to limitations of the available third-party dependencies of the chosen language is completely fine. (Lacking ability to tweak just one or two non-crucial parameters are also totally fine)
Open a pull request mentioning the language you've used in your implementation after completing the implementation.
No need to rewrite documentation again but appreciated if possible. Otherwise open an issue for that mentioning what are the differences and additions when compared to the base implementation you followed, either Python or Julia*. Add the label documentation to the issue.
The text was updated successfully, but these errors were encountered:
Currently implementations are only available in
Python
. I am working on aJulia
one which focuses more on mathematical aspect with accuracy and precision in contrast to the Python implementation which prioritizes better visualization with Realtime plotting.You can implement the Barnsley fractal using any other language of your choice focusing on Realtime visualization aspect. (Again, Julia implementation is still under development. But still you could contribute with a math and precision focused one with enough flexibility to tweak if you really want to)
Encouraged to implement everything as similar as possible to the existing python implementation. Any improvements are welcome and differences due to limitations of the available third-party dependencies of the chosen language is completely fine. (Lacking ability to tweak just one or two non-crucial parameters are also totally fine)
Open a pull request mentioning the language you've used in your implementation after completing the implementation.
No need to rewrite documentation again but appreciated if possible. Otherwise open an issue for that mentioning what are the differences and additions when compared to the base implementation you followed, either Python or Julia*. Add the label
documentation
to the issue.The text was updated successfully, but these errors were encountered: