A downloadable tool

Download NowName your own price

A fake 3D raycasting engine written in C++ using the OLC Pixel Game Engine to handle windowing and input functions.

It features:

  • Texture mapping
  • Transparency supporting billboards
  • Depth buffer
  • Runtime level generation from image map files

Full commented source can be found here: https://github.com/Thaon/Raycaster

Download

Download NowName your own price

Click download now to get access to the following files:

Raycaster Release.zip 24 kB

Comments

Log in with itch.io to leave a comment.

Hello, can you allow me to use your engine to make a raycaster type project?

it's free and open source, have fun with it :)

Thanks, what program can I use to modify it?

It's a C++ engine, you can uise Microsoft Visual Studio to edit the source files, it's not a program you can run as a standalone, it's a game engine.

It's like Wolfenstein 3D, right?

The tech behind it is similar, but it's not optimized at all, so its purpose is mainly as a studying tool if you're interested in developing engines like it.

cool engine

thanks :)