You will also need iOS devices of all kinds that you are going to support. The simulator is very useful but it can't be used safely to do all the testing (because of real scenario performance tests in example), that's why you need real iOS devices.
- Viewing Profile: Reputation: CJ_COIMBRA
Community Stats
- Group Crossbones+
- Active Posts 79
- Profile Views 2,093
- Member Title Crossbones+
- Age 28 years old
- Birthday July 28, 1984
-
Gender
Male
-
Location
Brazil
-
Interests
C++, Objective-C, C#
Football (the real thing, not that egg thing)
Dungeons & Dragons
Game programming
AI
Contact Information
-
MSN
chris_coimbra@hotmail.com
-
Website URL
http://www.spacecatstudio.com
-
ICQ
13077864
-
Skype
christian.coimbra
User Tools
Latest Visitors
#5056329 Need advice for iOS game programming
Posted by CJ_COIMBRA
on 24 April 2013 - 04:35 AM
#5046117 Unity3D: 2D Animation
Posted by CJ_COIMBRA
on 23 March 2013 - 08:34 PM
There is a crossfade feature for 3D models but I dont think there is something similar for 2D animation out-of-the-box. Perhaps you could animate parts of your texture separated?
#5045975 A "Warlock-like" game
Posted by CJ_COIMBRA
on 23 March 2013 - 09:55 AM
Yes, it seems possible for 3-5 persons, even less.
As a technical outline suggestion, if you got frustrated may be you should pick an engine, like Unity3D, and try to start something with it.
#5017990 SFML and Code::Blocks
Posted by CJ_COIMBRA
on 05 January 2013 - 07:58 PM
It stops working, but what kind of error do you get? Try putting some breakpoints and follow the execution step by step, also it would help us helping you by providing the piece of code you're trying to run. Perhaps it's not related to Code::Blocks at all.
#5012091 Does making a game like fruit ninja/angry brids require a large team
Posted by CJ_COIMBRA
on 18 December 2012 - 09:54 AM
#4996718 Textures for a tile-based game
Posted by CJ_COIMBRA
on 02 November 2012 - 06:37 PM
Should I pass the ContentManager down to the Tile in order for it to load the texture? Should I have another class (TileManager I suppose) load all the textures and then pass it to the Tiles?
I always pass my "ResourceManager" down to level that need to access some resource or exchange it at some point. I think it´s a good way to do it.
#4994699 Want to make a Command and conquer clone and I am a total beginner.
Posted by CJ_COIMBRA
on 28 October 2012 - 07:41 AM
Also, consider using some libraries such as SFML or SDL to simplify your tasks.
#4987414 Lotus RPG
Posted by CJ_COIMBRA
on 06 October 2012 - 09:37 AM
#4970391 What are the downsides to using Unity?
Posted by CJ_COIMBRA
on 16 August 2012 - 06:52 PM
My biggest downsides are crappy 3D asset importing, and the whole way that project files are handled. Unity wants me to work out of a folder they manage, and it becomes a pain in the ass to manage files that are constantly changing, because I can't risk saving the only copy in the Unity folder in case it gets accidentally nuked.
Oh, I know precisely what you mean... Not mentioning that sometimes when you upgrade your Unity version it breaks your project.
Most of the time I work on Unity is because the company I work for currently uses it. Other than that it´s because of the cross-platform features that once you know how they work, they can really save some serious time.
#4969933 What are the downsides to using Unity?
Posted by CJ_COIMBRA
on 15 August 2012 - 02:28 PM
* It is a harder to make 2D games with compared to other options such as GameMaker.
I agree. Not that it´s harder to learn, but 2D games made with Unity tend to have a worst performance. Unless you do a fake 2D game (with 3D flat geometry). This takes to the point I think is the main downside not only about Unity but with most engines out there: if you want to avoid problems you have to do everything the way the engine want´s you to do, which is a considerable downside in my opinion when you have to solve problems thinking out of the box. I guess you will have to do a pros/cons list and take your priorities in consideration. Of course there are huge advantages such as portability: with a relative low cost you can put your game on android/iOS with Unity.
#4969924 When am I qualified?
Posted by CJ_COIMBRA
on 15 August 2012 - 01:59 PM
Did anyone actually get an honest response like that ... ever?
I did once and I came back about a year later at the same company and got hired
#4962587 SFML issue with AMD Graphics cards?
Posted by CJ_COIMBRA
on 24 July 2012 - 06:59 AM
This issue happened with SFML 1.6
- Home
- » Viewing Profile: Reputation: CJ_COIMBRA

Find content