kvark / vange-rs

Rusty Vangers clone
https://vange.rs
Apache License 2.0
427 stars 21 forks source link

Extern C API for the old Vangers #172

Closed kvark closed 2 years ago

kvark commented 2 years ago

We need a native library build from vange-rs that can be plugged into https://github.com/KranX/Vangers to render everything on GPU. Rough plan:

  1. figure out how https://github.com/floooh/sokol or SDL could provide wgpu with GL context. That needs to work on all OSes, not just Linux.
  2. implement AbstractRenderer based on those extern C calls.