|
-
May 18th, 2003, 11:10 PM
#1
Thread Starter
Addicted Member
Windows programmer looking to cross platforms
long time windows game programmer. I know enough java to work with the console well and some swing. I'm interested in the names of the Java api that does graphics, 2D. Maybe an equvilant to BitBlt if another knows that one ;-)
Thanks,
Nomad
-
May 19th, 2003, 03:19 AM
#2
java.awt.Graphics2d lies at the core of all drawing in Java.
The closest to BitBlt are drawImage (image to context) and copyArea (blitting inside one context).
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
May 19th, 2003, 03:43 AM
#3
For tiles, there seems to be a downloadable extension called the Java Advanced Imaging API.
Then of course there is Java3d, also an optional package. Looks very interesting.
More about 2d:
http://java.sun.com/j2se/1.4.1/docs/guide/2d/index.html
Fullscreen:
http://java.sun.com/docs/books/tutor...ra/fullscreen/
Games in Java (discussion board):
http://www.javagaming.org
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
May 19th, 2003, 03:09 PM
#4
Thread Starter
Addicted Member
CornedBee, thanks I'll start reading.
NOMAD
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|