Latest | 2.7.6 |
---|---|
Homepage | http://www.glfw.org |
License | zlib/libpng |
Platforms | osx |
Frameworks | IOKit, OpenGL, Cocoa |
Latest podspec
{ "name": "glfw", "version": "2.7.6", "summary": "GLFW is a free, Open Source, multi-platform library for opening a window, creating an OpenGL context and managing input.", "description": " GLFW is a free, Open Source, multi-platform library for opening a window,n creating an OpenGL context and managing input. It is easy to integrate inton existing applications and does not lay claim to the main loop.nn GLFW is written in C and has native support for Windows, Mac OS X and many Unix-like systems using the X Window System, such as Linux and FreeBSD.n", "homepage": "http://www.glfw.org", "license": { "type": "zlib/libpng", "file": "COPYING.txt" }, "authors": "glfw project", "source": { "svn": "http://glfw.svn.sourceforge.net/svnroot/glfw/tags/2.7.6/" }, "platforms": { "osx": null }, "source_files": [ "lib/*.{c,h}", "lib/cocoa", "include/**/*.h" ], "public_header_files": "include/**/*.h", "header_mappings_dir": "include", "frameworks": [ "IOKit", "OpenGL", "Cocoa" ], "requires_arc": false }
Tue, 01 Mar 2016 16:32:02 +0000