Module rust_chip8_opengl::interfaces
source · Structs§
- An interface that uses the terminal. Mostly useful for debugging purposes.
Traits§
- An interface between the user and the CHIP-8 Processor. Can be implemented for different interfaces (i.e. terminal, open-gl) and used by the same main program.