-
Archives
- July 2010
- June 2010
- May 2010
- March 2010
- November 2009
- October 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- July 2007
- June 2007
- May 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
-
Meta
Category Archives: Coding
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 Corrections, Crytek, I3D, Light Propagation Volume, LPV, Reflective Shadow Map, RSM, Sponza
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
Rotation of Low Order Spherical Harmonics
I’m currently working at university on implementing Light Propagation Volumes. The paper makes extensive use of spherical harmonics while the implementation uses the first two bands. Below is a visualization of the first 4 bands of the SH basis functions … Continue reading
Posted in Coding, Games, Maths
Tagged Crytek, Light Propagation Volume, Rotation, Spherical Harmonics
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
Sploidz Revisited (Unofficially)
I’ve already written about the semi-conductor project and how I’ve written some Flash animations/applications for it. Of course, I’m more interested in making fun stuff´, so I decided to put my knowledge to good use and write a small game … Continue reading
Posted in Coding, Game Projects, Games, Red Thumb Games
Tagged ActionScript, Flash, FlashDevelop, game, Photoshop, Sploidz
1 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 Formula Object, Invoke, LaTeX, PowerPoint
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 ActionScript, Flash, MatLAB, PowerPoint, Semi-Conductor Optimization
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
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 ANTLR, C#, Compiler, Java, JavaC, OpenJDK
Leave a comment
PowerPoint Tools
I’ve finally managed to upload a version of my PowerPoint LaTeX add-in for PowerPoint 2007. I’m just going to post a short Vimeo video here that shows how inline formulas work (the main feature): I’ve tried to work on the … Continue reading