How can you make a graphics program portable? |
[Edit] |
Answer
Any program can become portable (if that means multi-platform) by rewritting in a programming language like Java and including the jvm with the program
Answer
First, use a portable programming language and associated portable libraries. Java is one, others are C/C++, FreeBASIC, The suite of GCC when coupled with Cygwin.There are many portable graphics libraries to use. A few are: Simple Direct Media Layer (Video, Audio and Input) OpenGL 2d & 3d Graphics Included with almost ALL systems MESA (A layer on top of OpenGL)
First answer by ID1170732346. Last edit by Veggivore. Contributor trust: 29 [recommend contributor]. Question popularity: 77 [recommend question]
|
Research your answer: |



