Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)