volviewer

Volumetric Data Toy Viewer
git clone anongit@rnpnr.xyz:volviewer.git
Log | Files | Refs | Feed | LICENSE

DateCommit messageAuthorFiles+-
2025-05-29 03:57drop multi file volume stitchingRandy Palamar2+7-37
2025-05-27 21:30build: rebuild when options.h changesRandy Palamar1+1-1
2025-05-27 21:27build: encode video from build scriptRandy Palamar2+42-75
2025-05-27 21:27tweak a few rendering settingsRandy Palamar4+16-3
2025-05-27 21:22move options to options.h, output video as single raw fileRandy Palamar6+93-106
2025-05-27 03:28swizzle texture_coordinate in vertex shader instead of fragmentRandy Palamar2+6-5
2025-05-27 03:06set mirrored mode on 3D texture dim, disable linear samplingRandy Palamar2+9-4
2025-05-26 16:01don't crash when texture data can't be loaded off diskRandy Palamar1+4-2
2025-05-26 15:58check for window close button being pressedRandy Palamar1+2-0
2025-05-26 12:32bake unit cube into source codeRandy Palamar1+94-18
2025-05-26 12:04move opengl stuff to header, add #defines needed for w32Randy Palamar2+91-72
2025-05-26 05:10drop glad usageRandy Palamar3+68-5578
2025-05-26 03:59only translate in multi volume modeRandy Palamar1+9-9
2025-05-26 00:59replace a few non-DSA OpenGL callsRandy Palamar1+13-10
2025-05-25 23:01make sure all inputs cause a view updateRandy Palamar2+16-11
2025-05-25 22:47cleanup w32 compilation problemsRandy Palamar3+19-16
2025-05-25 21:50finish constant update rate video outputRandy Palamar10+168-32
2025-05-25 19:14multi volume renderingRandy Palamar2+72-12
2025-05-25 17:46add multisampling, camera fov, multiple volume supportRandy Palamar5+165-85
2025-05-25 14:41pyramidal volume renderingRandy Palamar2+24-16
2025-05-25 04:39textured cube with drawn bounding boxRandy Palamar5+113-43
2025-05-24 21:10add camera and projection matricesRandy Palamar5+177-30
2025-05-24 14:24fix file watching for files in the cwdRandy Palamar2+12-4
2025-05-24 05:05basic model loading and drawingRandy Palamar7+94-69
2025-05-24 02:59render to separate render targetRandy Palamar5+192-48
2025-05-23 22:40init: hello sailorRandy Palamar111+74957-0