Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seita-f/flutter-vector-editor
https://github.com/seita-f/flutter-vector-editor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seita-f/flutter-vector-editor
- Owner: seita-f
- Created: 2024-04-22T15:20:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:19:17.000Z (9 months ago)
- Last Synced: 2024-05-23T00:50:00.873Z (9 months ago)
- Language: Dart
- Size: 557 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vector Editor App
All drawings are made through pixel manipulation.![Screen Shot 2024-05-22 at 14 08 46](https://github.com/seita-f/flutter-vector-editor/assets/128184233/9924081e-a471-47a5-8c92-d91563923c0d)
## Algorithm
Line:
- DDA Algorithms
- Copying pixels (thick line)
Circle:
- Midpoint circle
Anti-Aliasing:
- Xiaolin Wu line and circle drawingClipping:
- Cohen-Sutherland (clipping polygons to a rectangle)
Filling:
- Scan-Line & Edge Table## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.