Well well well, we finally found something CMake can actually do. Please, everyone, stop using CMake. It doesn't do its one job.
Ray Tracing in pure CMake
21–30 of 167 posts
Re: Ray Tracing in pure CMake
#22Well well well, we finally found something CMake can actually do. Please, everyone, stop using CMake. It doesn't do its one job.
Re: Ray Tracing in pure CMake
#23The problem with ray tracing isn't writing one, the problem is its usability, to get the most realistic AND fast enough. Mine was very realistic for that resolution but the snail FPS was something unbearable. Despite my best efforts at the time, hardware was not ready. I remember the talk between us (prof. assistant, basically a master student and rest of wanna be programmers) and we're so sure it would take maximum 5 years for ray tracing and photo-realism to become every day commodity. We were wrong only by 20 years. Good times.
Re: Ray Tracing in pure CMake
#24Well well well, we finally found something CMake can actually do. Please, everyone, stop using CMake. It doesn't do its one job.
Re: Ray Tracing in pure CMake
#25Well well well, we finally found something CMake can actually do. Please, everyone, stop using CMake. It doesn't do its one job.
Re: Ray Tracing in pure CMake
#26Re: Ray Tracing in pure CMake
#27Well well well, we finally found something CMake can actually do. Please, everyone, stop using CMake. It doesn't do its one job.
What's wrong with CMake?
That isn't a complete list .
Despite the above cmake is your best choice of build system for C. Though some competitors could overtake it.
Re: Ray Tracing in pure CMake
#28Re: Ray Tracing in pure CMake
#29Well well well, we finally found something CMake can actually do. Please, everyone, stop using CMake. It doesn't do its one job.
Re: Ray Tracing in pure CMake
#30CMake is by far the worst language I have ever worked in.
I've been trying to integrate OpenCV's C++ library with my own C++ code (not involving Python), with the additional contrib modules (meaning I have to compile OpenCV myself), for multiple platforms, and I got stuck on CMake for so long it made me question if I was just a total idiot and should give up on programming forever.