0

I want to make a game in opengl. Unfortunately, I don't know how to make square in OpenGL in java :[ I read JayWay Tutorials, but these tutorials are... strange.... Why? These tutorials are complex and I don't understand as I make square xD Can you help me? Can you give me a simple project/tutorial I could learn this?

Peterr
  • 51
  • 2
  • 4
  • "They are ... strange", so I guess they give an extensive introduction to OpenGL and its underlying principles, instead of a simple "copy this exact code into your program to draw a square"-answer. – Christian Rau Jun 08 '11 at 16:11

1 Answers1

3

The Android developer network gives a (very) high level overview of how OpenGL and Android work together here. They also provide a link to a few sample projects that involve drawing simple shapes. Take a look here for some examples that may help you. In the future, it would be better if you posted what exactly you're struggling with instead of a general "I don't get it!"

Also, this question should be very helpful for you.

Community
  • 1
  • 1
Ben Siver
  • 2,230
  • 21
  • 41