Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmbarzee/space
Space is a lightweight implementation of 3d math. It supports, vectors, matricies, orientations, and more!
https://github.com/jmbarzee/space
Last synced: about 2 months ago
JSON representation
Space is a lightweight implementation of 3d math. It supports, vectors, matricies, orientations, and more!
- Host: GitHub
- URL: https://github.com/jmbarzee/space
- Owner: jmbarzee
- License: gpl-3.0
- Created: 2020-10-30T21:42:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T02:53:38.000Z (over 2 years ago)
- Last Synced: 2023-07-27T22:15:34.497Z (over 1 year ago)
- Language: Go
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License: AGPL](https://img.shields.io/badge/license-AGPL-blue.svg)](https://opensource.org/licenses/GPL-3.0/)
[![Documentation](https://godoc.org/github.com/jmbarzee/space?status.svg)](https://godoc.org/github.com/jmbarzee/space)
[![Code Quality](https://goreportcard.com/badge/github.com/jmbarzee/space)](https://goreportcard.com/report/github.com/jmbarzee/space)
[![Build Status](https://github.com/jmbarzee/space/workflows/build/badge.svg)](https://github.com/jmbarzee/space/actions)
[![Coverage](https://codecov.io/gh/jmbarzee/space/branch/main/graph/badge.svg)](https://codecov.io/gh/jmbarzee/space)# Space
Space is a lightweight implementation of 3d math. It supports, Vectors as Cartesians or Sphericals, Matricies, and more!