DataJuggler.RandomUSD 1.2.0

dotnet add package DataJuggler.RandomUSD --version 1.2.0
NuGet\Install-Package DataJuggler.RandomUSD -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DataJuggler.RandomUSD" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataJuggler.RandomUSD --version 1.2.0
#r "nuget: DataJuggler.RandomUSD, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DataJuggler.RandomUSD as a Cake Addin
#addin nuget:?package=DataJuggler.RandomUSD&version=1.2.0

// Install DataJuggler.RandomUSD as a Cake Tool
#tool nuget:?package=DataJuggler.RandomUSD&version=1.2.0

DataJuggler.RandomUSD uses C# to open a usda file, and duplicate a prop and randomly position it. The only tested use this is a snow creator. I am buildiing a blazor site to make this simple to create snow scenes, and add it to an Omniverse Scene to make it appear to snow.

You can add multiple snow scenes, and there is a property called Settings.AdditionalY, that can be used to add more snow higher up in a scene, so you can longer duration of snow falling.

News

12.31.2023: I added a delegate 'CallbackEvent' and the Randomize and RandomizeAsync methods not send a call back every one percent of the Settings.ObjectsToCreate count.

12.31.2023: I added a read only property to Settings called ForcePercentReverse. It makes more sense to have ForcePercent apply where 100 equals all objects and 0 equals none. I changed Randomize method to use ForcePercentReverse.

12.30.2023: I added a new feature for Force, and I also have a Blazor project to test this project called Snow Creator.

Repository for Snow Creator: https://github.com/DataJuggler/SnowCreator

Live Demo: https://snowcreator.datajuggler.com

Video: https://youtu.be/onixjUjeBb8

New video for Force will be created soon.

12.16.2023: Added an Async method RandomizeAsync to the Randomizer class.

12.15.2023: Added the output filename to the RandomizationResult object returned from Randomize.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 141 12/31/2023
1.1.2 102 12/31/2023
1.1.1 88 12/30/2023
1.1.0 98 12/30/2023
1.0.6 107 12/17/2023
1.0.5 85 12/17/2023
1.0.4 104 12/17/2023
1.0.3 96 12/17/2023
1.0.2 91 12/16/2023
1.0.1 89 12/16/2023
1.0.0 96 12/15/2023