Category

Programming

VR Optimized Radial Progress Bar

By | Programming | No Comments

Unity comes out of the box with many user interface controls, but one thing that is lacking is a radial progress bar. I needed one for a project we are working on and contemplated my options. I could either pick up something on the asset store and spend time learning it, or I could make my own and “know how…

Read More

Marshalling your data for Socket/IO? Maybe not.

By | Programming | No Comments

Hi again!  Today I’ve been working on send variable sized data packets over from my client to server using the simple TCP components I mentioned in my TCP Socket Programming post. I have a few different classes that I want to serialize to byte[]s and send over the wire.   After reading a few suggestions online, I decided to try Marshalling. With…

Read More

Game Engine Architecture, 2nd Edition Overview Ch.1 part 1

By | Gaming News, Programming | No Comments

For anyone that wants to learn more about game development, AR/VR development,  or computer science in general; this book is your Bible.  I’m reading this book and learning Unity’s game engine at the same time.  Unity is a very powerful game engine and has pretty much everything you need to build awesome software without having to know the details of…

Read More