• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Fast 2D Graphics

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys,
I am starting a project that consists of a 2D GAME. It will follow the style of super mario and sonic...
Does anybody know about a good library for displaying the 2D graphics in a fast manner? Has anyone ever programmed a game in java?
------------------
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Go to this link for a few links to tutorials on the internet, Java isn't really suitable for a fully blown 3D games engine when compared to C++ or similar, but you can achieve some amazing results that really push the limits of the language.
http://www.ziron.com/links/links.html#GameProJAVA
You might want to consider using a class library such as Magician OpenGL (www.aracana.co.uk I think) to improve rendering performance.
Rgds, A
 
Rancher
Posts: 1449
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Javamax Javamix",
Please refer to the JavaRanch naming policy and re-register.
Thanks,
John
 
reply
    Bookmark Topic Watch Topic
  • New Topic