Skip to content

A lightweight C++ mathematical source library for graphics programming, designed for my ongoing game engine.

Notifications You must be signed in to change notification settings

alejandrodlsp/brMath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

brMath

brMath is a lightweight, header-only C++ mathematical library. It is designed for 3D graphic libraries such as OpenGL.

It includes implementations for Vectors of size 2 and 3 based on the Unity's API specification. It also supports 4x4 Matrices with utilities to generate view and projecion matrices, and manipulate model matrices with transations, rotations and scaling.

It also provides a wrapper functions to some basic mathematical operations.

About

A lightweight C++ mathematical source library for graphics programming, designed for my ongoing game engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages