Skip to content

Latest commit

 

History

64 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Owl

A simple, header only, math and physics library for the C Language.

It presently contains a 3D Vector, and Quaternion library. It also contains a very primitive physics library.

All values default to double.

Dependencies :

For owlvector.h : math.h, stdio.h.

For owlquaternion.h : owlvector.h.

For owlphysics.h : owlvector.h, owlquaternion.h.

The code comes with #include <stdio.h> and #include <math.h>. There's no need to include it in your code again.

About

A simple, header only math library for the C Language.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages