rsousacode / RoastEngine

Multipurpose render engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROAST ENGINE

RoastEngine is a Project that aims to implement a multipurpose render engine
capable of running with Vulkan, OpenGL and Metal.

Dependencies:
glm         => https://github.com/g-truc/glm                            Math helpers
glfw        => https://www.glfw.org/                                    Window creation helper
glad        => https://glad.dav1d.de                                    GPU Extensions
VulkanSDK   => https://www.lunarg.com/vulkan-sdk/                       Vulkan SDK
AppKit      => https://developer.apple.com/documentation/appkit         AppKit
QuartzCore  => https://developer.apple.com/documentation/quartzcore     Core Animation
cpptoml     => https://github.com/chadaustin/cpptoml                    TOML Support

About

Multipurpose render engine

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 79.2%Language:Objective-C 8.6%Language:Objective-C++ 6.9%Language:CMake 2.9%Language:C 1.1%Language:GLSL 0.7%Language:Shell 0.7%