LibreMetaverse.PrimMesher 2.1.0.660-alpha

This is a prerelease version of LibreMetaverse.PrimMesher.
There is a newer version of this package available.
See the version list below for details.
dotnet add package LibreMetaverse.PrimMesher --version 2.1.0.660-alpha
                    
NuGet\Install-Package LibreMetaverse.PrimMesher -Version 2.1.0.660-alpha
                    
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="LibreMetaverse.PrimMesher" Version="2.1.0.660-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LibreMetaverse.PrimMesher" Version="2.1.0.660-alpha" />
                    
Directory.Packages.props
<PackageReference Include="LibreMetaverse.PrimMesher" />
                    
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 LibreMetaverse.PrimMesher --version 2.1.0.660-alpha
                    
#r "nuget: LibreMetaverse.PrimMesher, 2.1.0.660-alpha"
                    
#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.
#addin nuget:?package=LibreMetaverse.PrimMesher&version=2.1.0.660-alpha&prerelease
                    
Install LibreMetaverse.PrimMesher as a Cake Addin
#tool nuget:?package=LibreMetaverse.PrimMesher&version=2.1.0.660-alpha&prerelease
                    
Install LibreMetaverse.PrimMesher as a Cake Tool
 _ _ _            __  __ ___ _____ ___   _____ ___  ___ ___ 
| (_) |__ _ _ ___|  \/  | __|_   _/_\ \ / / __| _ \/ __| __|
| | | '_ \ '_/ -_) |\/| | _|  | |/ _ \ V /| _||   /\__ \ _| 
|_|_|_.__/_| \___|_|  |_|___| |_/_/ \_\_/ |___|_|_\|___/___|

LibreMetaverse

LibreMetaverse is a fork of libOpenMetaverse which in turn was a fork of libSecondLife, a library for developing Second Life-compatible virtual world clients. LibreMetaverse returns the focus to up-to-date Second Life and OpenSim compatibility with an eye to performance, multi-threading, and memory management.

The canonical source for LibreMetaverse can be found at: https://github.com/cinderblocks/libremetaverse

Simple installation procedure

Windows

The dotnet utility is cross-platform so compilation is no different than on Linux/macOS. You may, however, opt to use Visual Studio as you would any other .NET application.

Linux/macOS

  • Make sure you have at least dotnet installed, with a valid SDK and runtime of at least .NET6 available!

  • From the root, run dotnet restore LibreMetaverse.Release.sln. You should get some errors regarding missing Windows libraries; that's ok, you can ignore those, they're to be expected since Linux/macOS do not include such libraries. Some test applications are Windows-only.
    If all goes well, you should now have all dependent packages properly installed.

  • From the root, run dotnet msbuild LibreMetaverse.Release.sln, and enjoy the superfast Roslyn compiler at work 😄 It should finish after a few minutes, depending on the speed of your machine.

  • Your binaries will be under ../bin/net6.0 or ../bin/net7.0 (there might be a few more directories under ../bin), depending on what runtimes you have installed on your system. Make sure you cd to the correct directory depending on the runtime you have, and then search for all your binaries there: they should be normal-looking executable files (with the x attribute set) and having the name of the appropriate test application (e.g. TestClient for the interactive testing tool).

  • Unlike OpenSimulator and LibOpenMetaverse, you don't need to launch the binaries with Mono, they're directly executable; the dotnet chain already embeds the small runtime that allows .NET apps to run natively on whatever operating system you've got.

GUI support under Linux/macOS

LibreMetaverse.GUI is not available on Linux/macOS due to Microsoft's lack of support for GDI/WinForms on non-Windows platforms. They may work using Mono's implemention and can always be emulated using a product like Wine.

The GUI library is being phased out and eventually being replaced by a more cross-platform framework like Avalonia or MAUI.

LibreMetaverse NuGet-Release
NuGet Downloads
Build status
Test status
Codacy Badge
.NET
CodeQL
BSD Licensed
Commits per month
ZEC BTC

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 LibreMetaverse.PrimMesher:

Package Downloads
LibreMetaverse.Rendering.Meshmerizer

