Search found 2 matches
- Mon May 12, 2014 1:35 am
 - Forum: Development
 - Topic: Work in Progress: Bringing T-Engine 4 to iOS and Android
 - Replies: 27
 - Views: 52210
 
Re: Work in Progress: Bringing T-Engine 4 to iOS and Android
 Any updates on things? I haven't looked into the code as I wouldn't understand anything about it. Was just wondering if the effects and such are the problematic part I believe they could stripped off along with sounds if that's any help. I doubt a lot of people will use game sounds on mobile games....
					- Tue Oct 15, 2013 11:07 am
 - Forum: Development
 - Topic: Work in Progress: Bringing T-Engine 4 to iOS and Android
 - Replies: 27
 - Views: 52210
 
Re: Work in Progress: Bringing T-Engine 4 to iOS and Android
 Android I haven't really started on this side of things, but the process is similar to iOS. Use the Android NDK to build everything. It provides a mechanism for native-only applications, so a Java wrapper isn't a strict requirement. The OpenGL ES and SDL issues apply to Android as well as iOS. I ha...