Kemal Enver
Occlusion

Occlusion

Follow
home3D Graphics with Metalbadges
Series

Beginning 3D Graphics with Metal

In this series I will walk through how to create a simple 3D Renderer in Metal. Along the way I'll explain all of the terms and techniques that are being used, and assume no starting knowledge.

Articles in this series

1. Introduction

Dec 1, 20217 min read

Building a Renderer with Metal · There have been incredible advances in the area of computer graphics over the past thirty years. Graphics hardware is...

1. Introduction

2. Setting up a Development Environment

Feb 12, 20222 min read

Building a Renderer with Metal · In this part of the series we will setup a development environment from scratch so that we’re ready to begin writing...

2. Setting up a Development Environment

3. The Rendering Pipeline

Jul 31, 20224 min read

Building a Renderer with Metal · The GPU that's part of the graphics card in your computer is a piece of hardware that's capable of processing lots of...

3. The Rendering Pipeline