Skip to content

Releases: sebsjames/mathplot

The modules are coming release

28 May 09:43

Choose a tag to compare

This is the first release since I moved this code from the morphologica repo. It is also likely to be the last release before a C++ modular release of mathplot.

There have been quite a few additions to the code since morphologica. Big ones are:

  • VerticesVisual - make a VisualModel if you already have the vertices and indices.
  • Code to interact with libcompoundray (see https://github.com/optseb/compound-ray which is an updated fork of the original, upstream project)
  • PolarVisual for the plotting of polar diagrams
  • Updated rotation and zoom behaviour, including the ability to rotate about the central object in the scene. If you use Blender, you might find it feels more like that program now.
  • A new example program (graph_distributions) showing the various random distributions available in sm::maths (which includes von Mises, recently added)
  • Bounding boxes for your VisualModels
  • NormalsVisual to allow you to visualize the normals in any VisualModel
  • Improvements in the use of jcvoronoi code, making it easy to choose float or double for Voronoi diagram determination
  • A NavMesh class to allow you to use a VisualModel as the basis for navigating and agent or camera

What's Changed

New Contributors

Read more