Asteroid.Simulation 0.4.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Asteroid.Simulation --version 0.4.0
                    
NuGet\Install-Package Asteroid.Simulation -Version 0.4.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="Asteroid.Simulation" Version="0.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Asteroid.Simulation" Version="0.4.0" />
                    
Directory.Packages.props
<PackageReference Include="Asteroid.Simulation" />
                    
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 Asteroid.Simulation --version 0.4.0
                    
#r "nuget: Asteroid.Simulation, 0.4.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.
#:package Asteroid.Simulation@0.4.0
                    
#: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=Asteroid.Simulation&version=0.4.0
                    
Install as a Cake Addin
#tool nuget:?package=Asteroid.Simulation&version=0.4.0
                    
Install as a Cake Tool

Asteroid.Simulation

编译期闭合的局部模拟层:在 obj 骨架之下为“万级同质实体 + 每帧全量扫”负载提供数据导向执行面。

  • 结构是静态版 archetype:签名图、运行时匹配、搬家协议全部上移编译期;运行时只剩“每签名一块 SoA 存储”。
  • 业务面五样声明:列 struct、种类清单、系统方法、一条序、事件 struct。
  • 复杂度归框架侧:生成器发射世界编排(存储/系统展开/生灭排水/事件序/时钟),分析器在编译期抓违约。
  • 核零 Godot 引用;呈现适配(MultiMesh 直连 RenderingServer)住 addon。

双包:Asteroid.Simulation(运行时核 + att 契约)与 Asteroid.Simulation.CompilerTools(生成器+分析器, 经主包 buildTransitive 传递注入,引用主包即得)。

设计全案见 DESIGN.md;使用手册见仓库 docs/FrameworkUsage.md 的 Simulation 章。

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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