Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pixieditor/drawie

Drawing engine
https://github.com/pixieditor/drawie

Last synced: about 3 hours ago
JSON representation

Drawing engine

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