Phantom 0.1.0

dotnet add package Phantom --version 0.1.0
                    
NuGet\Install-Package Phantom -Version 0.1.0
                    
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="Phantom" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Phantom" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Phantom" />
                    
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 Phantom --version 0.1.0
                    
#r "nuget: Phantom, 0.1.0"
                    
#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.
#addin nuget:?package=Phantom&version=0.1.0
                    
Install Phantom as a Cake Addin
#tool nuget:?package=Phantom&version=0.1.0
                    
Install Phantom as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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