SFTtech/openage

Support Vulkan graphics API

Open

#242 ouverte le 3 mars 2015

Voir sur GitHub
 (8 commentaires) (0 réactions) (0 assignés)Python (1 135 forks)batch import
area: renderergood first issuelang: c++nice new thing ☺

Métriques du dépôt

Stars
 (12 130 stars)
Métriques de merge PR
 (Merge moyen 9j 23h) (1 PR mergée en 30 j)

Description

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

Guide contributeur