Results 1 to 6 of 6
Thread: AuraSDK Documentation!
-
08-23-2017 04:59 PM #1
- Join Date
- Aug 2017
- Reputation
- 10
- Posts
- 2
AuraSDK Documentation!
Hi All,
I've start a project to integrate AuraSync with DoTA2
but when I set color for the GPU it always going to set like breathing and I wanted it static.
I tried to set the mode 0,1,2,3,4.. but it always the same.
everything going well with my Motherboard but not with the GPU. and Unfortunately I don't have Aura based keyboard neither a mouse.
So I request a documentation for using this SDK. I know there are few functions but still need to clear the using of they.
and I want to tell that I got always two messages when I start my App after building or debugging says: "Install driver failed" and "start driver failed".
is there any idea to solve this problem.
My AuraSync Hardware are
Asus maximus IX formula.
Asus GTX 1080Ti O11G.
thanks in advance.
-
08-24-2017 02:16 AM #2
AkaNe0 PC Specs Motherboard Maximus X Formula Processor i7-8700K Memory (part number) G.skill Trident-Z RGB Graphics Card #1 Strix GTX 1080 Ti Case OpenBenchtable Power Supply Seasonic PRIME Platinum 1000W Keyboard ROG Claymore Mouse ROG Pugio
- Join Date
- Jun 2014
- Reputation
- 19
- Posts
- 566
-
08-24-2017 03:15 PM #3
- Join Date
- Aug 2017
- Reputation
- 10
- Posts
- 2
Thnx for replying AkaNe,
I update the dll's and the error messages gone,
but still the GPU making the color fading like the Aura Asus software "Breathing" I just want to be static
I edit the original code from the SDK to be like this:
Code:GPULightControl* GpuLightCtrl = new GPULightControl[count]; EnumerateGPU(GpuLightCtrl, count); DWORD t = GetGPULedCount(GpuLightCtrl[0]); SetGPUMode(GpuLightCtrl[0], 0); BYTE *color = new BYTE[t * 3]; ZeroMemory(color, t * 3); for (size_t i = 0; i < t * 3; ++i) { if (i % 3 == 1) color[i] = 0xFF; else if (i % 3 == 2) color[i] = 0x00; else color[i] = 0x00; } SetGPUColor(GpuLightCtrl[0], color, t * 3);
and I've used
Code:SetGPUMode(GpuLightCtrl[0], 0);
Code:SetGPUMode(GpuLightCtrl[0], 1);
Last edited by Walidmc89; 08-24-2017 at 03:24 PM.
-
08-25-2017 07:42 AM #4
AkaNe0 PC Specs Motherboard Maximus X Formula Processor i7-8700K Memory (part number) G.skill Trident-Z RGB Graphics Card #1 Strix GTX 1080 Ti Case OpenBenchtable Power Supply Seasonic PRIME Platinum 1000W Keyboard ROG Claymore Mouse ROG Pugio
- Join Date
- Jun 2014
- Reputation
- 19
- Posts
- 566
-
10-05-2017 02:32 AM #5
- Join Date
- Aug 2017
- Reputation
- 10
- Posts
- 27
-
10-19-2017 09:51 AM #6
AkaNe0 PC Specs Motherboard Maximus X Formula Processor i7-8700K Memory (part number) G.skill Trident-Z RGB Graphics Card #1 Strix GTX 1080 Ti Case OpenBenchtable Power Supply Seasonic PRIME Platinum 1000W Keyboard ROG Claymore Mouse ROG Pugio
- Join Date
- Jun 2014
- Reputation
- 19
- Posts
- 566
The documentation is now available with the AURA SDK! Please download the newest version "Aura Software Development Kit". Once unzip, open the pdf "AURA SDK Guide_2.0.1"
And don't forget, Keep pushing it !