professional development
The Current State of Locomotion in Virtual Reality 1
Locomotion in Virtual Reality (VR) is still an ongoing challenge that VR developers face. Many different forms of locomotion have been tested. Some of them are stationary based, while others are movement based.
The Learning Process of a Software Developer 2
Learning and software development goes hand in hand. The world of software is vast and it is impossible to know everything. It is only natural that you will have to do some learning on the job.
The Components That Makes up a Great Virtual Reality Experience
If you tried your hands on developing for virtual reality (VR), you will notice that it is very different from developing a 2D or 3D game. Many of the practices and techniques do not carry over into VR. VR is still a new platform and developers out there are trying […]
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 […]