Skip to content

KelCodesStuff/Metal-Prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metal Prototype

CircleCI

Mac + Linux

Metal is a graphics API developed by Apple for the iOS and macOS platforms. It offers an object-oriented interface to interact with the GPU in an asynchronous manner.

One key feature is the upfront validation of rendering commands before execution. This approach allows for the accumulation of rendering commands in a buffer, enabling concatenation, simplification, and reordering of commands.

Metal is designed to provide high-performance graphics and compute capabilities for applications, particularly in scenarios where fine control over GPU resources and parallel processing is essential.

Visualizing the rendering passes and the data on the GPU with the Metal debugger.

About

A 3D scene implemented with the Metal framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published