https://github.com/pixieditor/drawie
Drawing engine
https://github.com/pixieditor/drawie
Last synced: over 1 year ago
JSON representation
Drawing engine
- Host: GitHub
- URL: https://github.com/pixieditor/drawie
- Owner: PixiEditor
- License: mit
- Created: 2024-08-28T10:23:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T08:49:45.000Z (over 1 year ago)
- Last Synced: 2025-04-11T09:34:08.445Z (over 1 year ago)
- Language: C#
- Size: 680 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
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
- [x] OpenGL
- [ ] DirectX
- [ ] Metal
- Windowing
- [x] Glfw
- [x] Browser
- Drawing backend
- [x] Skia
Interops: Drawing backend + Rendering
- [x] AvaloniaUI | Vulkan | OpenGL