Pixely 0.0.8-alpha
dotnet add package Pixely --version 0.0.8-alpha
NuGet\Install-Package Pixely -Version 0.0.8-alpha
<PackageReference Include="Pixely" Version="0.0.8-alpha" />
<PackageVersion Include="Pixely" Version="0.0.8-alpha" />
<PackageReference Include="Pixely" />
paket add Pixely --version 0.0.8-alpha
#r "nuget: Pixely, 0.0.8-alpha"
#:package Pixely@0.0.8-alpha
#addin nuget:?package=Pixely&version=0.0.8-alpha&prerelease
#tool nuget:?package=Pixely&version=0.0.8-alpha&prerelease
Pixely
Pixely is a personal, highly experimental .NET game-development toolkit.
It is public for practical reasons: easier CI integration across my projects, easier sharing with peers, and less friction around GitHub's open-source tooling. The codebase is not presented as a stable engine or a supported framework; APIs, architecture, and package boundaries may change whenever that helps the projects it serves.
The project collects ideas and patterns that grew out of years of game and tool prototyping: rendering helpers, shader compilation, input/windowing, immediate-mode UI experiments, audio, content loading, events, dependency injection, and architecture/testing utilities.
Status
Experimental. Expect breaking changes.
Goals
- Keep small game prototypes fast to build.
- Prefer simple, direct APIs over general engine abstractions.
- Reuse proven pieces across my own projects.
- Preserve useful experiments in one place.
Non-goals
- Stable public API compatibility.
- Complete engine documentation.
- Broad platform/support guarantees.
- General-purpose community support.
Development
Pixely is developed by stanoddly. Since November 2025, most changes have been made through AI pair-programming: botoddly contributes the implementation work, and stanoddly reviews, directs, and merges the changes through PRs. Earlier parts of the project were mostly written manually.
License
MIT.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- Microsoft.Extensions.Logging (>= 10.0.11)
- ppy.SDL3_image-CS (>= 2026.722.0)
- ppy.SDL3_mixer-CS (>= 2026.722.0)
- ppy.SDL3_ttf-CS (>= 2026.722.0)
- ppy.SDL3-CS (>= 2026.722.0)
- SlangDxcBundle.Toolchain (= 2026.16.0)
- ZLogger (>= 2.5.10)
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 |
|---|---|---|
| 0.0.8-alpha | 62 | 8/26/2026 |
| 0.0.7-alpha | 64 | 8/25/2026 |
| 0.0.6-alpha | 53 | 8/25/2026 |
| 0.0.5-alpha | 59 | 8/23/2026 |
| 0.0.4-alpha | 59 | 8/22/2026 |
| 0.0.3-alpha | 56 | 8/21/2026 |
| 0.0.2-alpha | 59 | 8/20/2026 |
| 0.0.1-alpha | 60 | 8/19/2026 |