-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome to the LaloLibrary wiki!
This library targets all c#-.NET projects above .NET 6 Framework
There are 2 ways to import and use this library on your projects:
- lone this repository with the next command on your preferred CLI tool:
git clone (https://github.com/CristianLaimon/LaloLibrary.git)
- Then run the next command to restore the dependencies of this project:
dotnet restore
- Compile the project with:
dotnet build
-
Inside bin/ folders you will find several files, the important one is "lalolibrary.dll"
-
Extract this file and use it as an assembly reference to your project adding it to your root project or wherever you want to keep it 🦊
- Go to "Manage Nuget Packages" from visual studio

- Search and install it. That's it

Through CLI run the next command (this does the same thing but no GUI)
dotnet add package LaloLibrary
This library contains many reinvented data stuctures as:

Note: Some names are just to fit this library's name, but "lalo" doesn't mean anything relevant. Just for fun
-
Forms Methods to draw on a Form using a picture box and bitmaps
-
Geometry And Physics (Minor Functionality) Useful classes for basic figures like Circles and Vectors