Category Archives: University

Light Propagation Volumes

I’ve finally finished my lab course last week – thanks to my supervisor Matthäus G. Chajdas – you can read his blog here -, it wasn’t your usual lab course with work sheets and boring homework, instead I’ve been allowed … Continue reading

Posted in Coding, Game Projects, Maths, University | Tagged , , , , , , , | 5 Comments

Panorama Stitching

I’ve finally come around to “clean-up” some old project I’ve had lying around for a few months and upload it. I’m talking about some Panorama Stitching code I wrote for our participation in Microsoft’s Imagine Cup. I’m suppressing all memories … Continue reading

Posted in Coding, Personal Rantings, University | Leave a comment

Rigid Body Motion

Last week I had to give a presentation about Rigid Body Motion (ie the basics of rigid body physics and some general mechanics). Here are two versions of my presentatio (one with less text and one with more): Rigid Body … Continue reading

Posted in Maths, Uncategorized, University | Tagged , , , , , | 2 Comments

A quick note on quantifiers: For almost all and there exist infinitely many

It’s been a while since my last post and now it’s time for a mathematical post: I’m currently preparing for a math exam (calculus) and I’m thinking it would be nice if there was a way to avoid much of … Continue reading

Posted in Maths, University | Tagged , , , , | Leave a comment

Extracting Information from StudiVZ

Some time ago somebody stole 1 million data records from StudiVZ, the German Facebook clone. I’m not exactly sure why people call the person a hacker who stole data, because it appears he simply wrote a tool that harvested the … Continue reading

Posted in Coding, Personal Rantings, University, Web | Tagged , , | 1 Comment

My Bachelor Thesis

For the last two months I have been working on my bachelor thesis at the Chair of Computer Graphics and Visualization. It is about “Multi-Tile Terrain Rendering with OGL/Equalizer”´. The chair has a very nice Direct3D 10 terrain rendering engine … Continue reading

Posted in Personal Rantings, University | Tagged , , , , , , | Leave a comment

PowerPointLaTeX Update

Because people complained to me about the formula feature in my PowerPointLaTeX add-in, which used a somewhat experimental approach to editing formula objects by adding an editing text shape that contained the formula code and that would be merged back … Continue reading

Posted in Coding, Tools, University | Tagged , , , | Leave a comment

Semi-Conductor Optimization (Uni Project)

I’ve written my last exam yesterday (except for two oral exams in September), so now I have got some spare time before I start working on my Bachelor Thesis tomorrow and I want to use it to wrap up a … Continue reading

Posted in Coding, Maths, University | Tagged , , , , | Leave a comment

From Vertex Positions to Packed Element Arrays

At my new workplace at university I’m currently porting an advanced terrain rendering engine from DirectX to OpenGL. One of the performance optimizations the engine uses is that it draws the terrain tiles right from the index buffer without using … Continue reading

Posted in Coding, University | Tagged , , | 2 Comments

Extending Java and Javac

Today I want to write about something I’ve been working ages ago – specifically in March I wanted to see if I can extend a Java compiler to support LINQ´ expressions, too. I probably spend more time on finding a … Continue reading

Posted in Coding, Tools, University | Tagged , , , , , | Leave a comment