IronRDP/crates/ironrdp-client-glutin
Marc-André Lureau 4ef36bf5fa docs: add project links to READMEs for consistency
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2024-10-29 19:14:20 +09:00
..
src refactor(pdu): drop PduParsing 2024-03-21 02:43:50 +09:00
Cargo.toml chore: use workspace lints 2024-07-24 04:35:32 -04:00
README.md docs: add project links to READMEs for consistency 2024-10-29 19:14:20 +09:00

GUI client

  1. An experimental GUI based of glutin and glow library.
  2. Sample command to run the ui client:
    cargo run --bin ironrdp-gui-client -- -u SimpleUsername -p SimplePassword! --avc444 --thin-client --small-cache --capabilities 0xf 192.168.1.100:3389
    
  3. If the GUI has artifacts it can be dumped to a file using the gfx_dump_file parameter. Later the ironrdp-replay-client binary can be used to debug and fix any issues in the renderer.

This crate is part of the IronRDP project.