duangsuse::Echo
应该说代码质量很糟糕,甚至「Refactor Man」duangsuse 也一样糟糕( 但是物理算法值得学习,取其精华去其糟粕
#TODO duangsuse 很希望自己以后有时间的时候可以自己写一个简单的 2D 物理引擎,然后会出一篇文档来记述如何编写 2D 物理引擎
duangsuse::Echo
#TODO duangsuse 很希望自己以后有时间的时候可以自己写一个简单的 2D 物理引擎,然后会出一篇文档来记述如何编写 2D 物理引擎
想到之前那个操作 Android AXML 的 Java 库还死在那里(🙈
Forwarded from duangsuse::Echo
typed_printf.cpp
3.2 KB
Forwarded from duangsuse::Echo
/*
* title: type safe printf
* author: nicekingwei
* related knowledge:
* - value and type
* value->value: function
* type->value: parametric polymorphism
* type->type: generic
* value->type: dependent type
* - auto
* - if constexpr
*/
Forwarded from duangsuse::Echo
Value and type:
value -> value: function
type -> value: parametric polymorphism
type -> type: generic
value -> type: dependent type
value -> value: function
type -> value: parametric polymorphism
type -> type: generic
value -> type: dependent type
但有粒子效果,我不知道是不是意味着就有一点物理计算功能(
Collision detection with collision box
Particle effects
Collision detection with collision box
Particle effects
#project #rust #PL
老项目: https://github.com/duangsuse/MonkeyVM
MonkeyVM 是我一年前写的... 不敢想象当时我连栈是什么都不知道 😶
感谢 coding 的猴语言规范知识库
老项目: https://github.com/duangsuse/MonkeyVM
MonkeyVM 是我一年前写的... 不敢想象当时我连栈是什么都不知道 😶
感谢 coding 的猴语言规范知识库
GitHub
duangsuse/MonkeyVM
Coding 猴语言虚拟机,可能是很久以前的东西了. Contribute to duangsuse/MonkeyVM development by creating an account on GitHub.