![]() |
VOOZH | about |
dotnet add package EnginePseudo3D.PartsWorldLib --version 2.3.1
NuGet\Install-Package EnginePseudo3D.PartsWorldLib -Version 2.3.1
<PackageReference Include="EnginePseudo3D.PartsWorldLib" Version="2.3.1" />
<PackageVersion Include="EnginePseudo3D.PartsWorldLib" Version="2.3.1" />Directory.Packages.props
<PackageReference Include="EnginePseudo3D.PartsWorldLib" />Project file
paket add EnginePseudo3D.PartsWorldLib --version 2.3.1
#r "nuget: EnginePseudo3D.PartsWorldLib, 2.3.1"
#:package EnginePseudo3D.PartsWorldLib@2.3.1
#addin nuget:?package=EnginePseudo3D.PartsWorldLib&version=2.3.1Install as a Cake Addin
#tool nuget:?package=EnginePseudo3D.PartsWorldLib&version=2.3.1Install as a Cake Tool
Parts World Library provides reusable components for rendering 2.5D world surfaces (floors, ceilings, sky, etc.) using SFML /.NET shaders.
Your fragment shader must declare and use the following uniforms:
scale (float)
Controls texture tiling density for floor or ceiling surfaces.
originPosition (vec2)
World-space player/camera position, converted into texture coordinate units.
angle (float)
Camera’s horizontal rotation (yaw), in radians.
verticalAngle (float)
Camera’s vertical tilt (pitch).
FOV (float)
Field-of-view factor, used to project screen rays into world space.
resolution (vec2)
Current window dimensions: (width, height).
upFactor (float)
Multiplier for upward pitch offset when verticalAngle ≤ 0.
downLogScale (float)
Logarithmic scale factor for downward pitch offset when verticalAngle > 0.
downFactor (float)
Linear scale factor for downward pitch offset.
offsetY (float)
Vertical normalization coefficient (e.g. floorYOffset or ceilingOffset).
invertEffect (bool)
If true, inverts the distance-based blending of the effect.
effectColor (vec4)
RGBA base color for the distance-based effect.
effectStrength (float)
Multiplier determining how strongly distance influences the effect.
effectRange (float)
Softness of the effect’s transition gradient.
effectStart (float)
Distance at which the effect begins to appear.
effectEnd (float)
Distance at which the effect is fully applied or fades out.
git clone git@github.com:Speyd/Game2_5D.git
cd Game2_5D/PartsWorldLib
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on EnginePseudo3D.PartsWorldLib:
| Package | Downloads |
|---|---|
|
EnginePseudo3D.Core
This is an engine that uses raycasting method and SFML framework to render the scene. This project implements most of the mechanics for writing the game. Designed for quick setup and easy integration into your code! |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.3.1 | 230 | 12/5/2025 |
| 2.3.0 | 694 | 12/1/2025 |
| 2.2.9 | 695 | 12/1/2025 |
| 2.2.8 | 384 | 11/30/2025 |
| 2.2.7 | 298 | 11/30/2025 |
| 2.2.6 | 155 | 11/30/2025 |
| 2.2.5 | 132 | 11/30/2025 |
| 2.2.4 | 136 | 11/29/2025 |
| 2.2.3 | 218 | 11/23/2025 |
| 2.2.2 | 201 | 11/23/2025 |
| 2.2.1 | 193 | 11/23/2025 |
| 2.2.0 | 199 | 11/23/2025 |
| 2.1.9 | 277 | 11/22/2025 |
| 2.1.8 | 273 | 11/22/2025 |
| 2.1.7 | 328 | 11/21/2025 |
| 2.1.6 | 216 | 11/15/2025 |
| 2.1.5 | 317 | 11/13/2025 |
| 2.1.4 | 255 | 11/9/2025 |
| 2.1.3 | 256 | 11/9/2025 |
| 2.1.2 | 214 | 10/21/2025 |