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

Patrick-Christopher Mattulat 919cfd48c7 Merge branch 'master' into development 1 рік тому
config bf4597d1c0 Apply project template 1 рік тому
include 02b98c829f Fix header file naming in dynamic-goal header 1 рік тому
source ef5f8d451e Remove underscores in project naming convention 1 рік тому
test ef5f8d451e Remove underscores in project naming convention 1 рік тому
.clang-format 351a29494f Add clang code configurations 1 рік тому
.clang-tidy 351a29494f Add clang code configurations 1 рік тому
.gitignore 08d1d8899c Extend .gitignore file to ignore release build folder 1 рік тому
CMakeLists.txt 2343b7a1a7 Fix test suffix in CMake project 1 рік тому
LICENSE.MIT bf4597d1c0 Apply project template 1 рік тому
README.md 0290e210d9 Add AppleClang support to library 1 рік тому

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

  • AppleClang compiler is now officially supported

Improvements

  • solve SonarLint findings
  • apply naming convention that forbids the usage of underscores

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.