On The Subject Of A Metal Renderer in Swift Playgrounds
-
A Metal Renderer in Swift Playgrounds (Part 5) Jun 26, 2022With the planet, spaceship, skybox and trails in place, the scene was starting to look pretty cool. But it was far from a game. Although I was not planning to get sound working at this stage, I allocated some time to …
-
A Metal Renderer in Swift Playgrounds (Part 4) Jun 17, 2022Space Flight I’ve continued working at a good pace. Having got the model loading working I made the scene more interesting. I removed the spinning cubes and put the icosahedron in the middle as a planet. I updated …
-
A Metal Renderer in Swift Playgrounds (Part 3) Jun 15, 2022Voxel Spaceships The next feature I’ve decided to add is model loading. Apple have out of the box code that is capable of loading Wavefront Obj files which is what I plan to use for the first forays into this area. …
-
A Metal Renderer in Swift Playgrounds (Part 2) Jun 11, 2022I’ve allocated quite a lot of spare time to writing on the project over the last week and have made progress on the renderer. A rough timeline of what I’ve done and in what order is: Draw a triangle with …
-
A Metal Renderer in Swift Playgrounds May 19, 2022A little while ago I started a project to write a Metal renderer on my iPad in Playgrounds. A brief history is that for various reasons I am often away from my computer but have access to my iPad. I like experimenting …