LughSharp 0.0.1-beta4.0
dotnet add package LughSharp --version 0.0.1-beta4.0
NuGet\Install-Package LughSharp -Version 0.0.1-beta4.0
<PackageReference Include="LughSharp" Version="0.0.1-beta4.0" />
<PackageVersion Include="LughSharp" Version="0.0.1-beta4.0" />
<PackageReference Include="LughSharp" />
paket add LughSharp --version 0.0.1-beta4.0
#r "nuget: LughSharp, 0.0.1-beta4.0"
#:package LughSharp@0.0.1-beta4.0
#addin nuget:?package=LughSharp&version=0.0.1-beta4.0&prerelease
#tool nuget:?package=LughSharp&version=0.0.1-beta4.0&prerelease
C# 2D Game Framework project inspired by, but not a direct copy of, the Java LibGDX Game Framework.
( Heavily Work In Progress )
WORKING:
- Asset Management.
- TexturePacker support.
- OpenGL 2D Graphics.
- TiledMap support.
- BitmapFont support.
- Json handling to support Scene2D Skins.
- Ninepatch support
- Sprite2D animations.
- ImagePacker
- Input System works.
- TiledMap Animated Tiles work.
- Sprite Scrolling.
IN PROGRESS:
- 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 currently 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 -Scene2D UI Actor Styles must initialise all properties.
- ButtonStyle - Done - CheckBoxStyle - Done - DialogStyle - Done - ImageButtonStyle - Done - ImageTextButtonStyle - Done - LabelStyle - Done - ListBoxStyle - Done - ProgressBarStyle - Done - ScrollPaneStyle - Done - SelectBoxStyle - Done - SliderStyle - Done - SplitPaneStyle - Done - TextAreaStyle - Done - TextButtonStyle - Done - TextFieldStyle - Done - TextTooltipStyle - Done - TouchpadStyle - Done - TreeStyle - Done - WindowStyle - Done - ButtonStyleRecord - - CheckBoxStyleRecord - - DialogStyleRecord - - ImageButtonStyleRecord - - ImageTextButtonStyleRecord - - LabelStyleRecord - - ListBoxStyleRecord - - ProgressBarStyleRecord - - ScrollPaneStyleRecord - - SelectBoxStyleRecord - - SliderStyleRecord - - SplitPaneStyleRecord - - TextAreaStyleRecord - - TextButtonStyleRecord - - TextFieldStyleRecord - - TextTooltipStyleRecord - - TouchpadStyleRecord - - TreeStyleRecord - - WindowStyleRecord -
TODO:
- Add Copy() methods for Mutable classes.
- GameSprite helpers.
- Network / HTTP etc.
- Update Logger.Debug and Logger.Error to acceot NULL messages and report them as such.
- Box2D Physics support.
- 3D Graphics needs testing and/or finishing.
- 2D Particle System needs testing and/or finishing.
- Freetype Font generation.
- SpriteFont support.
FUTURE UPDATES:
- Migrate to EventHandler based event system for Scene2D. This is a BIG task and will require a lot of work.
- Use NUnit for testing properly.
| 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 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. |
-
net8.0
- DotGLFW (>= 1.2.0)
- JetBrains.Annotations (>= 2025.2.4)
- Newtonsoft.Json (>= 13.0.4)
- RestSharp (>= 114.0.0)
- SharpZipLib (>= 1.4.2)
- StbiSharp (>= 1.2.1)
- System.Drawing.Common (>= 10.0.7)
- System.Drawing.Primitives (>= 4.3.0)
- System.IO.Abstractions (>= 22.1.1)
- System.IO.Hashing (>= 10.0.7)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
- System.Text.Json (>= 10.0.7)
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 |
|---|---|---|
| 0.0.1-beta4.0 | 63 | 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 |
Released for internal structural testing.