Skip to content

Ehobits/ORC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORC

windows linux

ORC (Object-Oriented Rendering Component)

Platform Supported APIs
Windows DX12, Vulkan
Linux Vulkan

Prerequisites

To successfully build this project, ensure the following tools are installed on your system:

  • CMake (version 3.25 or higher)
  • Git (required for downloading external dependencies like SDL2)

Why Git is Required

This project uses CMake’s FetchContent module, which relies on Git to automatically download external dependencies (e.g., SDL2). If Git is not installed or not accessible in your system’s PATH, you’ll encounter:

error: could not find git for clone of sdl2-populate

For Linux Users: Install Required Dependencies

On Linux, install Vulkan and SDL2.

Ubuntu:

sudo apt-get install libvulkan-dev libsdl2-dev

Third Party Libraries

License

MIT license

About

ORC(Object-Oriented Rendering Component)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.5%
  • CMake 2.0%
  • C 0.5%