Reply |
DisclaimerNote that the views on this page are not intended to offend. If they do, you might be taking the content too seriously. TODO Game: Start Robuzzle ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 2D OpenGL Based Game Library ![]() 2D Game Physics Engine in Java Game Developers How about a list of the developers doing interesting things in java gaming. Game Dev Resources Looking for Game Development Resources? Check out the List! |
Hi, a lot of nice stuff you
Hi, a lot of nice stuff you have here. Being an amateur who hasn't coded much in five years, I thought I'd come by and check out how you did sound, as I knew you had a framework in place. Noticed something weird though, the Sound class' pause and resume functions use SoundStore.get(), while the Sound object has a reference to the SoundStore singleton, shouldn't they just use store.pauseLoop()/store.restartLoop() instead, wouldn't this remove about a nanosecond of overhead?