Write a First Person Game in 2KB With Rust
- Article
- Feb 24, 2023
- #ComputerProgramming #GameDevelopment
Article

Introduction # On first glance, making a first person game without an engine or a graphics API seems like an almost impossible task. In this post I’ll show you how to do that using an algorithm called ray casting.
My goal here is to show how something that looks complicated can be broken down into si...
Show More
-
You might also be interested in
-
- Article
- May 25, 2023
by Felipe Cruz -
-
- Tweet
- May 19, 2023
-
- Tweet
- May 18, 2023
Introduction # On first glance, making a first person game without an engine or a graphics API seems like an almost impossible task. In this post I’ll show you how to do that using an algorithm called ray casting.
My goal here is to show how something that looks complicated can be broken down into simple pieces, and if I’ve done my job right, it should feel like you’ve discovered how the game works.