Explore >> Select a destination


You are here

blog.submain.com
| | rachelcarmena.github.io
16.1 parsecs away

Travel
| | Some characteristics of functional programming
| | henko.net
12.8 parsecs away

Travel
| | A selection of functional programming concepts that I feel are helpful to all developers.
| | www.inner-product.com
16.1 parsecs away

Travel
| | The core premise of functional programming, in my opinion, is that local reasoning and composition make for better code. Here I discuss what these terms mean and the benefits they bring.
| | brutalism.rs
92.1 parsecs away

Travel
| 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.