ArdunioDECK – a DIY OBS streaming solution on the cheap.

Arduino StreamDECK title.

OMG ArduinoDECK!

Marketing is an interesting thing; We could say that we’ve developed a new open-source product called “ArduinoDECK” which is a cheaper solution to the Elgato StreamDeck. Or! Better idea! We could just be honest and tell you that this is a basic boy Ardunio Pro-Micro / Leonardo / Due with a keyboard digital input program that we can learn early on in our micro-controller programming hobby. Yeah, let us go with the second explanation. We should throw a disclaimer because we love you. This is our first time playing with the world of Arduino. So if our code sucks or if our terminology is wrong. Drop a comment below. We’ll appreciate you telling us and will correct it as best as we can. Read on if you want to know more.

Read more

OpenSim – libBulletSim.so and Raspberry Pi – SOLVED!

Bullet Physics Error Title.

Unable to compile libBulletSim.so under an ARM environment.

I figured I’ll leave this post out here in the hopes of seeing if the net has any ideas as to why libBulletSim.so does not work for OpenSim. I have tried compiling the newest BulletPhysics3 engine as well as OpenSims preferred 2.82 build as well. It has been tried with compiling with and without -DCMAKE_C_FLAGS=”-fPIC” -DCMAKE_CXX_FLAGS=”-fPIC. both have failed. Here is the screenshot of what the physics engine does when you enable OpenSim.exe with bullet unmanaged.

Read more