vitoralmeidasilva / godot-chip8-emulator

A CHIP-8 emulator made with Godot, written in GDScript.
MIT License
57 stars 12 forks source link

New 3D scene showing the emulator running inside an arcade cabinet #4

Open vitoralmeidasilva opened 6 years ago

vitoralmeidasilva commented 6 years ago

Develop a new 3D scene that shows a room filled with arcade cabinets showing the emulator running in realtime (probably each one showing a different game). Something like https://www.youtube.com/watch?v=LYkZXu5s4Fk

The node needs to have the ROM exported.

vitoralmeidasilva commented 6 years ago

Maybe instead of an arcade cabinet I should use an old computer (showing a nice keyboard).

vitoralmeidasilva commented 6 years ago

Perhaps I'll show a computer instead of an arcade cabinet.

vitoralmeidasilva commented 6 years ago

I'm getting some progress lately (it is working in realtime with sound (no input yet)):

image