SFTtech/openage

Support Vulkan graphics API

Open

#242 创建于 2015年3月3日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)Python (1,135 fork)batch import
area: renderergood first issuelang: c++nice new thing ☺

仓库指标

Star
 (12,130 star)
PR 合并指标
 (平均合并 9天 23小时) (30 天内合并 1 个 PR)

描述

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

贡献者指南