Skip to content
Christian edited this page Dec 14, 2023 · 11 revisions

Welcome to the LaloLibrary wiki!

Basic Info

This library targets all c#-.NET projects above .NET 6 Framework

Getting Started


There are 2 ways to import and use this library on your projects:

Manually

  1. lone this repository with the next command on your preferred CLI tool:
git clone (https://github.com/CristianLaimon/LaloLibrary.git)
  1. Then run the next command to restore the dependencies of this project:
dotnet restore
  1. Compile the project with:
dotnet build 
  1. Inside bin/ folders you will find several files, the important one is "lalolibrary.dll"

  2. 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 🦊

Automatically (Through Nuget Package)

  1. Go to "Manage Nuget Packages" from visual studio

image

  1. Search and install it. That's it

Recording 2023-12-14 at 15 25 28

Through CLI run the next command (this does the same thing but no GUI)

dotnet add package LaloLibrary

What you can do?

This library contains many reinvented data stuctures as:

image

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


Wiki

Home


Contents

Working on...

Clone this wiki locally