Skip to content

Menu

Posts tagged with #graphics

All posts tagged with #graphics in chronological order with newest first.

Posts tagged with #graphics

Ambient Occlusion example
Jul 08, 2015 software-engineering

Ray tracing with Groovy and Java

While I was reading the excellent book by Kevin Suffern "Ray tracing from the ground up", I implemented a ray tracer in Java and wrote a DSL in Groovy, to...

#groovy #java #model-driven #jvm #graphics
Read more
May 05, 2015 gpu-computing

Heat diffusion on multiple GPUs

The implementation of the heat diffusion equation on multiple GPUs is explained in the talk (in german).

#c++ #graphics #parallelism #concurrency #nvidia-cuda #gpu-computing #opencl
Read more
Mar 03, 2015 software-engineering

Examples for parallelism: ray tracer

I wanted to learn some frameworks for parallel computing and i decided to implement a simple ray tracer as a "visual benchmark".

#c++ #java #graphics #parallelism #concurrency
Read more
Jun 29, 2012 games

Good Overview

“Polygon Mesh Processing” is a “research monograph” on the processing of polygon meshes.

#review #graphics
Read more
Jan 03, 2010 gpu-computing

CUDA Real-Time Ray Tracer

During the christmas holidays i rewrote my ray tracer for the NVIDIA CUDA architecture.

#parallelism #concurrency #graphics #gpu-computing
Read more
Feb 19, 2009 games

Little big planet and computer graphics

I am fascinated by the possibilities of modern computer graphics. It all began while playing the game Little Big Planet. It does not look like a computer game. It looks...

#graphics
Read more