Skip to content

SemkiShow/Pseudo3DRenderer

Repository files navigation

Pseudo3DRenderer

A simple pseudo 3D renderer made in C++

How to run

  • Download the latest release
  • Unzip it
  • Run Pseudo3DRenderer or Pseudo3DRenderer.exe depending on your system

How to build

Executable

  1. Install Raylib following one of these tutorials based on your system: Linux, Windows, macOS
  2. Run
chmod +x run.sh
./run.sh

Web version

  1. Install Raylib following one of these tutorials based on your system: Linux, Windows, macOS
  2. Setup Emscripten using this tutorial
  3. Run
chmod +x run.sh
./run.sh --web