Skip to content

ruhlio/CGLFW3Linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
    ]
)

About

Swift C bindings for GLFW v3 (Linux)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 56.8%
  • Swift 43.2%