stdg icon indicating copy to clipboard operation
stdg copied to clipboard

2D graphics in any programming language with just print statements

Results 4 stdg issues
Sort by recently updated
recently updated
newest added

It'll be useful to add a "close" command to close window and end stdg process, for both Windows and Linux. Perhaps, something like: 1 => match command[0].as_str() { "close" =>...

Hello! Do you know of this paper? http://patricklogan.blogspot.com/2003/10/dont-fidget-with-widgets-draw.html https://patricklogan.blogspot.com/2007/08/dont-fidget-with-widgets-draw.html https://ia902200.us.archive.org/13/items/bitsavers_dectechrep_144635/WRL-91-6.pdf The ezd system from the links above feels **very similar** to what you've implemented here, it'll be cool to compare...

I'm getting a compiler error when trying to do `cargo install stdg`. Tried it both on OSX and Linux. ``` Compiling stdg v0.2.0 error[E0308]: mismatched types --> /home/computer/.asdf/installs/rust/1.46.0/registry/src/github.com-1ecc6299db9ec823/stdg-0.2.0/src/main.rs:567:33 | 567...