An unexpected lesson I learned (while playing with shaders)

In this video, I share the progress I’ve made with the game engine and something unexpected I learned when I was trying to implement my own graphical effects using shaders.

 
 

Thank you for watching.

Developing the first game using the Untold Engine (Part I)

In this video, I share the progress of the first game being developed using the Untold Engine. I talk about several game mechanics implemented in the game such as:

  • Weapon Movement
  • Wall Collision
  • Changing weapons
  • Going up the stairs (slopes)
  • Throwing a weapon
 
 

Thanks for watching.

Adding support for FPS games

In this video, I explain how I added mouse and keyboard support to the Untold Game Engine. I also talked about a weird problem I faced when trying to move the cursor to the origin position.

 
 

Thanks for watching.

A simple development workflow to finish your game engine

In this video, I share a simple development workflow you can use to finish your game engine.

 
 

Hope it helps.

How does a game engine render 3D animations?

In this video, I talk about how a game engine renders 3D animations and the five key concepts you need to keep in mind while implementing an Animation System for your game engine.

 
 

Thanks for watching.