Thanks @eggz and @PedroHLC
My steps to install and run the RayTracer bin:
- Install the required packages, specially "glfw-x11","imgui" and "tinyobjloader".
- When the package is installed successfully, follow the @PedroHLC recommendation, to execute the binary:
cd /opt/raytracinginvulkan/bin
./RayTracer --help
In my case i have a AMD Radeon RX 6600M with mesa 23.1, i need to enable the rt and the dedicated graphic card (DRI_PRIME), for this reason i use the environment vars:
RADV_PERFTEST='rt' DRI_PRIME=1 ./RayTracer --benchmark --width 1920 --height 1080 --fullscreen --scene 1 --next-scenes --present-mode 0 --max-time=5
Pinned Comments
<deleted-account> commented on 2023-04-22 09:37 (UTC)
Also I would like to note that upstream here is extremely careless about their code change consequences, and dont perform any kind of QA of their code at all. But, despite that, I would still like to keep this package as upstream as possible to welcome new features as they pop in.
So, If this package does not build anymore, please, let me know! Thank you!
PedroHLC commented on 2021-04-21 02:45 (UTC) (edited on 2021-05-09 15:16 (UTC) by PedroHLC)
How to run?:
Contribution and issues in: https://github.com/chaotic-aur/pkgbuild-raytracinginvulkan-git