Java Raycast
This personal project was inspired by multiple online tutorials. Most of the tutorials I found online involved languages like Javascript, c#, etc. For this one I programmed it in Java. The program will start at a point, the cursor, and make a line coming off of it. It will look at all the lines/walls and determine if the ray will collide. From there, the program draws a line from the origin (Cursor) to the point of collision.
Summary
​
This was a very early project in my development as a programmer. I was watching other people program along with their techniques. I came across a project that someone did in JavaScript that I thought was interesting and I wanted to try it myself.
Most of this project was created based on what I saw the other person creating. The biggest take away is the how to research and find information on the problem that is being solved.