Programmers in the Cardiff, Wales Area?

December 6, 2010
Tags: , ,

Are there any programmers in the Cardiff, Wales area? Would be great to get to know anybody in the area who is a fellow programmer. Would be good to get a group of programmers together! Comment or e-mail me

0

Heroes of Might and Magic II in Java?

December 6, 2010

After talking with a fellow HoMMII programmer, we talked about the possibility of writing a Heroes of Might and Magic II client in Java, which would open up the possibility of playing it on Android phones and whatnot. I’m going to throw this out there just to see if there’s anybody else out there interested [...]

0

iPhone Development

December 6, 2010
Tags: ,

The other day, I finally delved into iPhone development. I battled with getting to grips with the idiosyncrasies of Mac OS X, XCode alone, and then there’s the very alien approach to programming that Objective C and developing for the iPhone in general brings to the table. I must be honest, the whole process of [...]

1

Darken Javascript Bookmarklet Update

July 21, 2010

This is just a simple modification of the Javascript bookmarklet called “Darken” by Gina Trapani. No idea if it had already been updated or not, but here’s the list of what I changed for anybody interested: Running the bookmarklet multiple times toggles the darken effect on and off! Saves refreshing the page Changed the colour [...]

3

Ray Tracing #5

December 12, 2009

Things have been a little slow recently. I’ve been generally reading about other aspects of graphics programming as well as generally being busy and now I’ve come down with something. Blocked ear, runny nose, bad headaches, dizziness and more. My best excuse for not getting as much programming done has to be that I’ve given [...]

0

Ray Casting #2

November 29, 2009
Tags: , ,

Finally got around to adding those few lines of code to add textured walls to the ray caster. (Click to Show Full Size) (Click to Show Full Size) A few details: 1) The texture isn’t mine, I merely found it via Google Images with the term “wall texture” and it has the filename “Wall_Texture_by_shadowh3.JPG” 2) [...]

2

Ray Tracing #4

November 22, 2009

Two updates in one day. This is probably a first on my blog Here’s an image of a single reflective sphere in the middle of three other spheres of various colours with lighting and shadows: Here’s a quick look at all of the spheres featuring reflectivity and how they look when recursively casting off one [...]

0

Ray Tracing #3

November 22, 2009

Just a little more to add. I have shadows working but there’s a bug or two in there that I can’t seem to shift, but here’s what I’ve got anyway:

0

Ray Tracing #2

November 20, 2009

Here’s what I have so far: Of course, it’s still very much some ways off the high quality rendering that ray tracing can be known for, but it’s a good learning experience all the same.

0

Ray Casting and Ray Tracing

November 17, 2009

Having spent a lot of time on rasterizer based rendering, I’ve wanted to learn more about ray tracing, if only for the sake of curiosity. I also wanted to revisit ray casting, as it had been some time and I took some of the finer details for granted the first time around, so this time, [...]

0