Results 1 to 2 of 2
Thread: Plotting graphs library?
- 03-10-2014, 04:28 PM #1
Member
- Join Date
- May 2012
- Posts
- 19
- Rep Power
- 0
Plotting graphs library?
Hi friends!
I've been programming Java for 4 years, but now in school a teacher asked us to develop a graph plotter software in 2D only X and Y, this software has to have movement, since I've never have developed something like that I would like to know if you guys know any library, like maybe OpenGL or something in order to do this?
Any help would be highly appreciated.
- 03-10-2014, 04:32 PM #2
Just a guy
- Join Date
- Jun 2013
- Location
- Netherlands
- Posts
- 5,114
- Rep Power
- 13
Re: Plotting graphs library?
Hmm a 2D plotter CAN be done with OpenGL (possibly through rendering to a texture), but perhaps your first version you will want to develop with basic Swing, doing custom painting in a JPanel so you don't have to dive into the basics of 3D graphics programming. That will probably also be a lot easier to understand for your teacher!
Swing, custom painting, JPanel, BufferedImage, Graphics2D; those would be the terms and classes to investigate in my opinion."Syntactic sugar causes cancer of the semicolon." -- Alan Perlis
Similar Threads
-
Plotting Graphs in Java
By kofinenyi in forum New To JavaReplies: 1Last Post: 12-01-2012, 10:34 PM -
I want to put the native library in library path in mac os x
By Hussain Ali in forum Advanced JavaReplies: 2Last Post: 02-24-2010, 08:55 AM -
Plotting graphs in dialog box
By smith427 in forum New To JavaReplies: 3Last Post: 12-04-2009, 07:43 PM -
Help with plotting x-y coordinates
By Fidelcashflow in forum New To JavaReplies: 3Last Post: 12-02-2009, 12:17 PM -
Tell me jar file for library library org.bouncycastle.cms
By 82rathi.angara in forum New To JavaReplies: 10Last Post: 09-09-2008, 06:11 AM
Bookmarks