Phantom 0.1.0
dotnet add package Phantom --version 0.1.0
NuGet\Install-Package Phantom -Version 0.1.0
<PackageReference Include="Phantom" Version="0.1.0" />
<PackageVersion Include="Phantom" Version="0.1.0" />
<PackageReference Include="Phantom" />
paket add Phantom --version 0.1.0
#r "nuget: Phantom, 0.1.0"
#addin nuget:?package=Phantom&version=0.1.0
#tool nuget:?package=Phantom&version=0.1.0
Phantom
Phantom is a high-performance game engine built on SDL3 and its extensions (SDL_image, SDL_ttf, and SDL_mixer), designed for modern .NET 9.0+ applications.
With a clean, flexible, and intuitive API, Phantom eliminates the need for low-level coding, allowing developers to focus entirely on building their games and multimedia applications. Under the hood, it leverages SDL3’s power while maintaining a fully managed, high-level .NET experience.
Phantom & SDL3 Compatibility
Below is a list of Phantom versions and the corresponding SDL3 versions they support:
Phantom Version | SDL3 Version | SDL_image Version | SDL_ttf Version | SDL_mixer Version |
---|---|---|---|---|
>= 0.1.0 |
3.2.8 |
unsupported |
unsupported |
unsupported |
Support for SDL_image, SDL_ttf, and SDL_mixer is planned for future releases. Stay tuned!
Cross-Platform
Phantom currently supports Windows, with Linux and WebAssembly support planned for future releases.
Other platforms may be considered in the future, but there are no plans for them at this time.
Installation
Phantom is available as a NuGet package. You can install it using the following command:
dotnet add package Phantom -v 0.1.0
or by adding the following line to your .csproj
file:
<PackageReference Include="Phantom" Version="0.1.0" />
or by using the Visual Studio NuGet Package Manager.
Usage
Work in progress...
Development
To build Phantom from source, you will need the following tools installed:
Prerequisites
The SDK includes everything you need to build and run .NET applications on your machine.
Boo!
Boo
is a simple dotnet tool that allows you to setup Phantom and its dependencies.
You can install it by running the setup script in the root directory:
The script will restore/pack Boo project and install as local dotnet tool.
windows
./setup.bat
linux
./setup.sh
Usage
To install latest SDL3 version
dotnet boo sdl
To install a specific version of SDL3
dotnet boo sdl --version 3.2.8
Credits
Phantom leverages and draws inspiration from the following projects:
Product | Versions 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 is compatible. |
-
net10.0
- No dependencies.
-
net9.0
- No dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.0 | 0 | 3/15/2025 |
changelog.md