Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 845 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 845 Bytes

loci

Low Overhead C Interface for RayTracing with Vulkan managed by Flecs

Platforms

1.] Linux
2.] Windows is not supported yet, but should be easy to port because all libaries used are cross platform

Installation

1.] install GLFW
2.] install the Vulkan SDK
3.] clone cglm into ./loci/src

Building

First customize the paths for shaders, textures and gltf-models in the example main files.
To build loci and examples use these command:

mkdir build
cd build
cmake ..
make

Examples

example 1.] shows the basic things you can do with loci
example 2.] shows how to load a GLTF Mesh Model

Videos

BedRoom
Cruiser