Newton Dynamics v3.14.c Release Notes

Release Date: 2020-05-02 // almost 4 years ago
  • v3.14c
    ๐Ÿ›  -fixed some compiler error on diffrent platform and few logical bugs..
    v3.14b
    ๐Ÿ›  -fixed bad bug on mass matrix diagonalization using wrong incorrect guess.
    v3.14a
    -some demos were disabled
    -fix bug on solver initial guess making is too violent.
    ๐Ÿง -some improvement to the cmake script now can generates builds for Linux, MinWG and Android.
    v3.14
    -Joint solver is now more stable, accurate and faster.
    -general parallel solvers with special optimizations for specific CPUs,
    ๐Ÿšง with version for AVX, AVX2, SSE4.2 and a work in progress GPU based on Vulcan.
    -Collision shapes now has per shape materials that the user can use for storing application data.
    ๐Ÿ‘ -Collision System is now more multithreaded, with better analytical contact filters to determine essential contacts.
    โšก๏ธ -Special support libraries base of the listener system that allows the user to make their own system for controlling arrangements of rigid bodies, collision shapes, Joints from pre and post update methods.
    -Plenty of example demos to demonstrate how to use the various functionality.
    ๐Ÿง -CMake scripts tested on Window, Linux and Macs.
    ๐Ÿ›  -Many bug fixed and optimizations with focus on parallel executions