Skip to content

Releases: mecanicascience/PhysicsSimulationEngine

v3.1.4

01 Aug 18:29
Compare
Choose a tag to compare
  • Added an option that allows exporting video from your animation (see Record class and the documentation for more infos)
  • Added a bezier curve drawing function
  • Fixed security concerns
  • Updated translate(), rotate(), scale(), push() and pop() functions that know perfectly works with the custom coordinates system
  • Fixed minor and major bugs (like in the Vector.set() function)
  • Fixed critical error in Drawer3D

v3.0.4

24 Jun 17:46
Compare
Choose a tag to compare
  • Added 3D basics
  • Fixed 2D and 3D Vector bugs
  • Fixed grid display
  • Added a brand new 2D displacement option
  • Allowed 2D primitives to use simulation width and height instead of only pixels
  • 3D rendering does now render lines in 3D
  • Added many 2D and 3D primitives and commands
  • Fixed many rendering bugs

v2.2.1

29 May 21:56
Compare
Choose a tag to compare
  • Changed Text display to Tex display
  • Added a drawer rect() function to draw rectangles
  • Changed Vectors coordinates function (added partial 3D handeling)
  • Added BoucingBall example
  • Renamed a lot of classes (/!\ Warning /!)
  • Added a pSTriangle class
  • Fixed minor bugs and refactored code

v2.1.1

05 May 20:53
Compare
Choose a tag to compare
  • Changed all of the engine source code mode
  • Added code description for browser refactor with code console inspecter
  • Added beginning of animations

v1.3.4

22 Feb 18:00
Compare
Choose a tag to compare
  • Refactored and optimized the Vector class
  • Added more static Vector methods
  • Updated Vector class documentation
  • Renamed property text to name
  • Really really optimized Vector drawing
  • Really really really really optimized frame rendering (corrected bug using requestAnimationFrame method)
  • Fixed bugs

v1.2.6

09 Feb 16:01
Compare
Choose a tag to compare
  • Added local testing functionalities (created new npm and grunt commands)
  • Added Text support, with a new class called Point
  • Created more static and basic Vector methods
  • Fixed minor bugs

v1.1.0

15 Dec 16:38
Compare
Choose a tag to compare
  • Added getEngineConfig() and getCustomConfig() functions
  • Added a line drawing function
  • Bugs correction

v1.0.0

15 Dec 15:03
Compare
Choose a tag to compare
  • Initial commit and functionnalities