godot-console icon indicating copy to clipboard operation
godot-console copied to clipboard

Implement stdin, stdout and stderr streams.

Open quentincaffeino opened this issue 3 years ago • 1 comments

  • [ ] 1. find a way to implement good generic streams withing gdscript godot
  • [ ] 2. stdin
  • [ ] 3. stdout
  • [ ] 4. stderr

Required for #40.

quentincaffeino avatar Dec 09 '20 12:12 quentincaffeino

First point: should consider StreamPeer class offered by godot, could be helpful.

quentincaffeino avatar Dec 09 '20 12:12 quentincaffeino