KinsonDigital.Velaptor 1.0.0-preview.47

Prefix Reserved
This is a prerelease version of KinsonDigital.Velaptor.
dotnet add package KinsonDigital.Velaptor --version 1.0.0-preview.47
                    
NuGet\Install-Package KinsonDigital.Velaptor -Version 1.0.0-preview.47
                    
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="KinsonDigital.Velaptor" Version="1.0.0-preview.47" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KinsonDigital.Velaptor" Version="1.0.0-preview.47" />
                    
Directory.Packages.props
<PackageReference Include="KinsonDigital.Velaptor" />
                    
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 KinsonDigital.Velaptor --version 1.0.0-preview.47
                    
#r "nuget: KinsonDigital.Velaptor, 1.0.0-preview.47"
                    
#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 KinsonDigital.Velaptor@1.0.0-preview.47
                    
#: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=KinsonDigital.Velaptor&version=1.0.0-preview.47&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=KinsonDigital.Velaptor&version=1.0.0-preview.47&prerelease
                    
Install as a Cake Tool

logo

Velaptor

Build PR Status Check Unit Test PR Status Check Technical Debt Maintainability Rating Vulnerabilities Bugs Code Smells Duplicated Lines (%) Codecov Latest Nuget Release Nuget Downloads Good First GitHub Issues Discord

NOTICE

This library is still under development and is not at v1.0.0 yet! However, all major features are available, so we encourage you to use Velaptor and provide feedback. That is what open source is all about.

About Velaptor

Velaptor is a 2D game development framework written in modern C# that strives to be simple and easy to use. Game development can be difficult, which is one reason why Velaptor was developed. It takes care of all of the lower-level, more complicated things for creating a game, like playing sound, loading graphics, managing content, multi-platform, and dealing with input, just to name a few. This way, you can concentrate on developing your game or multi-media application.

Features

Cross-Platform

Our architecture prioritizes cross-platform dependencies to deliver a consistent environment across all operating systems. In cases where unified libraries do not exist, Velaptor leverages native, platform-specific implementations without compromising the core API.

Easy To Use

One of the goals of this library is to make it easy to use. We aim to ensure consistent naming conventions, documentation, and first-class API usability.

Flexible Content Loading System

Velaptor can load texture atlas data for its rendering, as well as single images and sound content. The content loading system is flexible and has an API that can be extended to load custom content for your games.

Content Caching

Assets like images and sounds are cached in memory for optimal performance, preventing redundant disk I/O when the same content is requested again. For specialized workflows, you can easily build and integrate a custom content loader.

**Feature Demo **

FeatureDemoVideo

Documentation and Resources

Complete API documentation, tutorials, and blogs can be found at the Velaptor docs website. Velaptor is powered by CASL and Silk.NET.

Contributing

These projects are fueled by personal passion and are actively maintained with regular updates, improvements as well as a commitment to code quality. As the ecosystem grows, I am looking to transition from a solo effort to a community-backed model. Whether you are interested in contributing code to help build new features or providing monetary support to help cover infrastructure and development time, your involvement makes a positive impact. We encourage and use early pull requests. Please do not wait until you are finished with your work before creating a PR! Click here to learn how to create an early pull request.

Financial Support

Maintaining these projects takes a significant amount of time and resources. Velaptor is open source and, but the work behind it isn't. Contributing toward development is the most direct way to keep it moving forward: faster bug fixes, new features, and continued cross-platform support.

Maintainers

x-logo-light-mode Calvin Wilkinson (KinsonDigital GitHub Organization - Owner) bluesky-logo Calvin Wilkinson (KinsonDigital GitHub Organization - Owner)

Licensing And Governance

Contributor Covenant GitHub This software is distributed under the very permissive MIT license, and all dependencies are distributed under MIT-compatible licenses. This project has adopted the code of conduct defined by the Contributor Covenant to clarify the expected behavior in our community.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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 KinsonDigital.Velaptor:

Package Downloads
KinsonDigital.VelaptorAseprite

2D game or application development framework that provides 2D rendering, audio, keyboard and mouse input, etc.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-preview.47 201 6/18/2026
1.0.0-preview.46 172 5/23/2026
1.0.0-preview.45 102 5/22/2026
1.0.0-preview.44 659 2/9/2026
1.0.0-preview.43 131 10/25/2025
1.0.0-preview.42 252 9/21/2025
1.0.0-preview.41 406 2/7/2025
1.0.0-preview.40 197 1/7/2025
1.0.0-preview.39 250 12/23/2024
1.0.0-preview.38 297 9/17/2024
1.0.0-preview.37 499 8/11/2024
1.0.0-preview.36 495 5/5/2024
1.0.0-preview.35 238 4/20/2024
1.0.0-preview.34 238 3/7/2024
1.0.0-preview.33 197 2/1/2024
1.0.0-preview.32 223 1/16/2024
1.0.0-preview.31 235 1/2/2024
1.0.0-preview.30 346 11/6/2023
1.0.0-preview.29 220 10/23/2023
1.0.0-preview.28 224 10/5/2023
Loading failed