Beta versions are not as thoroughly tested as stable

Beta versions are not as thoroughly tested as stable

Beta branch

Construct Animate r382

Tween updates, bug fixes & more

05 March, 2024 ()

Email Me New Releases

Don't miss out on the latest and greatest new features in Construct Animate

Notes

In this release we've made some changes to framerate handling to clear up some confusion. Firstly, the standard frames per second (FPS) measurement previously actually measured ticks per second, and so could still read 60 FPS even if nothing was being rendered, which happens when nothing is changing. We've changed it to now only measured rendered frames per second, so it will drop to 0 when nothing is being rendered. We've added back a separate ticks per second (TPS) measurement which reflects the old measurement. This all makes it clearer to identify the rate at which frames are drawn and ticks are processed, which are not always the same. We've also changed the 'Set min/max framerate' action to 'Set min/max delta-time' to more accurately reflect what it does, as using the term 'framerate' is a bit misleading there.

Other than that there's some updates to the Tween behavior, Flowcharts, and a few bug fixes. Note we're also enabling WebGPU by default (when 'Auto' is selected) for the runtime in beta releases only, to help get wider testing of WebGPU. It will likely remain off by default for the next stable release to make sure it's ready, but this is a step on the way to having it on by default everywhere. Happy testing!

Like this Release?

Let us know with a thumbs up!

UpvoteUpvote 13 DownvoteDownvote
Launch r382

Changelog iconNew Additions

Not favoritedFavorited Favorited 0 favourites
Tween behaviour: 'Is ping-pong' condition
Not favoritedFavorited Favorited 1 favourites
New example 'Simple synth'
Not favoritedFavorited Favorited 0 favourites
Tween behaviour: 'PlaybackRate' expression
Not favoritedFavorited Favorited 0 favourites
Platform Info: expressions 'FramesPerSecond' and 'TicksPerSecond'

Changelog iconChanges

Not favoritedFavorited Favorited 0 favourites
Flowcharts: allow connecting multiple outputs of a node into the same input
Not favoritedFavorited Favorited 0 favourites
FPS measurement now only measures rendered frames
Not favoritedFavorited Favorited 0 favourites
Project WebGPU mode 'Auto' now means enabled for beta releases only

Changelog iconBug Fixes

Not favoritedFavorited Favorited 0 favourites
Layout View: possible crash trying to copy too much data
Not favoritedFavorited Favorited 0 favourites
Possible crash undo/redoing changes involving meshes
Not favoritedFavorited Favorited 0 favourites
Animations editor: properly style the settings dialog for light/dark themes
Not favoritedFavorited Favorited 0 favourites
Improve robustness of offline caching for very large projects

Changelog iconScripting updates

Not favoritedFavorited Favorited 0 favourites
Add IRuntime properties 'framesPerSecond', 'ticksPerSecond'; deprecate 'fps'

Share Construct Animate Release r382 Now

  • 0 Comments

Want to leave a comment? Login or Register an account!