Link to home
Start Free TrialLog in
Avatar of Nicolas Alepins
Nicolas Alepins

asked on

How to make 2D games with custom graphics?

Hi everyone,

I'm currently building a game on Adobe Air using Starling and Box2D that will run on every possible device.
I want to be able to calculate and draw my own graphics with code.
(see attaced image)

With all search I've done on game making, everyone is talking about images and sprites.

I also found how to draw on bitmap and make starling texture with it, but I loose the performance with this technic.

How can I draw custom graphics and keeping my performance?

Is using Starling as framework is a mistake in this case?

Thank you for your help
example.jpg
ASKER CERTIFIED SOLUTION
Avatar of Merete
Merete
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Nicolas Alepins
Nicolas Alepins

ASKER

Hi Merete,

In fact I finally found my answer by myself few days ago.
Using Starling Custom display object, I'm able to add native Stage3D content and keep the starling framework for the simplicity.

Since this is really not an easy solution, I didn't closed this question to see if anybody would have a better solution.

I'll mark your asnwer as the right one, since I don't think anybody will get another solution and that you provided me with some usefull links to create a good game and complete my project.

Thank you
Hi luminis8619, thank you.
Yes I am a bit surprised that your question didn't get any attention.
I love games!!
Good Game is a program here in Australia TV which I love to watch.
It's these two presenters Hex female and Bajo male that test and review games ..Brilliant stuff.
Check it out if you have time, watch the recent episode.
See Episode 30 - 26/08/2014
http://www.abc.net.au/tv/goodgame/video/
http://www.abc.net.au/tv/goodgame/
Good luck with your game programming