Popis: |
Nowadays, many companies and individuals are developing various game engines on their own purpose. Most of their users and developers may want to update those game engines with new technologies including AI, VR/AR, IOT devices, GPS, blue-tooth devices and many others. To include the new technologies into game engines, they need to know how it works and also where to implement the new feature codes into the engine. Usually large commercial game engines offer plug-ins for the specific technology. However, we don’t know how long does it takes to provide that feature, and even though we waited long time, it may be unstable when it first comes up. By developing light-weight game engine with open-source project results, we can integrate varied technologies into the game engine with free cost, and also quickly test new features with ease. To do so, we arranged some design strategies, adopted some open-source projects especially for GUI, sounds, physics, logging systems, model loading, and finally implemented our own core engine system with OpenGL and C++ STL. |