Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of the Barnsley fractal in any other language of choice. #5

Open
chathura-de-silva opened this issue Oct 16, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@chathura-de-silva
Copy link
Owner

chathura-de-silva commented Oct 16, 2023

issues banner for Barnsley fern

  • 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.

@chathura-de-silva chathura-de-silva added enhancement New feature or request good first issue Good for newcomers labels Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant