Using The Renderer
Master Kraken's rendering system to draw shapes, textures, and build your game's visuals.
Learn how Kraken's rendering system works and how to use it to create stunning 2D graphics for your game.
How It Works
Understand the core concepts behind Kraken's rendering pipeline and how to work with it effectively.
Drawing Shapes
Draw primitive shapes like rectangles, circles, lines, and polygons with Kraken's built-in drawing functions.
Rendering Textures
Load images and render them as textures in your game, including sprite positioning, rotation, and scaling.
Ready for more advanced graphics? Check out Implementing Shaders to customize your rendering with custom shaders.