-
|
Hello, I'm interested in using this as a library, where a computer program would control input to and read output from the NES virtual machine. Are there any docs on the internal interfaces ( where I might hook into controlling the thing )? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Awesome to hear! I love seeing new interesting uses for tetanes-core. The docs for are published here https://docs.rs/tetanes-core/latest/tetanes_core/ It has a basic example for loading a ROM and clocking the control deck, then getting the pixels and audio samples out. Most things have short descriptions but I also have it on my roadmap (#375) to flesh out the docs.rs documentation more thoroughly for all of the types and methods with more detailed examples. More advanced usage can be seen in the tetanes source here If you get stuck at all, feel free to reply in the discussion. |
Beta Was this translation helpful? Give feedback.
Awesome to hear! I love seeing new interesting uses for tetanes-core.
The docs for are published here https://docs.rs/tetanes-core/latest/tetanes_core/
It has a basic example for loading a ROM and clocking the control deck, then getting the pixels and audio samples out.
Most things have short descriptions but I also have it on my roadmap (#375) to flesh out the docs.rs documentation more thoroughly for all of the types and methods with more detailed examples.
More advanced usage can be seen in the tetanes source here
If you get stuck at all, feel free to reply in the discussion.