NAME

SDLx::Coro::REPL - A REPL for your SDL

SYNOPSYS

use SDLx::Coro::Widget::Controller;
use SDLx::Coro::REPL;
SDLx::Coro::REPL::start();
my $controller = SDLx::Coro::Widget::Controller->new;
$controller->run();

# More coming soon!
# Also see eg/sdl_coro_repl.pl