Meshmerizer library for rendering mesh assets in LibreMetaverse

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.2.987 0 6/10/2025
2.3.1.973 116 6/3/2025
2.3.0.961 160 5/28/2025
2.2.12.959 152 5/27/2025
2.2.11.954 99 5/23/2025
2.2.10.950 228 5/7/2025
2.2.9.940 177 4/30/2025
2.2.8.932 126 4/27/2025
2.2.7.928 117 4/26/2025
2.2.6.924 224 4/22/2025
2.2.5.921 498 3/26/2025
2.2.4.917 166 2/14/2025
2.2.3.909 161 1/28/2025
2.2.2.904 147 1/25/2025
2.2.1.895 154 1/23/2025
2.2.0.890 158 1/22/2025
2.2.0.730-alpha 122 9/2/2024
2.1.11.859 147 1/19/2025
2.1.10.841 146 1/15/2025
2.1.9.838 123 1/15/2025
2.1.8.824 118 1/14/2025
2.1.7.767 173 1/2/2025
2.1.6.760 166 12/30/2024
2.1.5.753 139 12/29/2024
2.1.5.749 130 12/29/2024
2.1.4.744 162 12/24/2024
2.1.4.742 141 12/24/2024
2.1.3.735 200 11/1/2024
2.1.2.688 211 8/10/2024
2.1.1.671 171 8/8/2024
2.1.0.729-alpha 117 9/2/2024
2.1.0.666 154 8/7/2024
2.1.0.660-alpha 77 8/3/2024
2.1.0.657-alpha 89 8/2/2024
2.1.0.654-alpha 87 8/2/2024
2.1.0.648-alpha 127 7/17/2024
2.1.0.646-alpha 99 7/14/2024
2.0.11.636 178 7/7/2024
2.0.10.575 650 3/12/2023
2.0.9.562 687 2/5/2023
2.0.8.558 521 2/3/2023
2.0.6.545 554 1/19/2023
2.0.5.536 704 12/2/2022
2.0.4.532 636 11/28/2022
2.0.3.521 628 11/16/2022
2.0.2.514 717 11/11/2022
2.0.1.511 636 11/11/2022
2.0.0.497 696 11/5/2022
1.9.20.450 1,060 3/1/2022
1.9.19.438 901 1/23/2022
1.9.18.429 788 1/12/2022
1.9.17.425 575 1/10/2022
1.9.16.420 606 1/6/2022
1.9.15.410 573 1/5/2022
1.9.12.389 725 1/4/2022
1.9.11.376 626 12/30/2021
1.9.10.346 601 12/22/2021
1.9.9.339 738 12/13/2021
1.9.8.330 858 12/9/2021
1.9.7.307 601 12/7/2021
1.9.6.304 638 12/6/2021
1.9.5.301 618 12/6/2021
1.9.4.297 837 11/21/2021
1.9.3.293 918 11/18/2021
1.9.1.273 769 9/26/2021
1.9.0.265 740 9/24/2021
1.8.10.260 734 9/24/2021
1.8.9.245 793 9/18/2021
1.8.8.240 731 9/17/2021
1.8.7.236 722 9/14/2021
1.8.6.228 788 9/11/2021
1.8.5.225 767 9/10/2021
1.8.4.217 850 7/25/2021
1.8.2.184 665 7/22/2021
1.8.1.180 635 7/14/2021
1.8.0.196-alpha 405 7/24/2021
1.8.0.195-alpha 397 7/24/2021
1.8.0.177 719 7/10/2021
1.7.0.174-alpha 397 7/10/2021
1.7.0.164-alpha 417 6/29/2021
1.6.3.170 717 7/4/2021
1.6.2.162 765 6/27/2021
1.6.1.160 773 6/27/2021
1.6.0.157 692 6/19/2021
1.5.0.295-alpha 645 10/23/2019
1.5.0.294-alpha 621 10/23/2019
1.5.0.292-alpha 621 10/23/2019
1.5.0.291-alpha 598 10/23/2019
1.5.0.290-alpha 641 10/23/2019
1.5.0.288-alpha 644 10/22/2019
1.5.0.286-alpha 639 10/22/2019
1.5.0.284-alpha 582 10/22/2019
1.5.0.282-alpha 626 10/22/2019
1.5.0.278-alpha 609 10/22/2019
1.5.0.274-alpha 626 10/22/2019
1.5.0.273-alpha 594 10/22/2019
1.5.0.272-alpha 629 10/22/2019
1.5.0.271-alpha 612 10/22/2019
1.5.0.268-alpha 608 10/22/2019
1.5.0.265-alpha 643 10/22/2019
1.5.0.263-alpha 664 10/21/2019
1.5.0.152-alpha 380 6/18/2021
1.5.0.51-alpha 588 12/17/2019
1.5.0.47-alpha 584 12/12/2019
1.5.0.42-alpha 574 12/3/2019
1.5.0.32-alpha 572 11/3/2019
1.5.0.27-alpha 597 10/31/2019
1.5.0.26-alpha 593 10/30/2019
1.5.0.25-alpha 575 10/29/2019
1.5.0.23-alpha 635 10/28/2019
1.5.0.17-alpha 585 10/27/2019
1.5.0.16-alpha 596 10/27/2019
1.5.0.14-alpha 609 10/26/2019
1.5.0.11-alpha 601 10/25/2019
1.5.0.8-alpha 638 10/24/2019
1.5.0.4-alpha 610 10/24/2019
1.5.0.3-alpha 605 10/23/2019
1.5.0.1-alpha 618 10/23/2019
1.4.15.153 674 6/18/2021
1.4.14.137 742 1/29/2021
1.4.13.128 743 1/10/2021
1.4.12.121 893 12/6/2020
1.4.11.113 936 7/5/2020
1.4.10.110 818 7/1/2020
1.4.9.107 1,217 5/10/2020
1.4.8.89 932 2/12/2020
1.4.7.84 920 2/9/2020
1.4.6.80 1,001 1/24/2020
1.4.5.48 1,050 12/12/2019
1.4.4.43 953 12/3/2019
1.4.3.33 958 11/3/2019
1.4.2.22 1,016 10/28/2019
1.4.1.12 1,025 10/25/2019
1.4.0.293 1,023 10/23/2019
1.4.0.262-alpha 665 10/21/2019
1.4.0.260-alpha 661 10/21/2019
1.4.0.259-alpha 607 10/21/2019
1.4.0.257-alpha 606 10/12/2019
1.4.0.256-alpha 634 10/9/2019
1.4.0.255-alpha 619 10/9/2019
1.4.0.251-alpha 639 10/9/2019
1.4.0.248-alpha 637 10/9/2019
1.4.0.246-alpha 627 10/8/2019
1.4.0.244-alpha 571 10/6/2019
1.4.0.242-alpha 638 10/4/2019
1.4.0.241-alpha 656 10/4/2019
1.4.0.240-alpha 649 10/4/2019
1.4.0.238-alpha 635 8/31/2019
1.4.0.237-alpha 681 8/13/2019
1.4.0.235-alpha 625 8/11/2019
1.4.0.233-alpha 647 8/11/2019
1.4.0.232-alpha 640 8/10/2019
1.4.0.227-alpha 636 8/10/2019
1.4.0.226-alpha 635 8/10/2019
1.4.0.225-alpha 680 8/10/2019
1.4.0.224-alpha 641 7/14/2019
1.3.8.258 1,054 10/16/2019
1.3.7.252 1,080 10/9/2019
1.3.6.247 1,023 10/8/2019
1.3.5.245 1,058 10/6/2019
1.3.4.243 1,040 10/4/2019
1.3.3.239 1,015 8/31/2019
1.3.2.236 1,040 8/11/2019
1.3.1.234 1,036 8/11/2019
1.3.0.223 1,075 7/14/2019
1.3.0.222-alpha 671 7/14/2019
1.3.0.221-alpha 633 7/1/2019
1.3.0.216-alpha 636 6/24/2019
1.3.0.215-alpha 625 6/24/2019
1.3.0.214-alpha 659 6/23/2019
1.2.12.220 1,009 6/30/2019
1.2.9.209 1,002 6/23/2019
1.2.8.207 1,034 6/23/2019
1.2.7.205 1,094 6/9/2019
1.2.6.203 1,094 6/8/2019
1.2.5.188 1,726 1/29/2018
1.2.4.182 1,412 1/28/2018
1.2.2.159 1,557 1/25/2018
1.2.1.151 1,720 10/21/2017
1.2.0.146 2,019 9/4/2017
1.0.15 978 10/27/2019
1.0.10 998 10/25/2019
1.0.9 994 10/25/2019