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: over 1 year 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
- [x] OpenGL
- [ ] DirectX
- [ ] Metal

- Windowing
- [x] Glfw
- [x] Browser

- Drawing backend
- [x] Skia

Interops: Drawing backend + Rendering
- [x] AvaloniaUI | Vulkan | OpenGL