Zip files containing the binaries for Gorgon v3.2.30.304
The Gorgon_3.2.30.304 zip file contains the libraries for use in development environments, and the editor. This contains only the binaries.
The Gorgon_Debug_3.2.30.304 zip file contains debug versions of the libraries and plug ins. This debug version contains more extensive error checking and messages to help diagnose problems. It is strongly recommended that developers use this when writing their applications and switch to the release version when deploying.
Note: In order to use the debug version, or any applications compiled against the debug version, you will need to have the Direct3D SDK Layers installed. To install, go to System Settings -> Add or remove programs -> Apps & features -> Manage optional features in Windows, and add the Graphics Tools option.
The Gorgon_Examples_3.2.30.304 zip file contains the binaries for the example applications included with Gorgon. It is strongly recommended that you download this if you're uncertain whether Gorgon will suit your needs or not.
Changes:
- 3a3e616 [Graphics] - Added support for v11.0 of Avalonia. This introduces a new Avalonia control that developers can place in their application start rendering into their UI.
- c5dc13b [Animation] - Fixed bug in GorgonAnimationBuilder Build method where the last frame of an animation would have a display length of 0 seconds (i.e. it was skipped) when no animation length was passed to the method. The fix was to add a minimum frame length to the total length of the animation. However, this is not ideal in some cases, so passing the Length parameter for the animation is suggested.
- c5dc13b [Graphics] - Fixed bug in CreateRenderTarget for GorgonRenderTarget2DView and GorgonRenderTarget3DView where a ReadWrite binding would be ignored.
This list of changes was auto generated.