Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.13 KB

File metadata and controls

29 lines (25 loc) · 1.13 KB

Utils

A utility library providing common solutions for your code. It already includes several implemented features, such as:

  • Common concepts(from C++20)
  • Common classes for working with a space coordinates
  • Common functions to work with Math
  • Common interfaces\patterns
  • Enum-generator
  • Atomic string for working with compile-time and dynamic strings
  • Delegates
  • Run-time asserts

Table of contents

  1. Getting started
    1. Build Requirements
    2. Installation
  2. Road map
    1. Common concepts
    2. Space coordinates
    3. Math
    4. Interfaces & patterns
    5. Enum-generator
    6. Atomic Strings
    7. Delegates
    8. Asserts
  3. Feedback & Contacts