pyNES icon indicating copy to clipboard operation
pyNES copied to clipboard

Documentation

Open ilias-t opened this issue 9 years ago • 7 comments

Is there any documentation? The docs link currently directs here

Updated:

TODO to fullfill this issue!

  • [ ] Docs on kill the baby branch
  • [x] Simple tutorial

ilias-t avatar Sep 18 '15 16:09 ilias-t

It looks like the last commit on this project was 7 months ago. I am not sure if it's still being actively developed at this point.

It would be nice if more contributors are generated from the recent attention this project has received.

ghost avatar Sep 18 '15 21:09 ghost

Does anyone know how to get started with this?

lucidguppy avatar Sep 18 '15 22:09 lucidguppy

@bigpete take a look on kill-the-baby branch. It's a new branch from scratch. @iliastsangaris I'm working on a new documentation for kill-the-baby branch, witch eventually will become the 0.2.x version branch @lucidguppy right now, I'm creating a readme with a little simple tutorial.

Thanks for your interest!

gutomaia avatar Sep 18 '15 22:09 gutomaia

@gutomaia Thanks for the info!

I haven't used github much, so wasn't aware of the branching functionality.

ghost avatar Sep 19 '15 02:09 ghost

Just created a basic README file for now

gutomaia avatar Sep 19 '15 17:09 gutomaia

Hi all, I'm wondering what exactly the palette array which is in all the examples is?

kirkins avatar Mar 07 '17 14:03 kirkins

@kirkins palette indexes are based on actual NES color indexes: https://github.com/gutomaia/pyNES/blob/0.1.x/pynes/sprite.py#L5-L25

The ones on the example, are just indexes that need to be loaded on the PPU palette address.

gutomaia avatar Mar 07 '17 17:03 gutomaia