Ticket #94 (closed enhancement: wontfix)

Opened 2 years ago

Last modified 5 months ago

GMTL for math

Reported by: dirk Assigned to: unassigned
Priority: major Milestone: 2.0 Release
Component: System Version:
Keywords: Cc:
Completion:

Description

There was a little discussion about replacing the OpenSG vector math with GMTL. It might make a lot of sense to do that to avoid work duplication and to geta faster, template-math oriented implementation.

Change History

(follow-up: ↓ 2 ) 10/10/06 03:09:04 changed by marcusl

See also http://tvmet.sourceforge.net/ for something similar. It does not have geometry at the moment, but it looks a bit more powerful in the other direction.

(in reply to: ↑ 1 ) 10/10/06 07:40:49 changed by allenb

Replying to marcusl:

See also http://tvmet.sourceforge.net/ for something similar. It does not have geometry at the moment, but it looks a bit more powerful in the other direction.

This was one of the libraries we looked at when creating GMTL. Most other libraries that do this type of thing are for large computation problems so they don't address the needs of graphics as well. But we can still bring all the ideas they are good at over to GMTL (or whatever else) and use it to make our stuff better. :)