Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

thestbar/ray-casting-2d

Open more actions menu

Repository files navigation

Ray Casting 2D Project

Simple Game written in Java (libGDX) that uses Ray Casting technique

Currently, built using a slow algorithm where for each ray the point of intersection is calculated by starting from the player and moving forward by a small step until it hits a wall or surpasses the maximum draw distance.

In the future the fast DDA (Digital Differential Analyzer) Algorithm will be implemented to calculate the intersections.

DDA Algorithm was added on 4 November 2022!!!

Useful sources for ray casting:

About

Simple Game written in Java (libGDX) that uses Ray Casting technique

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.