Skip to content

Releases: MrScautHD/Sparkle

v4.0.1

09 Jul 14:58
bfac740
Compare
Choose a tag to compare

Logo

Greetings to Sparkle-v4.0.1! πŸŽ‰

Explore the changelog detailing the enhancements and updates introduced in the 4.0.1 release!

πŸ“š Changelog:

  • Fix MacOS (ProcAdress)

Full Changelog: v4.0.0...v4.0.1

v4.0.0

07 Jul 08:35
45d0d90
Compare
Choose a tag to compare

Logo

Greetings to Sparkle-v4.0.0! πŸŽ‰

Explore the changelog detailing the enhancements and updates introduced in the 4.0.0 release!

πŸ“š Changelog:

  • NOTE: Moved from Raylib-cs to Raylib-CSharp.
  • Adding GlobalPos and OffsetPos to Component.
  • Disabled Screen recording by pressing F12.
  • Adding Box2D for 2D Physics.
  • Replaced MaterialBuilder with MaterialManipulator.
  • Improved Effects.

πŸ’₯ Filter Effects:

  • Adding FXAA Effect.
  • Adding GrayScale Effect.
  • Adding Posterization Effect.
  • Adding DreamVision Effect.
  • Adding Pixelizer Effect.
  • Adding CrossHatching Effect.
  • Adding CrossStitching Effect.
  • Adding Predator Effect.
  • Adding Scanlines Effect.
  • Adding Fisheye Effect.
  • Adding Sobel Effect.
  • Adding Bloom Effect.
  • Adding Blur Effect.

πŸ› Fixed Issues:

  • Resolve issue where Animations pause instead of stoping.
  • Resolve issue where Skybox let you not set colors.
  • Resolve issue where you can not set the Active Camera.
  • Resolve issue where the Skybox render after the entities.
  • Resolve the issue of documentation not being uploaded on NuGet.
  • Resolve the issue of duplicated GUI element textures by adjusting their dimensions larger than the texture itself.
  • Resolve the issue where the Stop/Pause method in AnimationPlayer was broken.

Full Changelog: v3.0.2...v4.0.0

v3.0.2

14 Mar 19:01
Compare
Choose a tag to compare

Logo

Greetings to Sparkle-v3.0.2! πŸŽ‰

Explore the changelog detailing the enhancements and updates introduced in the 3.0.2 release!

πŸ“š Changelog:

  • Resolved issue where NuGet failed to store content.

Full Changelog: v3.0.0...v3.0.2

v3.0.0

12 Mar 19:12
Compare
Choose a tag to compare

Logo

Greetings to Sparkle-v3.0.0! πŸŽ‰

Explore the changelog detailing the enhancements and updates introduced in the 3.0.0 release!

πŸ“š Changelog:

  • Added Skybox.
  • Added FileHelper functionality to streamline the binding process of Raylib methods.
  • Added RandomHelper for offering functions for generating random values.
  • Added MaterialProcessor and MaterialContent functionalities for loading materials without the need for a model.
  • Added AddUnmanagedContent to seamlessly integrate additional content into the already loaded within the ContentManager.
  • Added CryptoProvider for file encryption and decryption.
  • Cleanup the Config system and renamed it to JsonConfig for improved clarity and organization.
  • Replace FileManager with FileAccessor.

  • Resolved issue where NuGet failed to store content.
  • Resolved issue where materials of models were not being unloaded.
  • Improved rendering of models to significantly improve the performance.

Full Changelog: v2.2.0...v3.0.0

v2.2.0

11 Feb 14:44
f3c4160
Compare
Choose a tag to compare

Logo

Greetings to Sparkle-v2.2.0! πŸŽ‰

Explore the changelog detailing the enhancements and updates introduced in the 2.2.0 release!

πŸ“š Changelog:

  • Add the ContainsOrientedBox method within the Frustum class.
  • Add the ModelAnimationPlayer in the ModelRenderer (Component) to handle animations for models.
  • Add the Effect abstraction to simplify shader implementation.
  • Add the MaterialBuilder for enhanced simplicity when working with materials.
  • Add the PBREffect for utilizing PBR shaders.

  • Fix the issue where JoltPhysics does not work on MacOS.
  • Remove Java namespace names (by @danilwhale in #21).
  • Remove GameSettings.ContentPath and ContentManager(string directory).
  • Fix the issue of allowing a ContentProcessor without the required IContentType.

Full Changelog: v2.1.0...v2.2.0

v2.1.0

13 Nov 11:54
Compare
Choose a tag to compare

Logo

Greetings to Sparkle-v2.1.0! πŸŽ‰

Explore the changelog detailing the enhancements and updates introduced in the 2.1.0 release!

Changelog

  • NOTE: Updated to Raylib-cs-v5.0.0
  • Add Directed, Pointed Light Component
  • Add Register System
  • Add IContentType to set properties by loading.
  • Add Frustum
  • Add ColorHelper
  • Fix packet logo

Full Changelog: v2.0.1...v2.1.0