
游戏开发
文章平均质量分 85
极简完美之道~
无奈之下只能先赚钱,个人能力实在太渺小了。
没有15~20年,根本毛都不是。
展开
-
参考这2个网站让你快速入门 造控件,造引擎!
https://github.com/kwwwvagaa/NetWinformControl 我为啥执着做控件,因为中国会做控件,会做游戏的人极少。 因此~,我喜欢走少数人走的路,做少人会做的事情。 事实上 做控件库,跟做游戏引擎的区别是啥?? 根本没啥区别。 https://gitee.com/kwwwvagaa/net_winform_custom_control 参考这2个网站让你快速入门 造控件,造引擎!!!! ...原创 2020-05-29 04:02:24 · 298 阅读 · 0 评论 -
Direct2D快速入门
Direct2D QuickStart Direct2d是原生 代码, 即时模式 API 为了创建 2D 图像。 ·Drawing a SimpleRectangle ·Step 1: IncludeDirect2D Header ·Step 2: Createan ID2D1Factory ·Step 3: Crea...原创 2015-08-15 12:57:01 · 1026 阅读 · 0 评论 -
Unity ,镜头根据鼠标旋转最佳答案
Vector3 thisAngle = new Vector3(); void Start () { thisAngle = this.transform.eulerAngles; } void Update () { float y = Input.GetAxis("Mouse X"); float x = ...原创 2019-07-25 22:34:02 · 312 阅读 · 0 评论 -
ECS 系统详解, 从CPU转为GPU。
https://software.intel.com/zh-cn/articles/get-started-with-the-unity-entity-component-system-ecs-c-sharp-job-system-and-burst-compiler原创 2019-08-17 17:42:47 · 561 阅读 · 0 评论