pursuedpybear icon indicating copy to clipboard operation
pursuedpybear copied to clipboard

A python game engine.

Results 101 pursuedpybear issues
Sort by recently updated
recently updated
newest added

There is apparently a setting to move the type hints from the signature line to the autodocs params generated by Sphinx. Research what the setting is and implement it.

new contributor
docs
Hacktoberfest

We should see if we can add examples and cookbooks to automated testing, so they don't break.

tests
docs

Should we have a document talking about sprinting with PPB? What should go in to it?

discussion
docs

With the fact that we already need to modify the README for #407, the maintainers have decided that it's time to focus our messaging. The README is primarily the entry...

discussion
new contributor
docs
Hacktoberfest

The current walk is fine as is, but we need a walk implementation that doesn't care if the child has its own walk method so that the renderer itself can...

Requires #666 Specifically intended as subsprites (#577), a `RelativeSprite` uses a separate attribute for its position. We'll call it `relative_position`. `RelativeSprite.position` becomes a property that returns the relative position in...

Based on https://github.com/ethanhs/python-wasm go make ppb run at all in the browser.

Constraints: `pip install ppb` needs to produce the default desktop implementation as it exists now. When installing for a web context, we don't want SDL included, so need some method...

discussion
The Future

Start making text nicer to work with. The first pass is getting the resolution of the rendered text to more closely match the AABB of the sprite object. We can...

The Future