BoxEngine 1.0.0-alpha
This is a prerelease version of BoxEngine.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BoxEngine --version 1.0.0-alpha
NuGet\Install-Package BoxEngine -Version 1.0.0-alpha
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="BoxEngine" Version="1.0.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BoxEngine --version 1.0.0-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BoxEngine, 1.0.0-alpha"
#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.
// Install BoxEngine as a Cake Addin #addin nuget:?package=BoxEngine&version=1.0.0-alpha&prerelease // Install BoxEngine as a Cake Tool #tool nuget:?package=BoxEngine&version=1.0.0-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
BoxGameEngine
BoxGameEngine is a simple game engine for building 2D games in .NET.
Features
- Easy to use
- High performance
- Cross-platform
- Does not require an editor to create entities
- And much more...
Getting Started
Install the package:
dotnet add package BoxEngine
Usage example:
using Box; [STAThread] static void StartGame() { using var game = new Engine(new EngineSettings { Window = new Vect2(1920, 1080), Viewport = new(320, 180), Screens = [new BootScreen()], ChunkSize = 320 * 2, UseTextureHalfOffset = true, DebugDraw = false, }); game.Start(); } StartGame();
License
MIT
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.Extensions.ObjectPool (>= 9.0.0-preview.3.24172.13)
- SFML.Net (>= 2.6.0)
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 | |
---|---|---|---|
1.0.11-alpha | 31 | 11/18/2024 | |
1.0.10-alpha | 62 | 8/9/2024 | |
1.0.9-alpha | 54 | 7/27/2024 | |
1.0.8-alpha | 61 | 7/6/2024 | |
1.0.7-alpha | 59 | 7/1/2024 | |
1.0.6-alpha | 55 | 6/30/2024 | |
1.0.5-alpha | 68 | 6/29/2024 | |
1.0.4-alpha | 60 | 6/28/2024 | |
1.0.3-alpha | 54 | 6/28/2024 | |
1.0.2-alpha | 59 | 6/25/2024 | |
1.0.1-alpha | 78 | 6/25/2024 | |
1.0.0-alpha | 61 | 6/25/2024 |