/raymond

Consistent Raycaster implementations in different languages

Primary LanguageZigThe UnlicenseUnlicense

raymond

image

"raymond" is a collection of Raycaster implementations across various programming languages, utilizing raylib for drawing graphics and listening to keyboard input. All implementations closely follow Lode's comprehensive raycasting tutorial.

Table of Contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/blazkowolf/raymond.git && cd raymond
  1. For each implementation, follow the specific installation instructions provided in the README file within the implementation's directory.

Usage

To run an implementation, navigate to its directory and follow the instructions provided in its README file.

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgments