像素驱动像素心脏驱动程序入门您将需要Xcode来构建和运行Pixel驱动程序。1.通过运行以下命令检查代码和子模块: git clone git://github.com/ThePixelHeart/PixelDriver.git
cd PixelDriver
git submodule init
git submodule update
2.通过运行以下命令安装D2XX库: cd D2XX
sudo bash install.sh
D2XX是我们用来与PixelHeart交互的库。您需要这些才能正确链接PixelDriver应用程序。 3.通过在soundflower/
文件夹中运行安装程序来安装SoundFlower。这将允许您通过驱动程序路由声音。4.构建并运行像素驱动程序,打开PixelDriver.xcodeproj项。
PixelPusher:驱动心脏跳动的软件
文件列表
PixelPusher:驱动心脏跳动的软件
(预估有个761文件)
b2ContactSolver.cpp
23KB
b2Body.cpp
12KB
b2Island.cpp
17KB
b2RevoluteJoint.cpp
13KB
b2GearJoint.cpp
12KB
b2PrismaticJoint.cpp
17KB
b2WheelJoint.cpp
11KB
b2World.cpp
30KB
b2CollideEdge.cpp
16KB
b2DynamicTree.cpp
17KB
暂无评论