Skip to content

A Java demo of raycasting using the Processing library

Notifications You must be signed in to change notification settings

dablenparty/java-raycasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Java Raycasting

A raycasting demo made with Processing 4

How to run

  • Clone this repo
  • Download Processing if you don't have it already (I made this on version 4, although you're welcome to try another version)
  • Add the Processing folder to your classpath

I chose not to use Maven or Gradle because the version of Processing available in the Maven repository is far out of date.

About

I was inspired by the 2D Raycasting video by The Coding train. That video uses p5.js, but as an extra challenge (and to brush up on Java) I decided to use Processing instead and improve the algorithm with help from this article. Read it if you want a better explanation of the algorithm.

About

A Java demo of raycasting using the Processing library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages