Showing only posts tagged java. Show all posts.

EpicRay: Multi-Threaded Rendering

Recently I added multi-threaded rendering support to my open source java raycasting game engine.

The last few weeks, I was pretty busy with university stuff. If I did anything else, I optimized EpicRay. After the drop to 8fps (due to floor and ceiling textures), I optimized the rendering to go …

Epic Ray Floor Rendering

I did some work on Epic Ray today. I refractored the rendering system to how it was meant originally (most of the code was make-shift, just to have something on the screen). Also, there is a depthbuffer now :)

EpicRay now supports floor and ceiling color rendering (no textures just of …

Epic Ray, Yay!

image0

EpicRay has regained a certain stage of completion! Although I was this far before, now I actually have some powerful structure behind everything which will not collapse if loads of features are built onto it.

What EpicRay has now what my engine didn’t have before is player movement. No …

Endianess

I recently spent 5 hours trying to figure out why my maps I write from an own made “tiled” plugin (Java) aren’t beeing read properly in my ninjarun game ©, already knowing all along it must be because of the endianess (But I’m always lazy to mess with the …

page 1 | older articles »