Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  Flicking on Mac OS X 10.6.8 and above  (Read 853 times)
0 Members and 2 Guests are viewing this topic.
Offline Middy

Sr. Member
**

Posts: 291


Java games rock!


« on: 2011-12-06 07:27:44 »

Hey

I have alot of flickering on our applets (Below) and only on newer OS Xs. This happens in firefox,Chrome,safari and opera.

http://gosupermodel.com/createmodel/

Any workarounds, like own double buffering?

When do I get my makeMyGameAsILike() extension?
Offline kappa
« League of Dukes »

JGO Kernel
*****

Posts: 2358
Medals: 59


★★★★★


« Reply #1 on: 2011-12-06 07:36:35 »

It seems to happen if you use any direct rendering with Java2D.
Offline Middy

Sr. Member
**

Posts: 291


Java games rock!


« Reply #2 on: 2011-12-06 07:58:56 »

It seems to happen if you use any direct rendering with Java2D.

Yep we have that alot, but what todo.

When do I get my makeMyGameAsILike() extension?
Games published by our own members! Go get 'em!
Offline kappa
« League of Dukes »

JGO Kernel
*****

Posts: 2358
Medals: 59


★★★★★


« Reply #3 on: 2011-12-06 08:22:01 »

not much you can do atm (not sure Apple even intend to fix it anytime soon), its either get rid of the direct rendering or render your content on a pop out window (i.e. something not embedded in the web page like a JFrame, Frame, etc) or if possible switch to using something like LWJGL applets (which do their own hardware rendering therefore bypass the issue altogether).
Pages: [1]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.053 seconds with 19 queries.