Horde3D
http://www.horde3d.org/forums/

Input Libraries?
http://www.horde3d.org/forums/viewtopic.php?f=5&t=1108
Page 1 of 1

Author:  Orm [ 22.02.2010, 15:26 ]
Post subject:  Input Libraries?

I am going bonkers here. I remember seeing on the forum somewhere about a pure input library. It wasn't GLFW or SDL, it was simply an abstraction layer for different systems and how they handle input and I can't find it! I am aiming for the next stage of my project, an application framework, to only handle input and game object management and not concern itself with windowing.

EDIT: Finally found one. Here is a link in case you want to check it out. Found it via H3D's rival's wiki :D
http://sourceforge.net/projects/wgois/

If there are any others, post them here!

Author:  DDd [ 22.02.2010, 23:51 ]
Post subject:  Re: Input Libraries?

Quote:
OIS Currently Supports 100%:
Linux (With X Windows installed)
Win32 (With DirectX > 8 )

Currently In Work:
Mac OSX



Maybe i am missing something, but that does not seem very "cross-platformie". Can't really see an advantage to using it :roll:

Author:  swiftcoder [ 23.02.2010, 00:52 ]
Post subject:  Re: Input Libraries?

DDd wrote:
Maybe i am missing something, but that does not seem very "cross-platformie". Can't really see an advantage to using it :roll:
I messed around with it back when Ogre decided to use it to replace all their own platform-specific code, and it was a nightmare then. I understand it has improved a bit since then, but it still seems a little bit pointless.

The whole idea of separating input from windowing never made any sense to me:

For one thing, most platforms have a very tight coupling between input and windowing (i.e. they share the same event queue, mouse events are provided in window-system coordinates, etc.).

For another, you can't actually use the separated event system across multiple windowing systems on the same platform (i.e SDl vs QT vs wxWidgets vs native API), because the integration of different event loops and GUI elements usually screws it up.

Author:  Orm [ 23.02.2010, 14:16 ]
Post subject:  Re: Input Libraries?

Alright, GLFW-lite it is then. :mrgreen: I'm going to be adapting FalconPL (scripting language) to the framework anyway, so the GLFW_ prefix to event tags will be covered up. Thing of it is... where the hell is it?! I can't find glfw-lite anywhere.

Author:  swiftcoder [ 23.02.2010, 16:30 ]
Post subject:  Re: Input Libraries?

Orm wrote:
Thing of it is... where the hell is it?! I can't find glfw-lite anywhere.
You have to pull it out of the GLFW subversion repository on sourceforge.

Sadly, glfw-lite doesn't have 'official' packaged releases, and mainline GLFW does, but development on the mainline appears to be stalled.

Author:  Siavash [ 23.02.2010, 17:03 ]
Post subject:  Re: Input Libraries?

I would recommend SFML.

Page 1 of 1 All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/