JuliaImages / JuliaImages/ImageDraw.jl
Bezier_curves and Random shapes drawables
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 27
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
These two drawables will also be quite useful addition to the project in 2d drawing methods
What do you people think?
References:
- Both exist in scikit-image api reference https://scikit-image.org/docs/stable/api/api.html
- Interesting approach of filling a rectangle with broken tiles: https://gamedev.stackexchange.com/questions/159889/algorithm-to-generate-random-shapes-that-fill-up-a-rectangle uses Fortune's algorithm and Fracture Voronoi algo
- Bezier Curves: https://www.geeksforgeeks.org/cubic-bezier-curve-implementation-in-c/
- https://www.tutorialspoint.com/computer_graphics/computer_graphics_curves.htm
- Fractals generation seems interesting too :https://www.tutorialspoint.com/computer_graphics/computer_graphics_fractals.htm
- On bezier: http://members.chello.at/easyfilter/Bresenham.pdf
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing 2D drawing methods and the linked scikit-image and curve references. Clarify whether the contribution covers Bezier curves, random shapes, fractals, or only a subset, then define tests and completion criteria for the selected drawables.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100