Skip to content

Wondrushh/MATLABcaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MATLABcaster

A raycasting engine for MATLAB

This class is still work in progress


How to run it?

  1. Clone/download this repository
  2. Add the folder with the contents to MATLAB path
  3. Open MATLAB and execute the class constructor

Controls

  • W - walk forward
  • S - walk backwards
  • A,D - turn left/right
  • Q,E - strafe left/right

How do you change the map?

Easily, just change the numbers in the map matrix. Zero means empty space, other numbers mean different types of texture. You can build your own maze with it.

Inspired by: https://www.youtube.com/channel/UCjdHbo8_vh3rxQ-875XGkvw
Textures used are from Wolfenstein 3D.
By Wondrush, 2020

About

A raycasting engine for MATLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages