ApprenticeFoundryBlazorThreeJS 17.3.0

dotnet add package ApprenticeFoundryBlazorThreeJS --version 17.3.0                
NuGet\Install-Package ApprenticeFoundryBlazorThreeJS -Version 17.3.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="ApprenticeFoundryBlazorThreeJS" Version="17.3.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ApprenticeFoundryBlazorThreeJS --version 17.3.0                
#r "nuget: ApprenticeFoundryBlazorThreeJS, 17.3.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 ApprenticeFoundryBlazorThreeJS as a Cake Addin
#addin nuget:?package=ApprenticeFoundryBlazorThreeJS&version=17.3.0

// Install ApprenticeFoundryBlazorThreeJS as a Cake Tool
#tool nuget:?package=ApprenticeFoundryBlazorThreeJS&version=17.3.0                

BlazorThreeJS

BlazorThreeJS is a NuGet package that provides seamless integration of the Three.js library with Blazor applications. This package allows developers to create rich 3D graphics and animations using the power of Three.js within a Blazor project.

Features

  • Easy integration of Three.js with Blazor
  • Create and manipulate 3D objects and scenes
  • Support for animations
  • Comprehensive documentation and examples

Installation

To install BlazorThreeJS, run the following command in the NuGet Package Manager Console:

Install-Package BlazorThreeJS

Alternatively, you can add the package reference directly to your .csproj file:

<PackageReference Include="BlazorThreeJS" Version="17.1.0" />

Getting Started

  1. Setup: Add the BlazorThreeJS package to your Blazor project.
  2. Import: Import the necessary namespaces in your Blazor components.
  3. Create: Use the provided components and services to create and manipulate 3D scenes.

Example

@page "/clock"

@using FoundryBlazor.Shared
@using FoundryRulesAndUnits.Extensions
@using BlazorThreeJS.Viewers

@rendermode InteractiveServer

<PageTitle>Clock</PageTitle>
<h2>Canvas3DComponent and calls API's top create Clock</h2>

<div class="d-flex">
    <Canvas3DComponent SceneName="Clock3D" @ref="Canvas3DReference" CanvasWidth=@CanvasWidth CanvasHeight=@CanvasHeight />
    <ShapeTreeView/>
</div>

Documentation

For detailed documentation and examples, please visit the official documentation.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any questions or feedback, please open an issue on the GitHub repository.

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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ApprenticeFoundryBlazorThreeJS:

Package Downloads
ApprenticeFoundryBlazor

2D and 3D graphics for blazor applications

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
17.3.0 85 1/30/2025
17.2.2 51 1/28/2025
17.1.2 94 1/28/2025
17.1.1 42 1/27/2025
17.1.0 47 1/27/2025
16.2.0 104 11/17/2024
16.1.0 181 11/16/2024
16.0.0 119 11/10/2024
15.4.0 97 11/4/2024
15.3.0 104 10/30/2024
15.2.0 271 9/12/2024
15.1.0 106 9/12/2024
15.0.0 101 9/12/2024
14.2.0 184 8/28/2024
14.1.0 206 8/21/2024
14.0.0 134 8/21/2024
4.4.0 122 8/20/2024
4.3.0 128 8/10/2024
4.2.0 414 7/19/2024
4.1.0 227 5/6/2024
4.0.0 232 3/12/2024
3.1.0 198 2/14/2024
3.0.1 382 12/11/2023
3.0.0 206 11/26/2023
2.2.3 238 11/18/2023
2.2.2 167 11/16/2023
2.2.1 150 11/14/2023
2.2.0 141 11/14/2023
2.1.5 727 10/2/2023
2.0.5 192 10/1/2023