Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

Update on this! The build we posted last night has the Dragon Console in it, which keeps all the stdout text, so you don't need a separate terminal window anymore. In fact, using puts() inside your Ruby code will send it to the Dragon Console. Just hit tilde (or backtick...the standard "Quake console" key) to get at it. PageUp will scroll back through the text.

We think this solves the Windows problem pretty well.

Five-minute intro video to show you the Big Idea of the thing:

(1 edit)

Nice, thank's for your work ! Is there way to change the key to open the console ? I have a french keyboard and the key in the same position is ²

We’ll add ² in the next release for sure!

If you want you can manually wire it up to any key. In the “tick” method put this at the top :


$dragon.console.show if $dragon.args.inputs.keyboard.key_down.r