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.
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.
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.
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.
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.
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.
Complete API documentation, tutorials, and blogs can be found at the Velaptor docs website. Velaptor is powered by CASL and Silk.NET.
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.
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.
Calvin Wilkinson (KinsonDigital GitHub Organization - Owner)
Calvin Wilkinson (KinsonDigital GitHub Organization - Owner)
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.

