C++


Interaction Between Objects in Virtual Reality with Unreal Engine 4 1

Unreal Engine 4 (UE4) is a powerful engine where many amazing games and virtual reality (VR) experiences and games have been developed. An area that differs between VR and traditional games is how interactions between objects are done. For example in VR, you might interact with your head movement and your […]

objects overlap interaction

Power of Smart Pointers

Gone are the days where you bang your head against the table trying to figure out what went wrong with your code. If you had dealt with pointers in C++ before, you probably know what I mean. As powerful of a language C++ is, it is also error prone since […]

Smart Pointers