Skip to content

Blazor component that displays 3D things :) Blazor + ThreeJS = Blazor3D

License

Notifications You must be signed in to change notification settings

HomagGroup/Blazor3D-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazor3D-Core

Blazor component that displays 3D things :)

Blazor + ThreeJS = Blazor3D

You can find the documentation and examples of using Blazor3D here

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