An Overview of the Carmenta Engine Sample Applications
Each application resides in its own zip archive. All Visual Studio 2019 projects can be imported and auto converted using Visual Studio 2022 or later.
![]() |
HelloWorldWinForms
Minimal example for visualizing a map configuration using C# and Windows Forms.
Documentation for the HelloWorldWinForms sample.
HelloWorldWpf
Minimal example for visualizing a map configuration using C# and Windows Presentation Foundation.
Documentation for the HelloWorldWpf sample.
HelloWorldWin32
Minimal example for visualizing a map configuration using C++ and Windows API (Win32).
Documentation for the HelloWorldWin32 sample.
HelloWorldMfc
Minimal example for visualizing a map configuration using C++ and Microsoft Foundation Class Library.
Documentation for the HelloWorldMfc sample.
HelloWorldX11
Minimal example for visualizing a map configuration using C++ and low-level X11 calls (Linux only).
Documentation for the HelloWorldX11 sample.
HelloWorldQt
Minimal example for visualizing a map configuration using C++ and the Qt class library.
To open the project file in Visual Studio, install the Qt Visual Studio Tools extension and use the "Open Qt project file (.pro)" item in the Extensions -> Qt VS Tool menu.
Documentation for the HelloWorldQt sample.
HelloWorldQtQuick
Minimal example for visualizing a map configuration in a QtQuick application.
To open the project file in Visual Studio, install the Qt Visual Studio Tools extension and use the "Open Qt project file (.pro)" item in the Extensions -> Qt VS Tools menu.
Documentation for the HelloWorldQtQuick sample.
HelloWorldJava
Minimal example for visualizing a map configuration using Java.
Documentation for the HelloWorldJava sample.
HelloWorldAndroid
Minimal example for visualizing a map configuration on Android.
Documentation for the HelloWorldAndroid sample.
HelloWorldAndroidNet
Minimal example for visualizing a map configuration on Android using .NET and C#.
HelloWorldMaui
Minimal example for visualizing a map configuration on Android and Windows using MAUI and C#.
Documentation for the HelloWorldMaui sample.
BasicMapApplication
A more advanced example with user interaction and some application objects, using C# and Windows Forms.
How to recreate sample project.
BasicMapApplicationJava
A more advanced example with user interaction and some application objects, using Java and Swing.
Documentation for the Basic Map Application Java sample.
Basic3DMapApplication
A continuation of the BasicMapApplication sample, which adds a new 3D view. The same application objects are shown in both the 2D and 3D views.
How to recreate sample project.
3DSimulation
Extends the Basic3DMapApplication sample, and adds simulation of moving objects. It lets the user select an object and follow it, in both the 2D and 3D views.
DynamicObjects
A C# application that demonstrates some best practices on how to deal with large amounts of moving application objects. It updates the positions of the objects on a background thread, and uses PlotLayer and OrdinaryLayer with dynamic cache mode to achieve good rendering performance.
Documentation for the DynamicObjects sample.
FeatureAnimation
An application demonstrating the feature animation support in Carmenta Engine, using C++ and Qt.
Documentation for the FeatureAnimation sample.
LineOfSightExample
An application demonstrating some of the advanced features of the LineOfSightOperator, using C# and Windows Presentation Foundation.
Documentation for the LineOfSightExample.
VerticalProfileExample
An application demonstrating some of the features of the VerticalProfileOperator, using C++ and Qt.
Documentation for the VerticalProfileExample.
HeightCalculator
A specialized application that shows how you can transform between height above the Wgs84 ellipsoid and height above mean sea level.
Documentation for the Height Calculator.
TacticalSymbolsExample
An application demonstrating how a user can interact with Tactical Symbols, using C# and Windows Forms.
Documentation for the TacticalSymbolsExample.
ProjectedVideo
An application demonstrating how the CameraProjectOperator can be used together with video playback to project a moving image on the ground. The sample is made with C++ and Qt.
Documentation for the ProjectedVideo sample.
PlotLayer3D
An application demonstrating how hardware accelerated effects can be used in an application with dynamic objects. The sample is made with C++ and QtQuick.
Documentation for the PlotLayer3D sample.
SimpleTileServer
Minimal example that shows how you can use the .NET Standard API to implement a simple tile server using C# and .NET 6.0.
Documentation for the SimpleTileServer sample.
RadarVideo
Minimal example that shows how you can use RadarVideoLayer and Radar to visualize radar video created with Qt.