Menu

Tree [4f8475] master /
 History

HTTPS access


File Date Author Commit
 Engine 2022-11-18 Torsten Torsten [487555] Add Help Panel
 Graphs 2022-11-19 Torsten Torsten [1e2bc6] Fix flickering when antialiasing
 Linux 2022-11-29 Torsten Torsten [4f8475] Fix Debian build
 Persistence 2017-11-19 Torsten Hilgenberg Torsten Hilgenberg [6886da] some fixes
 Plot Examples 2022-11-19 Torsten Torsten [a94494] Add more examples
 Utility 2022-11-20 Torsten Torsten [433c2c] Refactor animation loop
 Windows 2022-11-19 Torsten Torsten [a8b8f5] Release 2.0
 .gitattributes 2017-11-25 Torsten Hilgenberg Torsten Hilgenberg [d0524f] Update .gitattributes
 .gitignore 2022-11-20 Torsten Torsten [3b5976] Update .gitignore
 .gitmodules 2022-11-07 Torsten Torsten [6b68df] more GUI
 CPlot.sln 2017-11-23 Torsten Hilgenberg Torsten Hilgenberg [cb3fb4] Project settings
 CPlot.vcxproj 2017-11-30 Torsten Hilgenberg Torsten Hilgenberg [b3e873] Fix warnings in release build
 CPlot.vcxproj.filters 2017-11-28 Torsten Hilgenberg Torsten Hilgenberg [d089bd] preferences
 CPlot.vcxproj.user 2017-11-10 Torsten Hilgenberg Torsten Hilgenberg [207019] Parameters
 LICENSE 2022-11-16 Torsten Torsten [be78e1] Fix Release Build
 Profiler.psess 2017-04-28 Torsten Hilgenberg Torsten Hilgenberg [94f352] Windows port
 README.md 2022-11-29 Torsten Torsten [4f8475] Fix Debian build
 build 2022-11-29 Torsten Torsten [4f8475] Fix Debian build
 gen_pkgbuild 2022-11-19 Torsten Torsten [df979b] Add PKGBUILD generator
 leaks 2017-02-25 Torsten Hilgenberg Torsten Hilgenberg [69c438] Leaks script
 pch.h 2017-04-30 Torsten Hilgenberg Torsten Hilgenberg [775e1f] Fix Linux build
 test.cplot 2017-11-08 Torsten Hilgenberg Torsten Hilgenberg [02ef47] axis properties, refactoring
 version.h 2022-11-20 Torsten Torsten [9ae898] Bump version

Read Me

CPlot

Linux (formerly Windows, formerly Mac) function plotter. Screenshots and Windows binaries are on the homepage.

interface

Supports various projection modes and function types, natural expression syntax (sin xy instead of Sin[x*y] f.e.), blending between functions (identity and your target function for example), realtime parameter variation (where parameters are things like a mass or spring constant, order of a pole, etc), ...

Linux build:

On Arch: sudo pacman -S --needed git python ninja boost zlib sdl2 libgl glu glew pango cairo.

On Debian: sudo apt install git python3 ninja-build libboost-dev libz-dev libsdl2-dev libgl-dev libglu-dev libglew-dev libpango-1.0-dev libcairo2-dev.

Then build with:

git clone https://github.com/hilgenberg/cplot
cd cplot
git submodule update --init --recursive
./build
./cplot test.cplot

Press Escape to show/hide the GUI.
Documentation is available from the menu under View > Show Help.
Some demo files are in the "Plot Examples" directory.

Windows build:

(Somewhat defunct because I have no Windows box at the moment - the 1.10 tag should still work.)
Copy boost headers to Windows/boost/, open CPlot.sln in Visual Studio 2017, and it should just build.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.