This repository holds the source code for Lynar Studios - Math library.

Patrick-Christopher Mattulat 351a29494f Add clang code configurations 1 yıl önce
config bf4597d1c0 Apply project template 2 yıl önce
include 21722ec1b0 Rename library structures 2 yıl önce
source a96564752b Add missing header to Vector2 class 2 yıl önce
test 21722ec1b0 Rename library structures 2 yıl önce
.clang-format 351a29494f Add clang code configurations 1 yıl önce
.clang-tidy 351a29494f Add clang code configurations 1 yıl önce
.gitignore 08d1d8899c Extend .gitignore file to ignore release build folder 2 yıl önce
CMakeLists.txt a16ac3ae15 Increase library version 1 yıl önce
LICENSE.MIT bf4597d1c0 Apply project template 2 yıl önce
README.md a16ac3ae15 Increase library version 1 yıl önce

README.md

Lynar Studios - Math Library - 2023.1.0

This library provides mathematical functionalities. All functionalities are provided in independent modules, which can be added to your project.

Core

This module provides basic functionalities, like datatypes and interfaces, which are shared among other modules.

Vector

This module provides vector functionalities of a cartesian coordinate system.

Changelog

Features

  • none

Improvements

  • none

Fixes

  • none

Documentation

Currently, there is no documentation available due to the small scope of this library.

Building

The project's build tool is CMake. To compile the module libraries you'd need CMake in place, as well as a supported compiler. This project is supposed to be cross-platform, so all known compilers should be supported, although there is no warranty for this!

Testing

This project contains unit tests to provide test coverage.
To run those tests you have to build this project with option BUILD_LS_MATH_WITH_TESTS set to ON - then reset and reload the CMake project.