CFreeGLUT

1.0.1

A quickie Swift module for the freeglut library
BradLarson/CFreeGLUT

What's New

2017-11-08T22:17:48Z

CFreeGLUT

This is a simple module map for the freeglut library, most likely to be used for Linux. I've used this in a couple of projects in Ubuntu 14.04.

To use, have something like the following in your application's Package.swift:

import PackageDescription

let package = Package(
    dependencies: [
        .Package(url: "https://github.com/BradLarson/CFreeGLUT.git", majorVersion: 1)
    ]
)

or clone this locally and use

swiftc -I ./CFreeGLUT myfile.swift

or the like to pull it in.

Then you just need an

import CFreeGLUT

in your Swift code to import the freeglut functions.

Description

  • Swift Tools 4.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Fri Mar 31 2023 13:29:54 GMT-0900 (Hawaii-Aleutian Daylight Time)