AshLib 3.3.0

Additional Details

i want to add icon

There is a newer version of this package available.
See the version list below for details.
dotnet add package AshLib --version 3.3.0
                    
NuGet\Install-Package AshLib -Version 3.3.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="AshLib" Version="3.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AshLib" Version="3.3.0" />
                    
Directory.Packages.props
<PackageReference Include="AshLib" />
                    
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 AshLib --version 3.3.0
                    
#r "nuget: AshLib, 3.3.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 AshLib@3.3.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=AshLib&version=3.3.0
                    
Install as a Cake Addin
#tool nuget:?package=AshLib&version=3.3.0
                    
Install as a Cake Tool

AshLib

<img src="res/icon.png" width="200"/> Library that comes with multiple utilities

Documentation

ALL DOCUMENTATION IS HAND MADE

For a more detailed explanation, you can visit the Usage Documentation
For a more practical explanation in the form of examples, you can visit the Examples
For a reference on everything, you can visit the Reference Documentation

AshFile

An AshFile is a data structure composed of camps. Each camp has a name and a value. This value can be of different types(numbers, text...)
It also is a file format, with the extension .ash. It is very easy to save and load an AshFile from a file, making it a reliable and easy way to use it in programming projects and then store it
You can also use Models to ensure the camps are in the expected format
Additionally, you can transform them to JSON and visualize them in many ways
More information here

FormatString

A formatted string, for displaying colored, bold, underlined, etc. text in the console using ANSI escape sequences. It also provides many useful functionalities for string and formatting purposes
It supporsts NO_COLOR environment variable. Read more here
More information here

Trees

Trees are graphs made of nodes, that have a value of any type and child nodes. They are useful for a multitude of reasons
There is support for a compact string format for sharing and many ways to visualize them

DeltaHelper

This little utility will make it easy to calculate fps and deltaTime. You just need to call a method once a frame

TimeTool

Utility that helps you debug time related stuff(for example, the percentage operations are taking each frame)

Dates

This is a struct that represents a time, down to seconds, between the years 1488 and 2511. Its main attraction is you can convert this Date int just 6 base64 printable chars. This is called CPTF(Compressed printable date format)

Colors and Vectors

This library comes with structs for RGB colors and 2,3 and 4 dimension vectors

TreeLog

Utility that will help you produce a Collapsible and idented log for making debugging easier. There is a notepad++ custom language in here. Note that this custom language is thought for the dark theme

Dependencies

This utility helps you handle files in a project, using a folder similar to the .minecraft folder

License

This software is licensed under the MIT License

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AshLib:

Package Downloads
ashConsoleGraphics

UIs and interfaces in your console

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.4.0 164 7/9/2025
3.3.1 194 5/11/2025
3.3.0 241 5/10/2025 3.3.0 is deprecated because it has critical bugs.
3.2.3 152 5/7/2025
3.2.2 137 3/2/2025
3.2.1 112 2/19/2025
3.2.0 106 2/14/2025
3.1.0 112 2/12/2025
3.0.1 131 2/9/2025
2.2.0 118 2/8/2025
2.1.0 175 8/24/2024
2.0.1 150 5/16/2024
2.0.0 146 4/24/2024

3.3 fixed errors and added formatting