README.md

# Metal N-Body Simulation
 
Performs an N-body simulation which calculates a gravity field and corresponding velocity and acceleration contributions accumulated by each body in the system from every other body. This further demonstrates performant techniques for compute kernel generating visualization data for the fragment and vertex stages in the Metal render pipeline.
 
This sample is intended to be build and used with devices listed on iOS device compatibility reference page:
<https://developer.apple.com/library/ios/documentation/DeviceInformation/Reference/iOSDeviceCompatibility/OpenGLESPlatforms/OpenGLESPlatforms.html>.
 
## Requirements
 
### Build
 
Xcode 7.1, iOS 9.1 SDK
 
### Runtime
 
iOS 9.1 and later
 
Copyright (C) 2015-16 Apple Inc. All rights reserved.