go3d | A performance oriented 2D/3D math package for Go

 by   ungerik Go Version: Current License: MIT

kandi X-RAY | go3d Summary

kandi X-RAY | go3d Summary

go3d is a Go library. go3d has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Package go3d is a performance oriented vector and matrix math package for 2D and 3D graphics. Every type has its own sub-package and is named T. So vec3.T is the 3D vector type. For every vector and matrix type there is a String() method and a Parse() function. Besides methods of T there are also functions in the packages, like vec3.Dot(a, b). Packages under the float64 directory are using float64 values instead of float32. Matrices are organized as arrays of columns which is also the way OpenGL expects matrices. DirectX expects "arrays of rows" matrices, use the Transpose() to convert. Methods that don't return a specific value, return a pointer to the struct to allow method call chaining. Method names in the past tense return a copy of the struct instead of a pointer to it. Note that the package is designed for performance over usability where necessary. This is the reason why many arguments are passed by pointer reference instead of by value. Sticking either to passing and returning everything by value or by pointer would lead to a nicer API, but it would be slower as demonstrated in mat4/mat4_test.go.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              go3d has a low active ecosystem.
              It has 282 star(s) with 46 fork(s). There are 10 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1 open issues and 9 have been closed. On average issues are closed in 124 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of go3d is current.

            kandi-Quality Quality

              go3d has no bugs reported.

            kandi-Security Security

              go3d has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              go3d is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              go3d releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of go3d
            Get all kandi verified functions for this library.

            go3d Key Features

            No Key Features are available at this moment for go3d.

            go3d Examples and Code Snippets

            No Code Snippets are available at this moment for go3d.

            Community Discussions

            No Community Discussions are available at this moment for go3d.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install go3d

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/ungerik/go3d.git

          • CLI

            gh repo clone ungerik/go3d

          • sshUrl

            git@github.com:ungerik/go3d.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link