ppb / pursuedpybear

A python game engine.
https://ppb.dev/
Artistic License 2.0
258 stars 98 forks source link

Make examples from pygame easy to implement in ppb. #139

Closed jamesBrosnahan closed 5 years ago

jamesBrosnahan commented 6 years ago

Make the example code from the pygame repository examples folder easy to implement in ppb so, that users can have something to use as a first time tutorial and to make ppb extend the features of pygame better.

AstraLuma commented 6 years ago

Reimplement all of the pygame examples in ppb.

Did I read that right?

jamesBrosnahan commented 6 years ago

@astronouth7303 Yes, you read that right. The glcube.py, midi.py, and sound.py examples are interesting demonstrations of features that can be used for education.

AstraLuma commented 6 years ago
AstraLuma commented 5 years ago

I'm going to close this as "reimplement pygame" nor "reimplement pygame examples" are not explicit goals, this is not a useful thing to have in our bug tracker.

We are, of course, open to additional examples. But I'm hoping a lot of what this bug really gets at (we need more examples) will be covered in future documentation and tutorial work.