Installing the api
Simple guide.
First download the dll: https://tinyurl.com/2c8vcgnk (DISABLE AV)
PUTTING THE API IN VISUAL STUDIO
So first we need to open a Windows Forms App (.NET 4.8 Framework).
Then right click on references and add RenderAPI.dll.
Then you double-click your form and at the top you type: using RenderAPI;
After that you type under Form1.load: api = RenderAPI new RenderAPI();
And now the next step!
Last updated