Results 1 to 10 of 59
Thread: AURA SDK - Latest updates
-
07-04-2017 09:03 AM #1
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
AURA SDK - Latest updates
ASUS Aura SDK is an evolving developer toolkit that furthers the capabilities and benefits of our Aura illumination technology. Currently at beta stage, the Aura SDK enables developers to fully exploit the capabilities of a vast eco-system of ASUS Aura Sync-capable PC gear. With scope to visualize an array of system stats and alerts via RGB illumination, and to enhance in-game action with lighting synchronized in real time, the possibilities are virtually endless.
DOWNLOAD THE LATEST AURA SDK
SUBMIT YOUR WORKAnd don't forget, Keep pushing it !
-
07-04-2017 09:06 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
A new version of AURA SDK is now available. Changelog below:
- Fix the latency when applying SetHslToLed
- Rearranging SDK files and library
- Keyboard LED can now be controlled separately
DOWNLOAD AURA SDK v2.0And don't forget, Keep pushing it !
-
07-17-2017 08:12 AM #3
- Join Date
- Jul 2017
- Reputation
- 10
- Posts
- 5
help
anyone post exemple project in visual studio ? or tutorial for configuring visual studio project to work ?
-
07-17-2017 09:34 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
And don't forget, Keep pushing it !
-
07-17-2017 10:13 PM #5
- Join Date
- Jul 2017
- Reputation
- 10
- Posts
- 5
error
i have visual studio 2017 community and c++ and not working
-
07-18-2017 03:07 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
In the test code folder, do you see the below file appearing that way?
I also have the Visual Studio Community Edition 2017 installed and I am able to open it and see the content by either dragging the file into visual studio or creating a new project and then import that file. Here is a screenshot and an overview of the package I have installed for Visual Studio.
And don't forget, Keep pushing it !
-
07-18-2017 01:43 PM #7
- Join Date
- Jul 2017
- Reputation
- 10
- Posts
- 2
Dependency Walker tells me that the AURA_SDK.dll is linked against the VC120 debug runtime instead of the standard release one. Is there a specific reason for this? I'm not really keen of installing Visual Studio 2013 only to use the SDK.
-
07-22-2017 09:22 AM #8
- Join Date
- Jul 2017
- Reputation
- 10
- Posts
- 5
build and run
and how two build and run the code ?
-
07-24-2017 08:14 AM #9
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
Could you confirm, you used the AURA SDK v2.0?
You will need some C++ skills to be able to do so. If you are a new at programming, you can look at some tutorial online on how to get started.And don't forget, Keep pushing it !
-
07-24-2017 08:40 AM #10
- Join Date
- Jul 2017
- Reputation
- 10
- Posts
- 2
Yes, just downloaded the SDK from this URL: https://www.asus.com/campaign/aura/u...ad/AuraSDK.zip
If I try to start the test application, it tells me that MSVCR120D.dll is missing from my computer. Dependency Walker also still tells me that the SDK DLL is linked against MSVCR120D.dll and MSVCP120D.dll.