Skip to content

V 1.6.0 - 24/08/2019

Compare
Choose a tag to compare
@AlexisHuvier AlexisHuvier released this 24 Aug 12:05
· 6 commits to master since this release

Installation : Pour installer cet update, il suffit d'utiliser pip : pip install PyEngine-2D

Changelog :

  • Window : Add limit_fps property
  • WindowCallbacks : Add RUNWINDOW Callback
  • ControlComponent : Rework to work with physic engine
  • ControlComponent : Remove DOUBLEJUMP ControlType
  • SpriteComponent : Set origin of sprite to center
  • SpriteComponent-AnimComponent : Add flipx and flipy properties
  • PhysicsComponent : Rework with a physic engine (Pymunk)
  • Selector : Remove background by default
  • Optimization
  • Bug Fix : Check if object is a Vec2 doesn't work with operations
  • Bug Fix : OutOfWindow Callback return wrong object
  • Crash Fix : Crash in debug mode with Widgets added

Bugs connus :

  • X

Dependancies :

  • Python 3.5+
  • PyGame
  • NumPy
  • Pillow
  • Pymunk