SFTtech/openage

Support Vulkan graphics API

Open

#242 geöffnet am 3. März 2015

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.135 Forks)batch import
area: renderergood first issuelang: c++nice new thing ☺

Repository-Metriken

Stars
 (12.130 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 23h) (1 gemergte PR in 30 T)

Beschreibung

Required Skills: Vulkan, C++

Difficulty: Hard

Of course we want to support the new shit out there: https://www.khronos.org/vulkan

The Vulkan implementation should use the existing low-level renderer interface and provide an alternative to our existing OpenGL backend. The OpenGL code can be used as a guideline for the Vulkan stuff. Most things will be similar but we obviously want to take advantage of advanced Vulkan features wherever we can :)

Further Reading

Contributor Guide