Skip to content

Releases: KallDrexx/SharpPlotter

v1.7

17 Nov 02:13
Compare
Choose a tag to compare

Added animation support

Requires the .net core 3.1 runtime to run.

SharpPlotter-1.7.zip

v1.6

16 Nov 00:49
Compare
Choose a tag to compare
  • Added drawing of polygons
  • Window can now be resized
  • Grid lines can be hidden by a new option in the view menu

SharpPlotter-1.6.zip

v1.5

15 Nov 01:56
Compare
Choose a tag to compare
  • .Net Core 3.1 app now
  • C# scripts can now pass float tuples into Graph.Points() and Graph.Segments().
  • A command prompt is no longer opened when loading a text editor

SharpPlotter-1.5.zip

v1.4

14 Nov 19:27
Compare
Choose a tag to compare
  • Don't show console window on load
  • Remove recently opened files that don't exist
  • Arrows can be drawn on the graph

SharpPlotter-1.4.zip

Functions and On Screen Logging

20 Jul 02:24
Compare
Choose a tag to compare

Scripts can now draw unbounded functions on the graph (e.g. Graph.Function(x => x * x)).

Scripts can also now log messages to the on-screen message display, which can display debug values and other non-graph data.

Javascript color update

19 Jul 19:03
Compare
Choose a tag to compare

Scripts written in Javascript now rely on Color instead of color for the XNA color type. This was done to help lessen the chance that a user will accidentally redefine color and get confusing compile errors.

First Release

19 Jul 02:24
30b7ab7
Compare
Choose a tag to compare
v1.0

Create LICENSE