SamuelRe.Blazor3D 1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package SamuelRe.Blazor3D --version 1.2.1
                    
NuGet\Install-Package SamuelRe.Blazor3D -Version 1.2.1
                    
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="SamuelRe.Blazor3D" Version="1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SamuelRe.Blazor3D" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="SamuelRe.Blazor3D" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SamuelRe.Blazor3D --version 1.2.1
                    
#r "nuget: SamuelRe.Blazor3D, 1.2.1"
                    
#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.
#:package SamuelRe.Blazor3D@1.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SamuelRe.Blazor3D&version=1.2.1
                    
Install as a Cake Addin
#tool nuget:?package=SamuelRe.Blazor3D&version=1.2.1
                    
Install as a Cake Tool

Blazor3D-Core

Blazor component that displays 3D things 😃

Blazor + ThreeJS = Blazor3D

You can find the documentation and examples of using Blazor3D here

Changes from Original HomagGroup/Blazor3D

  • Added support for ShaderMaterial to allow for custom fragement/vertexShader
  • Added support RawBufferGeometry to allow for setting of vertices/indices directly
  • Added support for changing position/rotation/scale of objects based on uuid without rebuilding scene

Build Instructions

Build the Javascript bundle using webpack

  • From a node.js command prompt, navigate to Blazor3D-Core\src\javascript
  • Run npx webpack --mode production
  • A bundle.js will be created inside Blazor3D-Core\src\dotnet\Blazor3D\Blazor3D\wwwroot\js which Blazor can reference

Build the dotnet assembly

  • Build the csproj from VSCode or Visual Studio
  • dotnet pack to package into a nupkg
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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.3.4 151 5/29/2025
1.3.3 146 5/27/2025
1.3.2 142 5/27/2025
1.3.1 151 5/25/2025
1.3.0 151 5/25/2025
1.2.10 144 5/20/2025
1.2.9 142 5/19/2025
1.2.8 141 5/19/2025
1.2.7 143 5/19/2025
1.2.6 149 5/19/2025
1.2.5 145 5/18/2025
1.2.4 141 5/18/2025
1.2.3 104 5/17/2025
1.2.2 105 5/17/2025
1.2.1 232 5/13/2025
1.2.0 225 5/13/2025
1.1.1 231 5/12/2025
1.1.0 232 5/12/2025