An open API service indexing awesome lists of open source software.

https://github.com/notapenguin0/phobos

Phobos Vulkan Renderer
https://github.com/notapenguin0/phobos

3d 3d-graphics graphics graphics-programming renderer vulkan vulkan-api vulkan-renderer

Last synced: 7 months ago
JSON representation

Phobos Vulkan Renderer

Awesome Lists containing this project

README

          

# Phobos Vulkan Renderer

This project is being continued in Rust, [here](https://github.com/NotAPenguin0/phobos-rs)

[![Build](https://github.com/NotAPenguin0/Phobos/actions/workflows/cmake.yml/badge.svg?branch=master)](https://github.com/NotAPenguin0/Phobos/actions/workflows/cmake.yml)

Phobos is a Vulkan renderer written in C++. It supports custom rendering commands, as well as a fixed pipeline implementing deferred
rendering. This fixed pipeline is aimed at being used for 3D scene viewing/editing.