📄️ Environment Setup
Before creating a Velaptor project, you'll need two things: the .NET SDK and an IDE (Integrated Development Environment).
📄️ Quick Project Setup
Now that your environment is ready, this step shows you how to create your first Velaptor project.
📄️ Manual Project Setup
This is an alternative to the template setup. If you prefer to set up your project manually or want to understand the project structure in more detail, this guide will walk you through creating a Velaptor application from scratch.
📄️ Adding Content To Your Project
Now that you have a Velaptor project, let's add an image that we'll render to the screen in the next step.
📄️ Rendering Your First Sprite
Let's bring the mascot to life! In this step, we'll load the image we added in the previous step and render it to the screen.
📄️ Adding Keyboard Input
Your mascot is on screen — now let's make it move! In this final quick start step, we'll use the keyboard to move the sprite around the window.