{"id":13338685,"url":"https://github.com/zhangfangtaozft/Metal-Tutorial","last_synced_at":"2025-03-11T10:31:47.901Z","repository":{"id":41583640,"uuid":"136114512","full_name":"zhangfangtaozft/Metal-Tutorial","owner":"zhangfangtaozft","description":"Metal入门资料，涉及到iOS平台，OSX平台，TvOS平台，其中，OSX平台可以直接运行，iOS平台，TvOS平台都需要使用真机设备测试运行。下面是相关博客，欢迎拍砖","archived":false,"fork":false,"pushed_at":"2018-08-20T07:16:29.000Z","size":1279,"stargazers_count":243,"open_issues_count":0,"forks_count":45,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-10-23T22:18:09.232Z","etag":null,"topics":["ios","metal","metalkit","objective-c","osx","swift","tvos"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhangfangtaozft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-05T03:26:44.000Z","updated_at":"2024-10-09T04:36:20.000Z","dependencies_parsed_at":"2022-08-29T01:50:54.088Z","dependency_job_id":null,"html_url":"https://github.com/zhangfangtaozft/Metal-Tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangfangtaozft%2FMetal-Tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangfangtaozft%2FMetal-Tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangfangtaozft%2FMetal-Tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangfangtaozft%2FMetal-Tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhangfangtaozft","download_url":"https://codeload.github.com/zhangfangtaozft/Metal-Tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243015438,"owners_count":20222082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","metal","metalkit","objective-c","osx","swift","tvos"],"created_at":"2024-07-29T19:17:08.475Z","updated_at":"2025-03-11T10:31:47.893Z","avatar_url":"https://github.com/zhangfangtaozft.png","language":"Swift","funding_links":[],"categories":["Swift"],"sub_categories":[],"readme":"# Metal\nMetal入门资料\n首先声明一下：这里面主要参考了[MetalKit/metal](https://github.com/MetalKit/metal)。我在此基础之上把相关内容翻译为中文，并且把具体的技术实现涉及到了iOS，TvOS,OSX平台。\u003cbr\u003e\n下面是相关技术博客的地址：\u003cbr\u003e\n* [Metal入门资料001-Metal framework介绍](https://www.jianshu.com/p/2517ad248935)\u003cbr\u003e\n* [Metal入门资料002-MetalKit使用（上）](https://www.jianshu.com/p/7fb43180d090)\u003cbr\u003e\n* [Metal入门资料003-MetalKit使用（下）](https://www.jianshu.com/p/83d1a2a27a15)\u003cbr\u003e\n* [Metal入门资料004-Metal shading language讲解](https://www.jianshu.com/p/a73d10817b86)\u003cbr\u003e\n* [Metal入门资料005-pipeline讲解](https://www.jianshu.com/p/a0cf80dddefc)\u003cbr\u003e\n* [Metal入门资料006-图像处理基础知识讲解](https://www.jianshu.com/p/3e068cd4e539)\u003cbr\u003e\n* [Metal入门资料007-MetalKit与Metal区别](https://www.jianshu.com/p/4f0f275a421f)\u003cbr\u003e\n* [Metal入门资料008-临时对象处理](https://www.jianshu.com/p/8aef4af237bf)\u003cbr\u003e\n* [Metal入门资料009-使用playground开发](https://www.jianshu.com/p/3476e3560a31)\u003cbr\u003e\n* [Metal入门资料010-渲染3D物体](https://www.jianshu.com/p/390e2f1ec2c3)\u003cbr\u003e\n* [Metal入门资料011-渲染“日食”效果](https://www.jianshu.com/p/a857c71b47ab)\u003cbr\u003e\n* [Metal入门资料012-利用数学函数绘制图像](https://www.jianshu.com/p/f4a44286833a)\u003cbr\u003e\n* [Metal入门资料013-动画渲染技术](https://www.jianshu.com/p/2477018445ad)\u003cbr\u003e\n* [Metal入门资料014-渲染灯光效果和3D效果](https://www.jianshu.com/p/5fcc91ca7e81)\u003cbr\u003e\n* [Metal入门资料015-噪点技术](https://www.jianshu.com/p/900dc5393d3e)\u003cbr\u003e\n* [Metal入门资料016-纹理和采样器](https://www.jianshu.com/p/dacff9afccca)\u003cbr\u003e\n* [Metal入门资料017-Metal最佳实践指南](https://www.jianshu.com/p/2b50049aab76)\u003cbr\u003e\n* [Metal入门资料018-绘制线框图性](https://www.jianshu.com/p/5c79291f5216)\u003cbr\u003e\n* [Metal入门资料019-图形绘制中数学函数的运用](https://www.jianshu.com/p/3630ca3a55e0)\u003cbr\u003e\n* [Metal入门资料020-Raymarching渲染技术](https://www.jianshu.com/p/8f89dd016d5d)\u003cbr\u003e\n* [Metal入门资料021-阴影效果实现（上）](https://www.jianshu.com/p/d9926102da72)\u003cbr\u003e\n* [Metal入门资料022-阴影效果实现（下）](https://www.jianshu.com/p/949187706cfe)\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhangfangtaozft%2FMetal-Tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhangfangtaozft%2FMetal-Tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhangfangtaozft%2FMetal-Tutorial/lists"}