I'm wanting to make my own Graphics Library for Java, but can't find any information about where to start. I'm a very experienced Java programmer with come C/C++ knowledge. Any help would be great.
Three answers:
?
2009-11-15 22:44:53 UTC
You may contact a java expert live at website like drig.org ,etc .
Ben
2009-11-15 19:49:59 UTC
You'll have to look up the Java Native Interface (JNI) which allows you to take C/C++ libraries and create Java interfaces for them. Then, you'll have to write the code for drawing in C and make a Java interface for it. Unfortunately, Java has one of the less friendly native interfaces compared to other higher-level languages.
coolanswerer
2009-11-15 19:49:59 UTC
Java2D, Java3D, JOpenGL, or Swing.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Continue reading on narkive:
Search results for 'How do you code a Graphics Library (Java)?' (Questions and Answers)