YouTube Channel Recommendations for people who like Valtteri Koskivuori (Click a channel's button below to go to their page on Channel Galaxy and find more new YouTube suggestions)
About Valtteri Koskivuori
Programmer dude with a soft spot for ancient computer hardware.
Recent Videos from Valtteri Koskivuori
[13] Renderer Hacking: Adding support for multiple cameras
Quick new feature implementation video with a fun off-by-one detour along the way!
If you like this style of programming videos, go watch @awesomekling (he's really good!)
Check out C-ray on GitHub: https://github.com/vkoskiv/c-ray
My Twitter: https://twitter.com/vkoskiv
My GitHub: https://github… [12] Renderer Hacking: Building an asset cache for network rendering
Didn't want to rewrite asset loading from scratch, so this little file cache should do the trick for sharing renderer state when doing cluster rendering in c-ray.
If you like this style of programming videos, go watch Andreas Kling (he's really good!):
https://www.youtube.com/AndreasKling
Check o… [11] Renderer Hacking: Implementing some color conversion nodes
Grayscale conversions using nodes are now possible! Here we interpret the Blender node graph to come up with two combination nodes for turning valueNodes into colorNodes.
Commit currently show up in the node-improvements branch: https://github.com/vkoskiv/c-ray/tree/node-improvements
I actually f…