3D Programming Engine
We developed our own programming games engine (JBXEngine) which is the core software component of computer video games and other interactive applications with real-time graphics. It provides the underlying technoWe developed our own p games engine (JBXEngine) which is the core software component of computer video games and other interactive applications with real-time graphics. It provides the underlying technologies, simplifies development. The core functionality typically provided by our game engine includes a rendering engine (Renderer) for 2D (GUI) or 3D (World) graphics, a physic engine or collision detection
(and collision response), sound, scripting, animation, artificial intelligence, networking, streaming, memory management, threading and a scene graph. The process of the game development is hugely economized by reusing the same games engine to create different games.