Azalea 1.6.5

dotnet add package Azalea --version 1.6.5
                    
NuGet\Install-Package Azalea -Version 1.6.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azalea" Version="1.6.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Azalea" Version="1.6.5" />
                    
Directory.Packages.props
<PackageReference Include="Azalea" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Azalea --version 1.6.5
                    
#r "nuget: Azalea, 1.6.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Azalea@1.6.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Azalea&version=1.6.5
                    
Install as a Cake Addin
#tool nuget:?package=Azalea&version=1.6.5
                    
Install as a Cake Tool

Azalea Icon

Azalea

A lightweight 2D game framework.

Where to get it

All versions prior to 1.3 are hosted on this github page, but the latest versions are all hosted on the nuget page.

Motive

This framework was created because I didn't like the already existing options and also wanted to learn more about all the little things that make an engine work. To create the first working version I took a lot of inspiration from osu-framework so the structure of Azalea is really similar to it. Since then many more unique systems have been added to solve various common needs of game development.

Usage

You are free to use this Framework for non-commercial purposes, although the current documentation lacks many important guides for common functions. This will be addressed in the future, but for now you can message me directly for questions.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Azalea:

Package Downloads
Azalea.Editor

An editor wrapper for Azalea projects.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.5 87 3/20/2026
1.6.4 98 2/27/2026
1.6.3 102 2/20/2026
1.6.2 103 2/15/2026
1.6.1 100 2/15/2026
1.6.0 121 2/13/2026
1.6.0-alpha08 103 2/13/2026
1.6.0-alpha07 142 2/7/2026
1.6.0-alpha06 93 2/4/2026
1.6.0-alpha05 101 1/31/2026
1.6.0-alpha04 95 1/30/2026
1.6.0-alpha03 232 12/14/2025
1.6.0-alpha02 188 12/31/2024
1.6.0-alpha01 183 12/29/2024
1.5.2 254 7/15/2024
1.5.1 203 7/12/2024
1.5.0 214 7/9/2024
Loading failed