2023年6月10日

摘要: https://en.cppreference.com/w/cpp/thread/future https://learn.microsoft.com/en-us/windows/win32/sync/critical-section-objects https://huggingface.co/t 阅读全文
posted @ 2023-06-10 03:05 安泰 阅读(8) 评论(0) 推荐(0) 编辑

2022年10月23日

摘要: So i am using a union of, say 10 node types, some of them are derived from a common parent. The node itself doesn't store any information about its ty 阅读全文
posted @ 2022-10-23 01:43 安泰 阅读(36) 评论(0) 推荐(0) 编辑
摘要: You have an entity, it has many components, each component is allocated from its own pool, the entitiy holds a handle or an index, or whatever data st 阅读全文
posted @ 2022-10-23 00:52 安泰 阅读(36) 评论(0) 推荐(0) 编辑

2022年9月28日

摘要: Jonathan Blow一次在莫斯科的演讲,https://www.youtube.com/watch?v=ZSRHeXYDLko 题为Preventing the Collapse of Civilization,他的point就是科技进步,但是科技本身也会消失,在承接的过程中。古代很多技术现在 阅读全文
posted @ 2022-09-28 02:01 安泰 阅读(38) 评论(0) 推荐(0) 编辑

2022年9月19日

摘要: 面向对象理念是编程时入手问题的一种人类理解意义上的“具象”,在性能关键的领域(科学计算、图形渲染、大数据处理等)这种“具象”所建立起来的计算模型十有八九不是计算效率的最优解。学校里填鸭“封装”“继承”“多态”是对于计算过程的黑盒化,说严重点是一种“思维束缚性”的误导,因此计算机“科学”系的学生和码农 阅读全文
posted @ 2022-09-19 03:33 安泰 阅读(94) 评论(0) 推荐(0) 编辑

2020年4月7日

摘要: 4/7/2020 首发 6/28/2022,10/23/2022 更新 造不了AAA游戏,这个锅不能甩给资本,花钱去海外收购工作室屡见不鲜。现今付费内容接受度高,这锅也不能甩给玩家。 要做一款AAA游戏作品,需要有能从事AAA制作的工业人群。从0到1的过程,其实包括了两方面: 一是组建一个公司 有各 阅读全文
posted @ 2020-04-07 03:33 安泰 阅读(639) 评论(0) 推荐(0) 编辑

2016年6月23日

摘要: 最近E3,微软说可以在任何region玩任何语言的游戏了。换一个语言么,听起来没有那么复杂,其实操作起来还得是从软件工程初期就好好计划。 Windows在很长一段时间,你安装完了,就不能换语言了。大学的时候用Ubuntu觉得,能随时切换语言真方便,后来Mac也是。 最近遇上了一个问题,就某知名游戏因 阅读全文
posted @ 2016-06-23 10:20 安泰 阅读(254) 评论(0) 推荐(0) 编辑

2014年3月28日

摘要: I bought this Raspberry Pi (model B) in spring 2013, I hadn't done too much with it except for some PyGame coding stuff. So recently, I wanted to rebo 阅读全文
posted @ 2014-03-28 14:05 安泰 阅读(339) 评论(0) 推荐(0) 编辑

2014年1月4日

摘要: GAME SPEC:2-deck, 104 cards total. Bellagio has 2-deck and 6-deck games.based on hard 17, dealer has to draw cards if deal’s hand is less than 17. Soft 17 will slightly improve dealer’s advantage.FACE-UP, players are able to see each other’s cardNot considering splitting Ace (too complicated)No surr 阅读全文
posted @ 2014-01-04 14:46 安泰 阅读(359) 评论(0) 推荐(0) 编辑

2013年4月10日

摘要: [Creational Patterns]Abstract factory: use generic interface, client doesn't know which concrete class is being instantiatedBuilder: step by step build something, example: building a house, making subway sandwichFactory:prototype: 从现有的几个代表形clone新的, example: map editorsingleton:仅一个instance。。stati 阅读全文
posted @ 2013-04-10 01:56 安泰 阅读(193) 评论(0) 推荐(0) 编辑

导航