Skip to content

AcademySoftwareFoundation/Imath

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* PyImathTestC

Signed-off-by: Cary Phillips <cary@ilm.com>

* Random, Color, Frustum, PyImathTestC

Signed-off-by: Cary Phillips <cary@ilm.com>

* Python_VERSION

Signed-off-by: Cary Phillips <cary@ilm.com>

* set PYTHONPATH property

Signed-off-by: Cary Phillips <cary@ilm.com>

* remove <iostream>

Signed-off-by: Cary Phillips <cary@ilm.com>

---------

Signed-off-by: Cary Phillips <cary@ilm.com>
7355971

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 23, 2023 14:48
src
March 19, 2023 20:23
June 25, 2020 07:42
June 23, 2020 16:24
March 9, 2023 13:01

License CII Best Practices Build Status Analysis Status Quality Gate Status

Imath

Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions, and data types common in computer graphics applications, including the “half” 16-bit floating-point type.

Imath also includes optional python bindings for all types and functions, including optimized implementations of vector and matrix arrays.

Project Mission

The goals of the Imath project are simplicity, ease of use, correctness and verifiability, performance, and breadth of adoption. Imath is not intended to be a comprehensive linear algebra or numerical analysis package.

Project Governance

OpenEXR is a project of the Academy Software Foundation. See the project's governance policies, contribution guidelines, and code of conduct for more information.

The OpenEXR project is dedicated to promoting a harassment-free community. Read our code of conduct.

Supported Platforms

Imath builds on Linux, macOS, Microsoft Windows, and is cross-compilable on other systems.

A Note about Versioning

Because Imath was originally distributed as a part of OpenEXR, it has already had two major release versions, as a part of OpenEXR v1 and v2. To avoid confusion with these original releases, the first version of Imath released independently of OpenEXR is Version v3.0. To be clear, the versioning and release of Imath is no longer tied to OpenEXR.

Quick Start

Technical documentation for the Imath classes and functions can be found at https://imath.readthedocs.io.

See the Install instructions for how to download, install, or build Imath from source.

If you encounter problems compiling code or building projects written with an earlier release of Imath, the porting guide explains some of the differences and how to address them.

Community

Resources

License

Imath is released under OpenEXR's BSD-3-Clause license.


aswf

About

Imath is a C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks