VOOZH about

URL: https://www.nuget.org/packages/Cocos2D-Mono.DesktopGL/

⇱ NuGet Gallery | Cocos2D-Mono.DesktopGL 2.5.9




👁 Image
Cocos2D-Mono.DesktopGL 2.5.9

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Cocos2D-Mono.DesktopGL --version 2.5.9
 
 
NuGet\Install-Package Cocos2D-Mono.DesktopGL -Version 2.5.9
 
 
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="Cocos2D-Mono.DesktopGL" Version="2.5.9" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cocos2D-Mono.DesktopGL" Version="2.5.9" />
 
Directory.Packages.props
<PackageReference Include="Cocos2D-Mono.DesktopGL" />
 
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 Cocos2D-Mono.DesktopGL --version 2.5.9
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cocos2D-Mono.DesktopGL, 2.5.9"
 
 
#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 Cocos2D-Mono.DesktopGL@2.5.9
 
 
#: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=Cocos2D-Mono.DesktopGL&version=2.5.9
 
Install as a Cake Addin
#tool nuget:?package=Cocos2D-Mono.DesktopGL&version=2.5.9
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

<div align="center">

👁 Cocos2D-Mono

MonoGame powered built the cocos2d way!

Check out the docs!

👁 DesktopGL (Windows/Linux/macOS)
👁 Windows
👁 macOS
👁 Linux
👁 Android
👁 iOS

</div>

Getting Started

Check out the guides!

Contributing

Thanks so much for your interest in cocos2d-mono and wanting to contribute to the project! Here's a guide to help you get started.

Product Versions Compatible and additional computed target framework versions.
.NET net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.6.0-preview.4 82 1/8/2026
2.6.0-preview.3 271 11/12/2025
2.6.0-preview.2 174 10/21/2025
2.6.0-preview.1 175 10/6/2025
2.5.9 145 4/3/2026
2.5.8 372 3/20/2026
2.5.7 126 2/21/2026
2.5.6 170 1/8/2026
2.5.5 319 10/21/2025
2.5.4 214 9/26/2025
2.5.3 282 6/5/2025
2.5.2 232 5/3/2025
2.5.1 244 4/5/2025
2.5.0 281 1/26/2025
2.4.8.3 211 1/14/2025
2.4.8.2 276 11/25/2024
2.4.8.1 242 10/23/2024
2.4.8 252 10/17/2024
2.4.7.18 253 9/24/2024
2.4.7.17 278 9/9/2024
Loading failed

- Added CCDrawNodeRetained for retained-mode drawing with shape handles (move, recolor, remove without Clear)
- Added CCPixelLabel optimized for frequent text updates with pre-cached character textures
- Added CCSoundHandle for per-instance audio control (volume, pan, pitch, stop, pause)
- Added CCFontManager for easy switching between content pipeline and direct TTF font loading
- Added CCCollision category/mask filtering with CollisionCategory and CollisionCategoryMask on CCNode
- Added CCEaseMath standalone easing utilities (Quad, Cubic, Lerp, ExpSmooth)