pyNES
pyNES copied to clipboard
Documentation
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
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.
Does anyone know how to get started with this?
@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 Thanks for the info!
I haven't used github much, so wasn't aware of the branching functionality.
Just created a basic README file for now
Hi all, I'm wondering what exactly the palette
array which is in all the examples is?
@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.