2019-02-23 Multibounce voxel cone tracing Voxel cone tracing, but with multiple bounces of indirect light
2018-02-13 Koin vs Vanilla Kotlin Comparing runtime performance of di with and without the Koin framework
2018-02-07 Kotlin's scoped extensions micro-benchmarked How do they get compiled, what is the runtime cost we can expect?
2017-12-11 Rendering thousands of unique animated instances Rendering a single mesh thousands of times is easy, how about rendering thousands of different models?
2017-11-24 Costs of Kotlin's Delegation What is Kotlin's delegation compiled into and what are runtime implications?
2017-03-16 Rendering 4 Mio. vertices with 340000 cubes in Java Just to show that it is easily possible
2016-09-24 glDrawElementsBaseVertex demystified There are some even more complicated versions of that function, yes
2016-05-30 Realtime Importance Sampling with Boxprojected G-Buffer cube maps For Dynamic Global Illumination
2015-04-16 Spring with Boot, Maven and IntelliJ from scratch A simple setup that can be used to start in production