Tinman 3D SDK - Demo Application - v1.0 built on 2024/04/08 ----------------------------------------------------------- This is the demo application of the Tinman 3D SDK. https://www.tinman3d.com The demo application will stream a lot of data from the internet; downloaded data will be cached locally. Starting the demo application for the first time will incur some waiting time. Subsequent starts will be faster. Optionally, you may download all streamed data, to run in offline-mode. To do so, go to each subdirectory in 'data/geo' and download the file pointed to by the '*.txt' file into the same directory. The demo application will pick up the downloaded data automatically. The demo application is packaged into two archives: - 'Tinman3D.Data.zip' Contains content assets and changes infrequently. - 'Tinman3D.Demo.zip' Contains a subset of the full SDK archive for C# only, excluding content assets and the offline manual. This archive changes frequently. To install, simply download the archives an extract into the same directory. To run the demo application, start this executable: - 'Tinman3D.Demo.cmd' - 'bin/win.any/tinman3d_demo.exe' To run the geodata examples, start this executable: - 'Tinman3D.Examples.cmd' The demo application has the following prerequisites: - DOT.NET Framework 4.8 https://dotnet.microsoft.com/download/dotnet-framework/net48 All contained executable are self-contained and do not require additional assemblies. Additional flavours of the demo application are included in the full SDK, for example WinForms, WPF, MFC (C++). The latest full SDK build can be downloaded from here: https://manual.tinman3d.com/LATEST/Release_Notes.html