Procedural Worlds from Adam Goodrich

[Procedural Worlds]


[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!


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]

[WiFi Module – ESP8266]

[INA169 Analog DC Current Sensor Breakout – 60V 5A Max]

[Power Voltage Detection Sensor Module Arduino Compatible]

HTTPS HttpListener

I need to setup an HTTPS server on localhost that doesn’t show a browser security exception.

[Sails docs]

First, I added an entry to the Windows hosts file: (C:\Windows\System32\drivers\etc\hosts)

127.0.0.1 chromasdk.io # Chroma SDK lighting

And then restart the browser.

Browse the server/port [HTTPS chromasdk.io:8443] which should proxy to [HTTP localhost:54235/razer/chromasdk].

[NodeJS Training]

Install the [Atom] Editor.

[NodeJS Express over HTTPS]

And it works!

I had to register a valid domain and then [order a trusted certificate] for that domain to avoid the browser security warning.