ApprenticeFoundryBlazorThreeJS 17.3.0
dotnet add package ApprenticeFoundryBlazorThreeJS --version 17.3.0
NuGet\Install-Package ApprenticeFoundryBlazorThreeJS -Version 17.3.0
<PackageReference Include="ApprenticeFoundryBlazorThreeJS" Version="17.3.0" />
paket add ApprenticeFoundryBlazorThreeJS --version 17.3.0
#r "nuget: ApprenticeFoundryBlazorThreeJS, 17.3.0"
// 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
- Setup: Add the BlazorThreeJS package to your Blazor project.
- Import: Import the necessary namespaces in your Blazor components.
- 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 | Versions 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. |
-
net8.0
- ApprenticeFoundryRulesAndUnits (>= 5.2.0)
- Blazor.Extensions.Canvas (>= 1.1.1)
- BlazorComponentBus (>= 2.2.0)
- Microsoft.AspNetCore.Components.Web (>= 8.0.0)
- System.Text.Json (>= 9.0.0)
-
net9.0
- ApprenticeFoundryRulesAndUnits (>= 5.2.0)
- Blazor.Extensions.Canvas (>= 1.1.1)
- BlazorComponentBus (>= 2.2.0)
- Microsoft.AspNetCore.Components.Web (>= 8.0.0)
- System.Text.Json (>= 9.0.0)
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 |