Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Crad

About

Username
Crad
Joined
Visits
10
Last Active
Roles
Member
Posts
5

Comments

  • Solo dev here! Well, solo-ish; I've yet to truly don the shiny crown of Indie Game Dev'dom, as I'm fairly sure I need to finish and ship a title to earn that accolade. I'm a programmer / software engineer, but primarily spend my time in C (and C++).…
  • Hello! I'm Chris, a C++ programmer and game dev graduate, trying to get into indie game development. I have little idea what I'm doing, but that's what makes this an adventure!
  • For graphics i have always used awt, and it have worked great for me. Since I have a passion for 2D games rather than 3D, i have never really needed to learn something else. So I dont know OpenGl either, heh. Learning is fun though! It is! Great a…
  • Thanks for those examples. I might seem like a complete noob but thats how you learn, or what? Is there a big difference between using GL or not? Tru dat; and don't worry, most of us are at least a little noobish. Personally, I've never shipped a …
  • I don't have any sample code on me, but a quick google (or search through the Android docs) leads to: http://android-developers.blogspot.ca/2009/04/introducing-glsurfaceview.html Try not to worry about the idea of using xml layouts, as they're jus…