• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Tools for artwork

 
Greenhorn
Posts: 27
Google Web Toolkit Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm new to Android, but have considerable Java experience. I've several game ideas, but I draw back that the artwork required. I'm not all that skilled with gimp. What tools can help me for Android?
 
author
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In terms of asset creation there is no real difference between producing for Android or producing for the desktop. Of course, due to the smaller screen sizes/resolutions your graphical assets will be a little smaller on average, apart from that you can use whatever you'd use for a desktop game/app.

I personally use:

- Paint.NET for pixel art (sprites, tiles etc.)
- Gimp for more fancy stuff like logos.
- Wings3D for static 3D modelling.
- Audacity for quick and dirty basic sound effect and music processing.
- Cubase for recording and more elaborate audio work (that one is not free :/)
- bsfxr for creating 8-bit sound effects.

For level creation i usually write my own editor(s) running on the desktop.
 
Greenhorn
Posts: 5
Google Web Toolkit IntelliJ IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
An Android artwork posibell tols as under,
1) ANDROID ASSET PACKAGING TOOL
2) ANDROID DEBUG BRIDGE
3) MASKS CARD
4) ACTIVITY CREATOR
 
Rancher
Posts: 436
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If your strength is Java development you should focus on that and find someone else to do the graphics and sounds. You can spend a lifetime learning to create decent graphics ("Learning Java in 24 hours" doesn't work. "Becoming DaVinci in 7 days" is not more probable). Even if you learn the tools (which is a challenge with something as ... interesting as Gimp) you probably will produce "developer style graphics" - enough for the prototype and development, not good enough for production. So in effect a waste of time.

Either you buy ready-made models and graphics, you hire someone to do them for you, you team up with a graphics artist or you try to find "free" (cost and an acceptable license) graphics somewhere (just a random pick: On Turbosquid.com there are a lot of free 3D models, if you need 3D or want to render 2D - THAT is not that hard as creating the whole graphic yourself).

Graphic artist are cheaper than developers. So, easy calculation - would it be a good idea to spend your more valuable work time to learn their job than to buy a service from one without paying for their learning time (well, in small fraction you do, but not completely as you do if you learn yourself)?
 
What's brown and sticky? ... a stick. Or a tiny ad.
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic