A Data Compression and Encryption tool which makes use of GPU to obtain time and power efficiency
- Windows 11/10 64-bit
- Linux
- macOS
- AMD Radeon RX6600
- NVIDIA GeForce RTX 3060
- NVIDIA GeForce RTX 3050 Mobile
- NVIDIA GeForce GTX 1650 Mobile
- Intel UHD 630
- NVIDIA GeForce GTX 1660 Super
- CPU - Contains Serial C and CPP based code that runs on CPU in single threaded mode
- CUDA - Contains Parallel code that runs on Nvidia GPUs
- OpenCL - Contains Parallel code that runs on AMD, Intel and Nvidia GPUs
- flutter_app - Contains the UI client application code
To run the app in Debug Mode, simply run the below command
flutter run
To deploy the app, run the below commands according to your OS
For Windows
flutter build windows --release
For Linux
flutter build linux --release