Extern: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Warning: This page is complete outdated and needs to be rewritten.
The Extern subsystem consists of libraries that are not part of the OpenMW project, but of which a copy is kept in the repository anyway:


The Extern subsystem consists of libraries that are not part of the OpenMW project, but of which a copy is kept in the repository anyway:
== oics ==


== Caelum ==
Fork of the [http://sourceforge.net/p/oics/home/Ogre%20demo/ OIS Input Control System] project, a library that makes it easy to handle input configurations for mouse, keyboard and joysticks by routing bindings through abstract ''channels''. We use it for OpenMW's in-game key binding menu. When OpenMW [https://github.com/zinnschlag/openmw/pull/925 switched] to SDL2 input, modifications to ''oics'' were made to use SDL2 for input in place of OIS.


Currently used for sky-rendering. It has not been decided yet, if Caelum will be extended or replaced.
The abstract design of ''oics'' made it relatively painless for OpenMW to start supporting [https://github.com/OpenMW/openmw/pull/501 joysticks].


== MyGUI ==
== osg-ffmpeg-videoplayer ==


Used to implement the in-game GUI.
A port of the [https://github.com/scrawl/ogre-ffmpeg-videoplayer ogre-ffmpeg-videoplayer] project, which is now in extern/ for historical reasons. We might move it to components/ at some point.

Latest revision as of 22:19, 15 July 2015

The Extern subsystem consists of libraries that are not part of the OpenMW project, but of which a copy is kept in the repository anyway:

oics

Fork of the OIS Input Control System project, a library that makes it easy to handle input configurations for mouse, keyboard and joysticks by routing bindings through abstract channels. We use it for OpenMW's in-game key binding menu. When OpenMW switched to SDL2 input, modifications to oics were made to use SDL2 for input in place of OIS.

The abstract design of oics made it relatively painless for OpenMW to start supporting joysticks.

osg-ffmpeg-videoplayer

A port of the ogre-ffmpeg-videoplayer project, which is now in extern/ for historical reasons. We might move it to components/ at some point.