Search:

Type: Posts; User: dudel

Search: Search took 0.07 seconds.

  1. Replies
    0
    Views
    1,562

    Java 2D efficiency

    Hello,
    which is the most efficient and most flexible way to draw 2-dimensional graphics in a Java program? Is BufferStrategy really so much faster than BufferedImage? Some people recommend to use...
  2. Replies
    1
    Views
    1,365

    Re: question - java game programming

    You could use libgdx or JOGL.
  3. Replies
    2
    Views
    1,517

    Re: State machine pattern in game architecture

    Ok, I understand those arguments against cross posting, but the problem here is that this topic doesn't demand simple and definite answers, but instead some opinions. Anyway, I want to apologise for...
  4. Replies
    2
    Views
    1,517

    State machine pattern in game architecture

    Hello guys,
    I want to implement a basic game by using the state machine pattern. It should contain at least the following states: running, paused and stopped.

    Perhaps more states could make...
Results 1 to 4 of 4