An open API service indexing awesome lists of open source software.

https://github.com/ekspek/lua-raycaster

An attempt at making a raycasting engine in Lua using the LÖVE framework.
https://github.com/ekspek/lua-raycaster

Last synced: over 1 year ago
JSON representation

An attempt at making a raycasting engine in Lua using the LÖVE framework.

Awesome Lists containing this project

README

          

# Lua Raycasting Engine

A first attempt at making a raycasting engine myself, using Lua and the LÖVE framework.

The engine is currently untextured and looks like the screenshot below.

![Screenshot of a sample map in the engine](./screenshot.png)

### Links

Inspired by and following [Lode's raycasting tutorial](https://lodev.org/cgtutor/raycasting.html).