在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:ppb/pursuedpybear开源软件地址:https://github.com/ppb/pursuedpybear开源编程语言:Python 98.7%开源软件介绍:PursuedPyBearPursuedPyBear, also known as A Game EngineAt its core, The entire system uses an event system which is as extensible as the
rest of the system. Register new values to existing event types, and
even overwrite the defaults. Adding a new event type to the system is as
simple as firing an instance of your new event class with Guiding PrinciplesBecause Education FriendlyNon-technical educators should feel comfortable after very little training. While some programming knowledge is required, the ability to think in objects and responses to events allows educators to only focus on their lessons. Idiomatic PythonA project built on Object Oriented and Event Driven
Hardware Library AgnosticBecause FunOne of the maintainers put it best:
ppb is about filing off the rough edges so that the joy of creation and discovery are both emphasized. A new user should be able to build their first game in a few hours, and continue exploring beyond that. Try itInstall ppb in the standard method: pip install ppb
To make a very simple game, make a directory and add an image file
called import ppb
from ppb.features.default_sprites import TargetSprite
class Ship(TargetSprite):
target = ppb.Vector(0, 40)
def setup(scene):
scene.add(Ship(position=(0, -7)))
ppb.run(setup=setup) Depending on your operating system, you may need to install additional packages (see installation guide). Compatibility
Get InvolvedThe fastest way to get involved is to check out the ongoing
discussions.
If you're already using If you want to contribute code, definitely read the relevant portions of Contributing.MD |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论