Using OpenGL with Swift: Difference between revisions
PeterHarding (talk | contribs) No edit summary |
PeterHarding (talk | contribs) No edit summary |
||
| Line 9: | Line 9: | ||
* https://swiftgl.github.io/learn/01-opengl.html | * https://swiftgl.github.io/learn/01-opengl.html | ||
* https://www.opengl.org/ | * https://www.opengl.org/ | ||
* | * https://registry.khronos.org/OpenGL/index_gl.php | ||
* | * | ||
* | * | ||
| Line 18: | Line 18: | ||
= OpenGL Notes = | |||
* https://www.opengl.org/ | |||
* https://registry.khronos.org/OpenGL/index_gl.php | |||
* | |||
[[Category:OpenGL]] | [[Category:OpenGL]] | ||
[[Category:Swift]] | [[Category:Swift]] | ||
Latest revision as of 10:10, 19 December 2024
Links[edit]
- 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/
- https://swiftgl.github.io/learn/01-opengl.html
- https://www.opengl.org/
- https://registry.khronos.org/OpenGL/index_gl.php
Or Maybe use Metal on macOS[edit]