Code Monkey home page Code Monkey logo

glmath's Introduction

GLMath

About

GLMath, also known as glmath, is a small C library that provides developers with useful types and compute functions for graphics-related purposes. Use cases can include working with a graphics library such as OpenGL, or simply needing to work with multi-dimensional data.

Features

Including glmath/vector.h gives us some basic types, along with functions for working with the types. Here's a list of types from glmath/vector.h:

  • The GLMvec2 type, which allows us to store 2-dimensional data.
  • The GLMvec3 type, which allows us to store 3-dimensional data.
  • The GLMvec4 type, which allows us to store 4-dimensional data. And here's a list of functions from glmath/vector.h:
  • The glmath_vec2_add function, which allows us to add 2-dimensional values.
  • The glmath_vec2_subtract function, which allows us to subtract 2-dimensional values, and store the result in a seperate 2-dimensional object.
  • The glmath_vec2_scale function, which allows us to scale a 2-dimensional value.
  • The glmath_vec2_dot function allows us to obtain the dot product of two 2-dimensional values.

License

GLMath is licensed under the MIT license.

glmath's People

Contributors

matthewedwrd avatar

Watchers

 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.