alec101 / OSInteraction

Multi-monitors / HID handling / everything you need for an OpenGL application or game under Windows/Mac/Linux
23 stars 3 forks source link

Major change in directory structure and Makefiles for linux plus others #1

Closed ghost closed 9 years ago

ghost commented 9 years ago

Major change in directory structure, makefile for Make capable systems/pipelines, removal of compiled libs and I THINK some devstuff change linux dynamic libs are supposed to be .SO not .lib. Makefile should create the libs for the right archtectures under lib/OS-ARCH/libOSI.so and so on, we also need a visual studio project file. Added an examples folder with the example recommended, still needs to use LD_LIBRARY_PATH=OSI-DIR/lib/OS-ARCH/ if its not installed system-wide.Changed the include paths to reflect the new directory structure, added .gitignore for libs.

While these changes are working, this is more a proof of concept and i am willing to work more on this. Or undo some changes and do others as you please. There are a lot of stuff (like a CONTRIBUTING file or the Visual Studio project files) that still needs to be done.

ghost commented 9 years ago

No problem! I hope everything is alright now.

I am glad you took the time to read all the changes and this is exactly the type of response i was after.

I will open an entry on the issue tracker to discuss each of these points if you don't mind, i am not used to github manners and stuff, i hope that's alright.