I just created an account at java-gaming, and just need confirmation on something. While I am new to Java, I do have experience as an ActionScript 3.0 programmer, so creating game logic is not the issue.
I am making a platformer using java2D with my own engine for displaying the content. I have a fairly decent game loop that keeps the game logic consistent while preventing tearing. The game runs at 60fps, but occasionally hiccups on some machines. I am using a bufferStrategy to do the rendering while allowing the openGL pipeline to do it’s job.
I’m here to ask if someone could check to see if my game runs at a good fps on their machine. While I can get the game to run perfectly smooth on my laptop, the framerate is a bit sluggish on other machines. I don’t know if I’m simply being paranoid about the framerate, or if there is a problem that I need to address. I want to see how the game performs on other machines, so that is why I am asking for your opinion.
If this is not the right place to be asking this question, I do apologize. I’m new here, so I may not know the correct way to go about asking this question. The link to download game is below. It’s only about 2mb now, as I haven’t gotten too far. Still building the game logic! I do appreciate any potential help!
Link: http://www.mediafire.com/?4no8dyldj0h8vrm
P.S. I created a configuration file in the stuff folder that can be opened in notepad or wordpad which allows the user to set properties such as sun.java2d.opengl. If ya wanna fiddle around with the graphicsConfig.figgy file, be my guest!