Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 814 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 814 Bytes

Game-Engine-Tutorial

Overview

Tutorial where I learned to build a 3D engine from ground up for Apple platforms with Metal shaders.

Technologies

Swift | Metal | Render Pipeline | 3D

Images

Screenshot

Usage

Prerequisites

Installation

  1. Clone this repository:

    git clone https://github.com/chris-prenissl/Game-Engine-Tutorial.git
  2. Start Xcode

  3. Build and Run.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Appreciation

Thanks to 2etime for the tutorial so I could learn about 3D magic!