Skip to content
forked from mlavik1/Retro3D

2.5D rendering engine with: GUI system, scripts (Chaiscript), webassembly-support

Notifications You must be signed in to change notification settings

ghostofiht/Retro3D

 
 

Repository files navigation

Retro3D

2.5D (pseudo-3D) game engine

2.5D retro game engine. Old school software 3D rendering.

Builds and runs on Windows, Linux and WebAssembly.

By Matias Lavik

TRY IT HERE: http://dungeoncrawler.dx.am/ (Requires a browser with webassembly-support)

screenshot

screenshot

Features:

  • Raytraced 3D rendering, similar to old games like Wolfenstein (raytracing on a 2D grid).
  • Level scripts and script components, using ChaiScript.
  • WebAssembly support (can run in browser).

How to build

WINDOWS

  • Open CMake GUI (can download from here: https://cmake.org/download/)
  • In "Where is the srouce code", browse to the repository folder containing CMakeLists.txt
  • In "Where to build the binaries", chose any folder (i.e. subfolder "/build")
  • Make sure the directory can be written to (to prevent MSB3073 error)
  • Configure
  • Build
  • Open Visual Studio project
  • Build and run the "Game" project (IN RELEASE CONFIGURATION - Debug will be very slow!)

LINUX

  • Run aptget.sh (or manually do apt-get on the dependencies)
  • Run CMake
  • Build the "Game" project (or make your own project based on that)

WEB ASSEMBLY

Contributing

Both code contributions, art contributions, bug reports and feature suggestions are more than welcome! See CONTRIBUTING.md for more information.

Thanks to Sebastian Genlund for suggestions and useful feedback!

About

2.5D rendering engine with: GUI system, scripts (Chaiscript), webassembly-support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.1%
  • C 24.5%
  • Other 1.4%