Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xevilmaxx/blazorkonva
A wrapper of Konva.js made for Blazor
https://github.com/xevilmaxx/blazorkonva
blazor blazor-application blazor-client blazor-server blazor-webassembly csharp csharp-lib csharp-library design draw gui javascript konva konvajs net8 netcore wrapper
Last synced: 10 days ago
JSON representation
A wrapper of Konva.js made for Blazor
- Host: GitHub
- URL: https://github.com/xevilmaxx/blazorkonva
- Owner: xevilmaxx
- License: gpl-3.0
- Created: 2024-04-10T09:35:13.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-12T13:58:09.000Z (10 months ago)
- Last Synced: 2024-04-13T00:46:41.422Z (10 months ago)
- Topics: blazor, blazor-application, blazor-client, blazor-server, blazor-webassembly, csharp, csharp-lib, csharp-library, design, draw, gui, javascript, konva, konvajs, net8, netcore, wrapper
- Language: JavaScript
- Homepage: https://konvajs.org/index.html
- Size: 7.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# KonvaWrapperTest
!WORK IN PROGRESS!---
Will ever finish: IDK
Konva Version: 9.3.6
NetCore 8.0, BlazorWebApp (net 8 speciality, ServerSide/Wasm)
---
https://konvajs.org/index.html
---
https://unpkg.com/browse/[email protected]/konva.min.js
---
| Class | Implementation |
|---|---|
| Animation | ? |
| Arc | V |
| Arrow | V |
| Canvas | ? Insuff docs (?) |
| Circle | V |
| Container | V |
| Context | ? |
| Ellipse | V |
| FastLayer | Deprecated in docs, so wont add |
| Group | +- |
| Image | V |
| Label | V |
| Layer | V |
| Line | V |
| Node | V |
| Path | V |
| Rect | V |
| RegularPolygon | V |
| Ring | V |
| Shape | V |
| Sprite | TODO, Created only placeholders |
| Stage | V |
| Star | V |
| Tag | ? Insufficient Docs |
| Text | V |
| TextPath | V (+-) |
| Transform | Seems not used outside of Konva.js so will skip |
| Transformer | +- |
| Tween | maybe later |
| Wedge | V |
| -------- | ------- |
| JS Events | V |---
Showcase
---
![Showcase](./Multimedia/Animation.gif)
---
CLASSES STRUCTURE
---
![Classes Structure](./Multimedia/KonvaHierarchy.png)