Blazor component that displays 3D things :)
Blazor + ThreeJS = Blazor3D
You can find the documentation and examples of using Blazor3D here
- From a node.js command prompt, navigate to
Blazor3D-Core\src\javascript
- Run
npx webpack --mode production
- A
bundle.js
will be created insideBlazor3D-Core\src\dotnet\Blazor3D\Blazor3D\wwwroot\js
which Blazor can reference
- Build the csproj from VSCode or Visual Studio
dotnet pack
to package into anupkg