![]() |
VOOZH | about |
dotnet add package LughSharp --version 0.0.1-beta4.1
NuGet\Install-Package LughSharp -Version 0.0.1-beta4.1
<PackageReference Include="LughSharp" Version="0.0.1-beta4.1" />
<PackageVersion Include="LughSharp" Version="0.0.1-beta4.1" />Directory.Packages.props
<PackageReference Include="LughSharp" />Project file
paket add LughSharp --version 0.0.1-beta4.1
#r "nuget: LughSharp, 0.0.1-beta4.1"
#:package LughSharp@0.0.1-beta4.1
#addin nuget:?package=LughSharp&version=0.0.1-beta4.1&prereleaseInstall as a Cake Addin
#tool nuget:?package=LughSharp&version=0.0.1-beta4.1&prereleaseInstall as a Cake Tool
( Heavily Work In Progress )
C# 2D Game Framework project inspired by, but not a direct copy of, the Java LibGDX Game Framework.# The original reason for this project was to learn C# and to gain experience with C#, as my exposure that language, and OOP in general was very limited ( I've spent most of my career with C and Assembly languages ).
I realise and accept that the code within this project is not the best, and that it is not production ready. I'm working on it, and I'm hoping to release a version 1.0.0 at some point.
Audio needs testing and/or finishing.
TiledMapPacker support.
Scene2D UI is not yet complete. 1. I'm currently testing the UI Actors and their functionality. 2. I'm working on adding StyleRegistry and StyleFactory classes to enable creation and use of Scene2D UI Actors without the need for Json Skin files, although support for Json Skins will still be retained.
- Button - Done
- CheckBox - Done
- Dialog -
- ImageButton - Done
- ImageTextButton - Done
- Label - Done
- ListBox - Done
- ProgressBar - Done
- Scene2DImage - Done
- ScrollPane - Done
- SelectBox -
- Slider - Done
- SplitPane -
- Table -
- TextArea - Done
- TextButton - Done
- TextField - Done
- TextTooltip -
- Tooltip -
- Touchpad -
- Tree -
- Window -
Something for consideration:
All Styles should provide a fully defined default style. This will remove any possibility of problems with the default style not being defined..
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.1-beta4.1 | 39 | 6/17/2026 |
| 0.0.1-beta4.0 | 69 | 5/12/2026 |
| 0.0.1-beta3.4 | 94 | 3/16/2026 |
| 0.0.1-beta3.3 | 255 | 12/15/2025 |
| 0.0.1-beta3.2 | 155 | 8/8/2024 |
| 0.0.1-beta3.1 | 146 | 7/7/2024 |
| 0.0.1-beta3 | 149 | 7/4/2024 |
| 0.0.1-beta1 | 159 | 3/16/2024 |
Updated for internal structural testing.