Table of Contents

NervLand: A simple camera implementation

Hello world! Continuing our journey with vulkan I feel I'm now ready to build a dedicated “camera” class, and then figure out how to send user inputs to that camera: after all, all we really need here are the mouse events from the SDL window, right ? So, can't be that terrible to implement 🤣 Let's get started!

Initial Camera class

Using the camera class

Designing a camera controller

Conclusion