You are here |
www.jendrikillner.com | ||
| | | |
brutalism.rs
|
|
| | | | BRU-12 is a research project for performing realtime processing on volumetric 3D models and presenting them as meshes ready for rendering. The toolchain consists of Cinder and OpenVDB.OpenVDB is an industrial-grade data structure used for parallel processing of very large amounts of volumetric ("voxel") data. It's not really intended to be used for real-time rendering, but its design (and performance!) was interesting to me so I decided to try to implement a simple data pipeline on top of it. | |
| | | |
graphics.cs.utah.edu
|
|
| | | | ||
| | | |
blog.nicksieger.com
|
|
| | | | ||
| | | |
visualstudioextensions.vlasovstudio.com
|
|
| | Each Visual Studio instance started with the RootSuffix parameter keeps its own set of extensions. If a Visual Studio extension is available from the Visual Studio Marketplace, you can just install it from the standard Manage Extensions dialog. But if you have only a .vsix file you can use vsixinstaller like this: "C:\Program Files (x86)\Microsoft... |