tgtracker icon indicating copy to clipboard operation
tgtracker copied to clipboard

Backends

Open scalarwaves opened this issue 5 years ago • 0 comments

I would like for tgtracker to support both OpenGL and Vulkan renderers. lyon tesselations can be fed into whichever render backend the user wants to use.

  • [x] gfx-hal A high-performance, bindless graphics API for Rust
  • [x] lyon 2D graphics rendering on the GPU in rust using path tessellation
  • [x] sdl2 Is an SDL surface necessary with this setup? See #6 for SDL discussion in general

gfx

  • supported backends
    • [x] gl - agnostic
    • [ ] metal - OSX
    • [x] vulkan - agnostic
    • [ ] dx11 - Windows
    • [ ] dx12 - Windows
  • windowing
    • [x] sdl
    • [ ] glfw

scalarwaves avatar Mar 30 '19 02:03 scalarwaves