GithubHelp home page GithubHelp logo

bsc_vec's Introduction

Basic vector utilities v. 01

What is this?

This is a small and simple library for basic vector operation, hence the inventive name of basic vector utilities

It implements 2d, 3d and 4d vector and matrix types, alongside with quaternions. Most of the functions can be found in bvu_impl/funct_mat.h, bvu_impl/funct_vec.h and bvu_impl/funct_quat.h, and hopefully are pretty self-explanatory. Besides standard norms, inverses and transposes, it also has implementations of useful glu functions.

This code is in public domain. I'd appreciate contribution, but none is required. This project has been written for educational purposes, and because I wanted to have my own library for vectors and matrices. It is heavily inspired by glm in terms of overall api design.

The current version of the library is very far from being thoroughly tested and most likely contains many bugs. Feel free to contact me with any comments or suggestions for improvement.

Usage

This is header only library, so just add the location where bvu.h and bvu_impl folder is to your include path. To build the tests + benchmark in bvu_test you need to install glm. This has only been tested on MacOS X 10.10.

bsc_vec's People

Contributors

mhalber avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.