分类目录归档:physicssandbox

Python物理沙盒粒子效果

仔细看这个粒子效果,粒子之间也有碰撞。 以下是部分代码预览: “””用物理沙盒制 … 继续阅读

发表在 physicssandbox, python | Python物理沙盒粒子效果已关闭评论

python演示马达发动齿轮把粒子们甩开的例子

以下是部分代码预览: “”” 演示马达发动齿轮把盒子们甩开的例子 “”” fro … 继续阅读

发表在 physicssandbox, python | python演示马达发动齿轮把粒子们甩开的例子已关闭评论

python简单物理引擎受重力的文字效果

以下是部分代码预览: “”” python简单物理引擎受重力的文字效果 “”” … 继续阅读

发表在 physicssandbox, python | python简单物理引擎受重力的文字效果已关闭评论

python物理沙盒齿轮演示

以下是部分代码预览: “”” 演示齿轮的一个例子,按b键会生成小球,小球掉落会让 … 继续阅读

发表在 physicssandbox, python | python物理沙盒齿轮演示已关闭评论

Python物理沙盒画房子

以下是部分代码预览: “”” 简单的例子演示如何用物理沙盒画房子 “”” fro … 继续阅读

发表在 physicssandbox, python | Python物理沙盒画房子已关闭评论

Python物理沙盒碰撞处理演示

以下是部分代码预览: “”” 碰撞处理演示,本程序演示了当小球和地板碰到的时候如 … 继续阅读

发表在 physicssandbox, python | Python物理沙盒碰撞处理演示已关闭评论

Python物理引擎的杠杆演示

以下是部分代码预览: from pyphysicssandbox import … 继续阅读

发表在 physicssandbox, python | Python物理引擎的杠杆演示已关闭评论

Python物理沙盒测试程序pyphysicssandbox

“”” 派物理沙盒是Pymunk的封装,可以用来模拟2D物理世界。设计的目标是用 … 继续阅读

发表在 physicssandbox | Python物理沙盒测试程序pyphysicssandbox已关闭评论