Epic Ray Engine
< 2 Minute Read.
I just created a new repository for Epic Ray on GitHub!
Code ist best kept in some open source git repository, for other people to be able to look at …
< 2 Minute Read.
I just created a new repository for Epic Ray on GitHub!
Code ist best kept in some open source git repository, for other people to be able to look at …
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 now has correct floor and ceiling texturing! Will push to github in a few secs.
This post was imported from tumblr
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 …
Also, EpicRay has a basic editor, player movement (wasd).
I just recently got rid of the white borders btw. ;)
This post was imported from tumblr
I finally got around to uploading my work to GitHub. Although everything is very rudimentary, placeholder-heavy and so on, here’s a link to the repo:
https://github.com/Squareys/EpicRay
This post was imported …
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 …
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 (C), already knowing all along it must be …