https://github.com/shamim-akhtar/split-image
This project allows creating Jigsaw tiles from an image using Bezier curves. I have implemented this project using Unity and C#.
https://github.com/shamim-akhtar/split-image
bezier-curves csharp image-processing unity2d
Last synced: about 2 months ago
JSON representation
This project allows creating Jigsaw tiles from an image using Bezier curves. I have implemented this project using Unity and C#.
- Host: GitHub
- URL: https://github.com/shamim-akhtar/split-image
- Owner: shamim-akhtar
- Created: 2021-06-14T02:16:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-15T04:06:55.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T22:25:35.503Z (3 months ago)
- Topics: bezier-curves, csharp, image-processing, unity2d
- Language: C#
- Homepage:
- Size: 1.43 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Split Image to Make Jigsaw Pieces

This project allows creating Jigsaw tiles from an image using Bezier curves. I have implemented this project using Unity and C#. The motivation for this came from the need to create a Jigsaw Puzzle game.
#### It provides a good learning exercise for:
> - Creating bezier points given a set of control points
> - Interpolating the point set to fit the pixel gradient
> - Creating sprites at runtime and applying transparency for regions that fall beyond the bezier curve.Besides the above core learning points, you will also learn some general programming techniques with Unity and C#.
Sample Screenshot 1 | Sample Screenshot 2
:-------------------------:|:-------------------------:
 | 