- You can either clone the repository using your favorite GitHub client or download the ZIP file from here.
- Extract the contents of ZIP file to any folder on your computer. All the examples are located in the Examples folder.
- There is one Solution File in the Project containing C# examples.
- The projects are created in Visual Studio 2013, but the solution files are compatible with Visual Studio 2010 SP1 and higher.
- Open the solution file in Visual Studio and build the project.
- On first run the dependencies will automatically be downloaded via NuGet. This may take some time.
- Data folder at the root folder of Examples contains input files which CSharp examples used. It is mandatory that you download the Data folder along with the examples project.
- Open RunExamples.cs file, all the examples are called from here.
- Uncomment the examples you want to run from within the project.
Please find more details for how to run the examples here.
- The Showcases project has been created in Visual Studio Community 2022, because it uses .NET 7.0.
- Each showcase will create only one frame, but you can toggle to create hundreds and thousands of frames for video files. Just keep in mind that the rendering of full videos will take a long time (~15 minutes for CelticHeart showcase).
Separated frames for example:
| CarBody | CelticHeart | LollipopFont |
|---|---|---|
![]() |
![]() |
![]() |
For video only:
- Firstly, run
prepare.cmdto create some folders and background frames from videofile. - Finally, run
make_video.cmdandadd_sound.cmd(optionally, if optionmakeVideois enabled).
Links and copyrights:
Nakarada.mp3: "Alexander Nakarada - Towards The Horizon" is under a Creative Commons (CC-BY 3.0) license.RooftopClouds.mp4: "Rolling Clouds Time Lapse" by Beachfront is under a Creative Commons (CC-BY 3.0) license.StarrySky.mp4: "Starry Night Timelapse" by Beachfront is under a Creative Commons (CC-BY 3.0) license.
Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Free Support | Temporary License


