Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshb/cocoaopengl-swift
A simple example of using Swift to create an OpenGL application for macOS, iOS, and tvOS.
https://github.com/joshb/cocoaopengl-swift
cocoa ios macos opengl opengl-es swift tvos
Last synced: about 1 month ago
JSON representation
A simple example of using Swift to create an OpenGL application for macOS, iOS, and tvOS.
- Host: GitHub
- URL: https://github.com/joshb/cocoaopengl-swift
- Owner: joshb
- License: bsd-2-clause
- Created: 2015-06-25T15:05:39.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2020-12-30T01:19:10.000Z (almost 4 years ago)
- Last Synced: 2024-10-23T22:18:32.053Z (2 months ago)
- Topics: cocoa, ios, macos, opengl, opengl-es, swift, tvos
- Language: Swift
- Homepage:
- Size: 607 KB
- Stars: 65
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CocoaOpenGL-Swift
=================This is a simple example of using Swift to create an OpenGL application for macOS, iOS, and tvOS. It features a rotating, normal mapped cylinder that is illuminated by three moving point lights of different colors.
![CocoaOpenGL-Swift](CocoaOpenGL-Swift.png)
Aside from the vertex and fragment shaders written in GLSL, all of the application code is written in Swift.
This application was developed by [Josh Beam](https://joshbeam.com/) and is distributed under a [BSD-style license](LICENSE).