Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 935 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 935 Bytes

Mathilda - a maths library

Mathilda is a maths library in C wich aim to be easier to understand and use than gsl. Especialy to build with Premake5.

build instructions

You can run the GenerateSolution.bat if you are on visual studio 2022, you can personalize it if you are on a different platform. You can build CmakeLists.txt with the Generate bat files (debug and release) with mingw32-make Makefiles

About this project

This is also a learning project by French computer science students.

Rules

Commits

  • Must be done in english
  • Must be in the correct branch
  • Must be named according to the Conventional Commits system

Branches

  • Create one when you need to add a new feature
  • Branch name must be in kebab case ex:"my-brand-new-feature"

Naming Convention

  • files must be in named with "ILDA" at the start

Licence

Apache License 2.0