Excalibur 0.24.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Excalibur --version 0.24.0
                    
NuGet\Install-Package Excalibur -Version 0.24.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="Excalibur" Version="0.24.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Excalibur" Version="0.24.0" />
                    
Directory.Packages.props
<PackageReference Include="Excalibur" />
                    
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 Excalibur --version 0.24.0
                    
#r "nuget: Excalibur, 0.24.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.
#:package Excalibur@0.24.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Excalibur&version=0.24.0
                    
Install as a Cake Addin
#tool nuget:?package=Excalibur&version=0.24.0
                    
Install as a Cake Tool

image

Breaking Changes

  • Remove obsolete .extend() semantics in Class.ts as as well as related test cases.

Added

  • Added new option for constructing bounding boxes. You can now construct with an options object rather than only individual coordinate parameters. (#1151)
  • Added new interface for specifying the type of the options object passed to the bounding box constructor.
  • Added the ex.vec(x, y) shorthand for creating vectors. (#1340)
  • Added new event processed to Sound that passes processed string | AudioBuffer data. (#1474)
  • Added new property duration to Sound and AudioInstance that exposes the track's duration in seconds when Web Audio API is used. (#1474)

Changed

  • Animation no longer mutate underlying sprites, instead they draw the sprite using the animations parameters. This allows more robust flipping at runtime. (#1258)
  • Changed obsolete decorator to only log the same message 5 times. (#1281)
  • Switched to core-js based polyfills instead of custom written ones (#1214)
  • Updated to TypeScript@3.6.4 and node 10 LTS build
  • Sound.stop() now always rewinds the track, even when the sound is paused. (#1474)

Deprecated

  • ex.Vector.magnitude() will be removed in v0.25.0, use ex.Vector.size(). (#1277)

Fixed

  • Fixed Excalibur crashing when displaying both a tilemap and a zero-size actor (#1418)
  • Fixed animation flipping behavior (#1172)
  • Fixed actors being drawn when their opacity is 0 (#875)
  • Fixed iframe event handling, excalibur will respond to keyboard events from the top window (#1294)
  • Fixed camera to be vector backed so ex.Camera.x = ? and ex.Camera.pos.setTo(...) both work as expected(#1299)
  • Fixed missing on/once/off signatures on ex.Pointer (#1345)
  • Fixed sounds not being stopped when Engine.stop() is called. (#1476)

Thanks to @JeTmAn1981, @gargrave, @SirKitboard, @Guzzler, @saahilk, @djcsdy, @chrispanag, @MaanasArora, @jlennox, @jweissman, @HParker, @jurca, and @DaVince for their contributions!

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.31.0 165 9/27/2025
0.30.3 316 1/2/2025
0.30.2 288 12/26/2024
0.30.1 320 12/13/2024
0.29.3 317 5/5/2024
0.29.2 366 4/7/2024
0.29.1 351 2/23/2024
0.29.0 377 2/20/2024
0.28.7 362 1/27/2024
0.28.6 343 1/13/2024
0.28.5 380 1/6/2024
0.28.4 365 12/22/2023
0.28.3 343 12/12/2023
0.28.2 399 12/2/2023
0.28.0 466 8/11/2023
0.25.3 864 2/6/2022
0.25.2 745 1/22/2022
0.25.1 821 11/6/2021
0.25.0 711 10/4/2021
0.24.5 1,043 9/7/2020
0.24.4 986 9/3/2020
0.24.3 993 5/10/2020
0.24.1 851 4/24/2020
0.24.0 919 4/24/2020
0.23.0 1,091 6/8/2019
0.22.0 1,061 4/6/2019
0.21.0 1,228 2/2/2019
0.20.0 1,219 12/23/2018
0.19.1 1,227 10/23/2018
0.19.0 1,315 10/13/2018
0.18.0 1,596 8/4/2018
0.17.0 1,883 6/16/2018
0.16.0 1,951 4/6/2018
0.15.0 1,503 2/17/2018
0.14.0 1,911 12/2/2017
0.13.0 1,857 10/7/2017
0.12.0 1,957 8/12/2017
0.11.0 2,031 6/10/2017
0.10.0 2,002 4/8/2017
0.9.0 2,019 2/10/2017
0.8.0 1,691 12/4/2016
0.7.1 2,394 10/4/2016
0.7.0 2,396 8/30/2016
0.6.0 2,660 1/20/2016
0.5.1 2,228 6/26/2015
0.5.0 2,170 6/4/2015
0.2.2 2,557 4/16/2014
0.2.1 2,404 4/16/2014
0.2.0 2,414 4/10/2014
0.1.1-alpha 2,037 12/19/2013
0.1.0-alpha 2,136 12/12/2013