GSoC 2018 is coming to an end. This GIST will present you this project in its current state (August 10, 2018).
We can run a sample vulkan compute application, R/W data to/from the server, and execute a compute shader.
| #!/bin/bash | |
| # FNA Update Script | |
| # Written by Ethan "flibitijibibo" Lee | |
| # | |
| # Released under public domain. | |
| # No warranty implied; use at your own risk. | |
| # | |
| # Run this script in the game's executable folder. | |
| # | |
| # This script requires the following programs: |