Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 598 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 598 Bytes

RustSamples

This repository holds the following sample writen in Rust.

  1. File Operation
  2. Network Operation
  3. Threading
  4. GUI - Animation
  5. GUI - Event Handling

###Important Notes:

In File Operation the output file reside at out folder inside fileOperation directory.

For Network Operation you must create a TCP server, running at 127.0.0.1:8080.

GUI application need SDL2.dll which is already available inside the directory.

In Event Handling, both keyboard and mouse buttons are handled. A new box on the window will appear when left mouse button is pressed.