Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

OxyEngine 0.2.0 Progressive Marmot

Latest
Compare
Choose a tag to compare
@seclerp seclerp released this 22 Apr 20:24

22.04.2018 - (unstable)

  • Moved to MonoGame as base framework, instead of OpenTK
  • Removed OxyPlayground
  • OxyFramework now becomes part of OxyEngine
  • Python scripting support moves to OxyEngine.Python package
  • Entity Component System base, also:
    • Ready to use components
    • Ready to use entities
    • Implemented systems: DrawSystem, GenericSystem
  • Add Python stacktrace on exception
  • Resources module caching
  • Input module update:
    • Support for gamepads
    • Get/set mouse position
    • Get mouse wheel state
  • Graphics module update:
    • Add ability to draw only part of Texture using Rectangle (#32)
    • Add ability to set origin point for Graphics.Draw (#29)
  • Audio module update:
    • Support of the formats .mp3, .ogg
  • Alt+F4 to close window on Windows (#28)
  • Various bug fixes