Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixieditor/drawie
Drawing engine
https://github.com/pixieditor/drawie
Last synced: about 3 hours ago
JSON representation
Drawing engine
- Host: GitHub
- URL: https://github.com/pixieditor/drawie
- Owner: PixiEditor
- License: mit
- Created: 2024-08-28T10:23:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T14:21:49.000Z (about 22 hours ago)
- Last Synced: 2024-11-19T14:26:44.922Z (about 22 hours ago)
- Language: C#
- Size: 468 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drawie
Drawie aims to provide set of modules that allows building gpu-accelerated high-level 2D apps with low-level control. It gives the programmer control over every application layer:
- Render Apis
- [x] Vulkan
- [ ] OpenGL
- [ ] DirectX
- [ ] Metal
- Windowing
- [x] Glfw
- [x] Browser
- Drawing backend
- [x] Skia
- [ ] Html5 Canvas (partially implemented)Interops: Drawing backend + Rendering
- [x] AvaloniaUI | Vulkan