Using OpenGL with Swift: Difference between revisions
PeterHarding (talk | contribs) Created page with "= Links = * https://github.com/SwiftGL/OpenGL * https://forums.swift.org/t/using-opengl-from-swift/19480 * https://gist.github.com/xhjkl/6e9e58428d51b0a5c92f6f83d648effa * https://swiftgl.github.io/ * https://github.com/tayloraswift/swift-opengl * https://onemorething.technology/exploring-opengl-in-swift-a-comprehensive-guide-to-graphics-programming/ * * Category:OpenGL Category:Swift" |
PeterHarding (talk | contribs) No edit summary |
||
| Line 9: | Line 9: | ||
* | * | ||
* | * | ||
= Or Maybe use Metal on macOS = | |||
* https://www.kodeco.com/7475-metal-tutorial-getting-started | |||
[[Category:OpenGL]] | [[Category:OpenGL]] | ||
[[Category:Swift]] | [[Category:Swift]] | ||
Revision as of 10:07, 19 December 2024
Links
- https://github.com/SwiftGL/OpenGL
- https://forums.swift.org/t/using-opengl-from-swift/19480
- https://gist.github.com/xhjkl/6e9e58428d51b0a5c92f6f83d648effa
- https://swiftgl.github.io/
- https://github.com/tayloraswift/swift-opengl
- https://onemorething.technology/exploring-opengl-in-swift-a-comprehensive-guide-to-graphics-programming/