Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shoyamanishi/applemetalrenderingcheatsheets

A set of cheat sheets useful for developing iOS Apps with Metal.
https://github.com/shoyamanishi/applemetalrenderingcheatsheets

apple metal rendering

Last synced: about 4 hours ago
JSON representation

A set of cheat sheets useful for developing iOS Apps with Metal.

Awesome Lists containing this project

README

        

# AppleMetalRenderingCheatSheets

[ A set of cheat sheets useful for developing iOS Apps with Metal.[PDF] ](./AppleMetalCheatSheets.pdf)

# Pages

- Initialization & Configuration

- Drawing Triangles & Patches, and the Indices

- Assignment of the Parameters to the Vertex & Fragment Shaders

- Texture Generation

- MDLMesh and MTKMesh

- Coordinate Systems and Others

# Instruction for Editting and Generating the PDF file

It was initially created with [Inkscape 1.1](https://inkscape.org/).

1. For each page, move the page to the frame for the A4 landscape, and then save it as *.svg (ex. AppleMetalCheatSheetPage01.pdf).

2. Concatenate all the pages with Preview. Open the pdf for the first page, open the thumbnail pane, and drag & drop all the other pdfs for all the other pages.

# Happy programming with Metal!