Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creativcoder/matplotpp
Automatically exported from code.google.com/p/matplotpp
https://github.com/creativcoder/matplotpp
Last synced: about 2 months ago
JSON representation
Automatically exported from code.google.com/p/matplotpp
- Host: GitHub
- URL: https://github.com/creativcoder/matplotpp
- Owner: creativcoder
- Created: 2015-04-26T09:06:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T09:09:57.000Z (over 9 years ago)
- Last Synced: 2023-02-26T13:47:20.486Z (almost 2 years ago)
- Language: C
- Size: 406 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
MATPLOT++ (MATLAB-like plotting tool in C++)
Copyright (c) 2011 Yuichi Katori All Rights Reserved
Author: Yuichi Katori ([email protected])Getting Started
------------------------------------------To install a required library on ubuntu
$ sudo apt-get install freeglut3-dev
To compile MATPLOT++ library, type as following:
$ tar xvf matplotpp-0.3.x.tar
$ cd matplotpp
$ makeTo compile examples:
$ cd examples
$ make