Releases: explorablescience/PhysicsSimulationEngine
Releases · explorablescience/PhysicsSimulationEngine
v3.1.4
- Added an option that allows exporting video from your animation (see Recordclass and the documentation for more infos)
- Added a bezier curve drawing function
- Fixed security concerns
- Updated translate(),rotate(),scale(),push()andpop()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
- 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
- Changed Text display to Tex display
- Added a drawer rect()function to draw rectangles
- Changed Vectors coordinates function (added partial 3D handeling)
- Added BoucingBallexample
- Renamed a lot of classes (/!\ Warning /!)
- Added a pSTriangleclass
- Fixed minor bugs and refactored code
v2.1.1
v1.3.4
- Refactored and optimized the Vectorclass
- Added more static Vectormethods
- Updated Vectorclass documentation
- Renamed property texttoname
- Really really optimized Vector drawing
- Really really really really optimized frame rendering (corrected bug using requestAnimationFramemethod)
- Fixed bugs