This document discusses using C++ and the Minko 3D engine to build 3D applications for the web, mobile, and desktop. It highlights that Minko allows designers to integrate 3D content through a visual editor while developers can add interactivity through scripting. Minko works across platforms like Windows, Mac, Linux, iOS, Android, and WebGL through technologies like Emscripten that compile C++ to JavaScript. Benchmarks show Minko applications running at native speeds on devices and twice as fast as native code in HTML5 through asm.js optimizations.