/BabylonNativeExamples

A collection of sample code projects using Babylon Native to illustrate various scenarios

Primary LanguageC++MIT LicenseMIT

Babylon Native Examples

A collection of sample code projects using Babylon Native to illustrate various scenarios.

Building

  1. Run npm install from the Apps folder.
  2. Run cmake -B Build from the root folder of the repo.
  3. Open the solution Build\BabylonNativeExamples.sln.
  4. Build and run a project under the Apps solution folder.

Examples

  • ConsoleApp - A Windows console application that takes screenshots of 3D assets
  • StyleTransferApp - A Windows application that uses Machine Learning APIs to apply artistic style to the rendered output