Thread: an easy, portable, python accessible graphics math library

  1. #1
    GA ichijoji's Avatar
    Join Date
    Nov 2002
    Posts
    179

    an easy, portable, python accessible graphics math library

    I recently finished this math library (available here, licensed under the lgpl) for my own engine and, knowing how hard 3d math can be, offer it to you. The code here is mostly LGPL code from the Ogre graphics engine (which is in turn mostly from wildmagic 3), with modifications to allow for access to the Vector3 and Quaternion classes from python using boost::python. It all uses fast methods and has good algorithms for things like ray/aabb and aabb/planeBoundedVolume intersections. The files are also all standalone, so that if you add them to your project you don't need to link in any .lib's or .so's or anything to make it work. 3d math has always been a major pain for me so I hope that this will save someone a headache.
    Illusion and reality become impartiality and confidence.

  2. #2
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Sounds pretty neat. If I ever find an ounce of free time I'll check it out.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Sounds cool. Good work.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Parsing math notations (Easy)
    By chakram in forum C Programming
    Replies: 12
    Last Post: 11-21-2008, 05:56 PM
  2. CMU Graphics Library
    By SneakyFungus in forum C++ Programming
    Replies: 0
    Last Post: 12-28-2001, 03:04 PM
  3. My graphics library
    By stupid_mutt in forum C Programming
    Replies: 3
    Last Post: 11-26-2001, 06:05 PM
  4. allegro graphics library for linux
    By oldcoyote in forum Linux Programming
    Replies: 3
    Last Post: 10-03-2001, 10:24 AM
  5. Library for matrix math/ linear algebra?
    By The V. in forum C++ Programming
    Replies: 0
    Last Post: 09-25-2001, 10:36 PM