Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.45 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.45 KB

LUtils

A Utils Library for my other Projects

Installation

Add it as implementation to your build.gradle.

repositories {
    mavenCentral()
}

dependencies {
    implementation 'de.linusdev:lutils:1.1.3'
}

Contents

  • LLinkedList: A thread safe linked list
  • SGR: ANSI "Select Graphic Rendition" control sequence
  • Color: Color class (RGBA and HSVA)
  • Bitfield: Bitfield classes
  • Async Framework: Async classes
  • Structure: classes to create C-structures in Java
  • VMath: Vector and matrix math. Buffer backed or array backed.
  • HTTP: HTTPRequest, HTTPResponse, Header and more.
  • Code Generator: Generate Java Code. WIP!