Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 557 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 557 Bytes

Swift C bindings for GLFW v3

[GLFW home page] (http://www.glfw.org)

This is a package for the open source Swift. Usage:

  • Install GLFW version 3.
  • Include dependency in your Package.swift:
let package = Package(
    dependencies: [
        .Package(url: "https://github.com/SwiftGL/CGLFW3Linux.git", majorVersion: 1)
    ]
)