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 |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
* https://github.com/tayloraswift/swift-opengl | * https://github.com/tayloraswift/swift-opengl | ||
* https://onemorething.technology/exploring-opengl-in-swift-a-comprehensive-guide-to-graphics-programming/ | * 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 = | |||
* https://www.kodeco.com/7475-metal-tutorial-getting-started | |||
= 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]