Skip to content

thegeeko/gray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gray

a raytracer I made following "raytracing in one weekend" .. it creates an image and use opengl to create a texture with the image and display it in ImGui image window

preview

build

it builds on linux using GCC and CLANG .. it depends on glfw .. so make sure to install glfw from ur package manager

instructions for arch based distros

pacman -S glfw-x11 # for x11
pacman -S glfw-wayland # for wayland

git clone [email protected]:thegeeko/gray
cd gray
mkdir build && cd build
cmake ..
cmake --build

dependencies

  • glfw
  • imgui

Releases

No releases published

Packages

No packages published