ios-touchingMetal
ios-touchingMetal copied to clipboard
A IOS Metal Implementation with 3D rendering, textures, and a compute function.
Example of 3D rendering with Metal and Swift
Basically you will find in this Swift project:
- 3D Model loading, texturizing and rendering.
- Shaders: vertex, fragment and kernel. In the kernel I implemented
Loki
for Random generation of colors. You can check the repo here