SMRenderer2D 1.0.15

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

// Install SMRenderer2D as a Cake Tool
#tool nuget:?package=SMRenderer2D&version=1.0.15

A 2D render engine, that is designed to be easly extended and modified. It was completly written in OpenTK.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5.2

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.15 419 9/30/2021
1.0.14 351 5/14/2021
1.0.13 320 5/12/2021
1.0.12.1 314 5/5/2021
1.0.12 320 5/5/2021
1.0.11.3 326 5/2/2021
1.0.11.2 332 5/2/2021
1.0.11.1 300 4/24/2021
1.0.11 324 4/22/2021
1.0.10.1 322 4/19/2021
1.0.10 326 4/19/2021
1.0.9.1 329 4/1/2021
1.0.9 296 3/30/2021
1.0.8 314 3/28/2021
1.0.7.1 318 3/27/2021
1.0.7 326 3/26/2021
1.0.6.1 341 3/24/2021
1.0.6 335 3/24/2021
1.0.5 316 3/20/2021
1.0.4 356 3/20/2021
1.0.3.1 384 3/19/2021
1.0.3 386 3/19/2021
1.0.2 360 3/19/2021
1.0.1 389 3/19/2021
1.0.0 403 3/19/2021

SM.Base:
+ Font.BaselineAdjust
+ GenericTransformation.ForceCalculateMatrix()
+ SM.Base.Controls.Mouse now has a feature to disable tracking.
+ Replaced Bloom Effect with the similar system how blender use it.
+ You can now disable ANY post processing effects.
+ Interpolation for CVectors.
+ MathUtils
+ RenderPipelines now have a central list for post processing effects.
+ CVectorBase.Interpolate has now a "autoStart"-parameter.
+ CVectorBase.Interpolate has now a option to insert a start value.

~ Moved Interpolate methods to CVectorBase with Type-param.
~ Made sure, you can't get a higher multisampling as 8.
~ Allowed PostProcessUtility.FinalizeHDR to select a color curve.
~ Log-System is now ignored if a debugger is attached.
~ Post Processing Shader does now send the texel size as the "renderedTextureTexelSize"-uniform.
~ Improved Text Rendering
~ Made Mouse.InScreen public to set.
~ Fixed a issue, where the program crashes, when DrawText has a empty string.
~ Fixed a issue, where the program crashes, when no render-instances are avaliable, but the shader requires at least one.
~ Fixed a issue, where the program crashes, when minimizing the window.

SM.OGL:
+ ColorAttachments now contain a reference to the framebuffer its connected.
+ ColorAttachments can now have a own size.
+ Framebuffer.Append(string key, Vector2 size, int pos)
+Framebuffers now have a method to completely reset itself.
+ Framebuffers now have a Blit-method called "CopyTo".

~ Framebuffer.GetCurrentlyActive() will now return an actual SM.OGL.Framebuffer-object.
~ Renderbuffers now are a class and contain the ID by itself.
~ Renamed Uniform-function to its class-name: f.E. SetBool, SetFloat instead of SetUniform1