Chartific


Link to Chartific

Chartific is a basic charts library for Gamemaker.

Chartific has the following features:

  • Fluent interface with getters/setters
  • Tooltips on mouseover for your chart elements
  • Switch between "real-time" (rendered each frame) or "static", which renders to a surface and draws the surface.
  • Save a chart to PNG
  • Export a series to a flat file
  • Static method to calculate a host of different statistics around your series/arrays
  • Static method to compute a function over a grid of points (for plotting purposes)
  • Free, MIT license

Chartific supports the following charts:

  • Scatter plots, with or without lines
  • Bar charts, either clustered or stacked, horizontal or vertical
  • Line charts, horizontal or vertical
  • Combine bar and line series on the same chart
  • Pie charts
  • Histograms