Chroma 0.15.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Chroma --version 0.15.0
NuGet\Install-Package Chroma -Version 0.15.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="Chroma" Version="0.15.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Chroma --version 0.15.0
#r "nuget: Chroma, 0.15.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.
// Install Chroma as a Cake Addin
#addin nuget:?package=Chroma&version=0.15.0

// Install Chroma as a Cake Tool
#tool nuget:?package=Chroma&version=0.15.0

Chroma 0.15

Game

Moved the default scene to its own class.
Constructor now has an optional boolean allowing users to skip the construction of the default scene.

Window

WindowProperties are gone, all its members were moved to Window.
Added MaximumSize and MinimumSize properties.
Renamed Running state boolean to Exists.
CanResize was added to control resizable mode status.
Viewport will now correctly respond to manual resizing.

GraphicsManager

LineThickness moved to GraphicsManager.
Added VerticalSyncMode enum.
EnableVSync was renamed to VerticalSyncMode - defaults to Retrace. Added adaptive vertical sync mode. Multisample antialiasing support was added. Maximum supported mulitsampling precision property was added.

Texture

VirtualCenter was added - changes corresponding to VirtualResolution.
Center was renamed to AbsoluteCenter.

Camera

Changed X/Y/Z coordinates to be floats instead of ints.

Color

Supports construction using HSV components.

KeyModifiers

Added Shift, Ctrl, Alt, and Super wildcard modifiers for when users don't care which side was it.

IContentProvider

Interface now requires content providers to implement RegisterImporter<T>, UnregisterImporter<T> and IsImporterPresent<T>.

FileSystemContentProvider

Implements the above new methods.
Improved reliability of content disposal.

TrueTypeFont

Added UseKerning property.

RenderContext

Scissor uses System.Drawing.Rectangle instead of a custom struct now.
Overloaded Rectangle with two new prototypes allowing to specify either Vector2 and Size or straight up System.Drawing.Rectangle.
DrawString for TTFs will honor the kerning settings now.

AudioManager

Supports loading sounds from a Stream now.

Examples

TextInput: Faux terminal emulator. WindowOperations: How to change window properties.
CustomContentProvider: How to ZIP-based asset loading.
Scissors: How to use drawing scissors.
DrawBatching: How to batch and order the drawing calls.
Clipboard: How to use the clipboard.
EmptyProject: Showing off the default scene.
XboxController: Fixed color swapping
Renamed CustomCursor to CustomHardwareCursor.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Chroma:

Package Downloads
Chroma.SabreVGA

VGA emulator for Chroma Framework to aid in creation of text-based games.

Chroma.Audio.Sfxr

Sfxr playback engine for Chroma Framework

Chroma.FlexTerm

Flexible terminal emulator based on the SabreVGA text engine.

Chroma.Shine

Various utilities that make life easier but don't quite fit into the core of Chroma Framework.

ChromaSynth

ChromaSynth is an extension to the Chroma Framework allowing for audio synthesis at runtime.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.62.2 107 3/9/2024
0.62.1 132 1/21/2024
0.62.0 85 1/21/2024
0.61.1 168 1/1/2024
0.61.0 303 9/9/2023
0.60.1 170 8/25/2023
0.60.0 409 8/9/2023
0.57.1 353 12/8/2022
0.57.0 445 8/23/2022
0.56.1 424 8/11/2022
0.56.0 528 8/8/2022
0.54.2 602 4/13/2022
0.54.1 447 4/1/2022
0.54.0 452 4/1/2022
0.53.0 430 3/23/2022
0.52.2 462 2/17/2022
0.52.1 432 2/1/2022
0.52.0 661 1/6/2022
0.51.0 763 11/10/2021
0.50.0 879 10/6/2021
0.49.4 393 9/9/2021
0.49.3 401 9/9/2021
0.49.1 358 9/2/2021
0.49.0 335 8/31/2021
0.48.0 961 8/22/2021
0.47.0 341 8/12/2021
0.46.1 352 8/11/2021
0.46.0 343 8/10/2021
0.45.0 339 8/10/2021
0.44.0 351 7/25/2021
0.43.0 919 7/23/2021
0.42.0 365 7/19/2021
0.41.0 388 6/4/2021
0.40.1 784 3/24/2021
0.40.0 375 3/23/2021
0.39.1 362 3/22/2021
0.39.0 740 3/22/2021
0.38.1 840 3/10/2021
0.38.0 372 3/9/2021
0.37.4 741 3/4/2021
0.37.3 413 2/27/2021
0.37.2 355 2/25/2021
0.37.0 729 2/15/2021
0.36.0 365 2/13/2021
0.35.1 387 2/13/2021
0.35.0 384 2/13/2021
0.34.0 761 2/11/2021
0.33.0 398 2/9/2021
0.32.0 460 2/4/2021
0.31.0 409 1/26/2021
0.30.0 359 1/25/2021
0.29.0 385 1/24/2021
0.28.0 383 1/19/2021
0.27.3 793 12/22/2020
0.27.2 418 12/22/2020
0.27.1 407 12/16/2020
0.27.0 560 12/15/2020
0.26.0 440 11/20/2020
0.25.0 417 11/12/2020
0.24.0 417 11/11/2020
0.23.5 526 11/2/2020
0.23.4 541 11/1/2020
0.23.2 447 11/1/2020
0.23.1 453 11/1/2020
0.23.0 499 11/1/2020
0.22.0 442 10/31/2020
0.21.2 927 10/21/2020
0.21.1 459 10/20/2020
0.21.0 988 10/14/2020
0.20.0 1,796 9/19/2020
0.19.0 475 9/18/2020
0.18.0 553 9/18/2020
0.17.1 701 7/29/2020
0.17.0 542 7/25/2020
0.16.2 547 7/19/2020
0.16.1 445 7/16/2020
0.16.0 495 7/14/2020
0.15.0 604 7/11/2020
0.14.0-alpha 365 6/30/2020
0.13.0-alpha 327 6/24/2020
0.12.0-alpha 363 6/23/2020
0.11.0-alpha 336 6/22/2020
0.10.0-alpha 331 6/21/2020
0.9.0-alpha 534 5/31/2020
0.8.1-alpha 341 5/28/2020
0.8.0-alpha 330 5/27/2020
0.7.0-alpha 364 5/25/2020
0.6.0-alpha 344 5/25/2020
0.5.0-alpha 353 5/23/2020
0.4.0-alpha 357 5/19/2020
0.3.2-alpha 354 5/16/2020
0.3.1-alpha 361 5/15/2020
0.3.0-alpha 321 5/12/2020
0.2.1-alpha 465 5/11/2020
0.2.0-alpha 331 5/10/2020
0.1.3-alpha 334 5/10/2020
0.1.2-alpha 347 5/10/2020
0.1.1-alpha 387 5/10/2020
0.1.0-alpha 373 5/10/2020