Module rust_chip8_opengl::interfaces

source ·

Structs§

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.