-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
226e7a9
commit d1f695a
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
# awesome-metal | ||
A collection of Metal and MetalKit projects and resources | ||
|
||
#Blogs and books | ||
##Metal by Example | ||
# Blogs and books | ||
## Metal by Example | ||
https://github.com/metal-by-example/sample-code | ||
##Metal by Example in Swift | ||
## Metal by Example in Swift | ||
https://github.com/carolight/MBEsample-code | ||
##MetalKit.org | ||
## MetalKit.org | ||
https://github.com/MetalKit | ||
|
||
#2D | ||
##Metal Charting | ||
# 2D | ||
## Metal Charting | ||
https://github.com/evadne/metrics | ||
##charting library using metal | ||
## charting library using metal | ||
https://github.com/wfreaks/metal_chart | ||
##Bezier Curves all Callculated in Metal | ||
## Bezier Curves all Callculated in Metal | ||
https://github.com/eldade/ios_metal_bezier_renderer | ||
##Graph View | ||
## Graph View | ||
https://github.com/vegather/GraphView | ||
|
||
#3D | ||
##3D City Models Viewer | ||
# 3D | ||
## 3D City Models Viewer | ||
https://github.com/tudelft3d/azul | ||
##Sky, Water, Terrain | ||
## Sky, Water, Terrain | ||
https://github.com/ryanmilvenan/advanced_graphics | ||
|
||
#Unorganized | ||
# Unorganized | ||
I don't know how to ogranize or name these. This can just be the default catch at the end of the page. Just dump links here if you don't have time to properly place. This all is an experiment in a shared Slack note. Everyone can and should edit to make better. | ||
|
||
#Compute Kernels with Metal and Swift | ||
# Compute Kernels with Metal and Swift | ||
https://github.com/hyperjeff/CocoaConfChicago2017 | ||
#GPU Quaternions performance tests | ||
# GPU Quaternions performance tests | ||
https://github.com/endavid/VidEngine | ||
#Signed Distance Function | ||
# Signed Distance Function | ||
https://github.com/novocodev/SDFMetalDemo | ||
|
||
#Image Editor | ||
# Image Editor | ||
https://github.com/au6155/PhotoApp | ||
https://github.com/safx/waifu2x-metal | ||
https://github.com/ximhear/roulette |