An open API service indexing awesome lists of open source software.

https://github.com/dedbox/racket-glm


https://github.com/dedbox/racket-glm

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# GLM for Racket
[![Racket Package](https://img.shields.io/badge/raco%20pkg-glm-red.svg)](https://pkgd.racket-lang.org/pkgn/package/glm)
[![Documentation](https://img.shields.io/badge/read-docs-blue.svg)](http://docs.racket-lang.org/glm/)
[![Build Status](https://travis-ci.org/dedbox/racket-glm.svg?branch=master)](https://travis-ci.org/dedbox/racket-glm)
[![Coverage Status](https://coveralls.io/repos/github/dedbox/racket-glm/badge.svg?branch=master)](https://coveralls.io/github/dedbox/racket-glm?branch=master)

A Racket port of [OpenGL Mathematics (GLM)](https://glm.g-truc.net/) library
for graphics software based on the [OpenGL Shading Language
(GLSL)](http://www.opengl.org/documentation/glsl/) specification.