Understanding First Day Using Raylib
Let's dive into the details surrounding First Day Using Raylib. This is the easiest
Key Takeaways about First Day Using Raylib
- This is a short video of me compiling and running a tiny C program that
- Raylib
- Just started learning
- Timestamps: 00:53: Prerequisites 01:44: Setup
- Created collision on Y axis and check on X axis. Player falls on the ground and not stops at any additional surface on the level but ...
Detailed Analysis of First Day Using Raylib
Everyone keeps telling me to make a game in I've never done a game before in C, nor one that is 3d. This only took a few hours to bang out. I've done some in javascript before ... Hey everyone, Wazoo here! In this video, we dive into making our very
Both checkings Y and X were needed so the players can go under the object. Next the collision is needed to stop when colliding ...
That wraps up our extensive overview of First Day Using Raylib.