ADAFRUIT DOTSTAR FEATHERWING – 6 X 12 RGB LEDS
What’s New in Character Animator (Coming Soon) | Adobe Creative Cloud
Chroma HTML5 Over REST HTTPS
Kaleo – Way Down We Go (Guitar Cover)
#AskZBrush – “What are the differences in Document Save, File Save, and Tool Save?”
Fortnite Battle Royale – Announce Trailer
TEDDY! – ARTIFICIAL INTELLIGENCE – (A.I)
13′ x 9′ Cabin Tent – Features & Assembly – by Golden Bear Tents
UE4 Chroma SDK: Import Animation From Unity
UE4 Chroma SDK: Import Runtime and Editor Modules
MODO | Automatic Retopology: Weight Map Poly Scaling
iOS Augmented Reality – The Complete Course on ARKit
Arduino IDE
[Arduino Step by Step 2017: Getting Started]
**Test Sketches**
Blinking:
void setup() { pinMode(LED_BUILTIN, OUTPUT); } void loop() { digitalWrite(LED_BUILTIN, HIGH); delay(250); digitalWrite(LED_BUILTIN, LOW); delay(250); }
Reading from Potentiometer:
void setup() { // initialize serial communication at 9600 bits per second: Serial.begin(9600); } void loop() { // Read the potentiometer on analog input #0 int sensorValue = analogRead(A0); // print the value Serial.println(sensorValue); // wait delay(1000); }
Use Potentiometer to dim LED:
const int LED_PIN = 11; void setup() { // initialize serial communication at 9600 bits per second: Serial.begin(9600); pinMode(LED_PIN, OUTPUT); } void loop() { // Read the potentiometer on analog input #0 int sensorValue = analogRead(A0); // Use the sensor input to manipulate the delay int iDelay = sensorValue / 1000.0f * 5; digitalWrite(LED_PIN, HIGH); delay(iDelay); digitalWrite(LED_PIN, LOW); delay(1); }
Microsoft C++ REST SDK
Microsoft’s [cpprestsdk] is a C++ REST SDK for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Scrivener
[Scrivener] is a powerful content-generation tool for writers that allows you to concentrate on composing and structuring long and difficult documents. While it gives you complete control of the formatting, its focus is on helping you get to the end of that awkward first draft.
Arduino Step by Step 2017: Getting Started
PAX: Chroma Demo 2
PAX: Chroma Demo
Unity Native Chroma SDK: Layouts and Playback Looping
Procedural Worlds from Adam Goodrich
[Unity Asset Store] – [GAIA] is a system that enables rapid and precise creation of gorgeous looking terrains and scenes – out of the box!
[Unity Asset Store] – [GeNa] is the swiss army knife of spawning systems, enabling rapid creation of gorgeous looking scenes.
[Unity Asset Store] – [Pegasus] allows you to quickly and easily generate fly through’s and cut scenes to show off your work.
[Unity Asset Store] – [CTS] is a terrain shading system that is fast, powerful, and most importantly easy to use!
Blade Pro Drivers
Arduino Prototyping
Prototype: [HiLetgo PRO Mini Atmega328 Development Board 5V/16MHz 328 Compatible with Arduino] *Jed
Final: – [Gikfun Pro Mini Atmega328 5V 16Mhz For Arduino (Pack of 3pcs) EK6013x3] *Jed
>> What kind of voltages does the Arduino support?
Arduino input voltages are either 3.3V or 5V depending on the version of Arduino. The Arduino can supply 150ma of 5V or 50ma of 3.3.
Sensor: [GY-MAX471 Range Current Sensor Module 3A Current Detector Sensor for Arduino] *Jed
[Elegoo UNO Project Super Starter Kit with Tutorial for Arduino]