From: Aviral D. <avi...@gm...> - 2011-10-11 18:41:32
|
The work that I'm doing on the Android port will essentially give you: 1. Reusable game components (which I'd originally planned for the C version of TuxMath) in Java which could easily be used for a Java version of the game (executable both on the web and on the desktop) 2. Complete Java reimplementation of the game using #1. (partially reusable) 3. Android-specific stuff (no reason to reuse this) Regards, Aviral On 12 October 2011 00:03, David Bruce <dav...@gm...> wrote: > Hi Deepak, > > On Tue, Oct 11, 2011 at 6:16 PM, deepak aggarwal > <dee...@gm...> wrote: > > Hi David > > > > Why shouldn't we move to c++ rather then using c. It will make all things > > simple. > > Are you talking about the hypothetical android port, or do you mean > moving the existing tuxmath and tuxtype desktop programs to C++? I've > sometimes wished that the programs were originally written in C++, but > I'm far from convinced that a rewrite into a new language is worth it. > I could maybe see moving to Java if that allowed basically the same > code to be used for the desktop game, a web-based version, and an > Android port. > > > Shouldn't we move to OpenGL ( common library ). I have working with fife > and > > I have OpenGL for everything which we done in SDL. > > Don't follow you here - why should we do this? > > For any big changes that will break things, I'm happy if anyone wants > to make their own fork and let us know when it is done, and show what > advantages it has. I don't want to give up on the existing functional > code until a satisfactory replacement is available. > > Cheers, > > -- > David Bruce > > For all your software needs, visit The Apt Store: > deb http://ftp.us.debian.org/debian stable main > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > _______________________________________________ > Tuxmath-devel mailing list > Tux...@li... > https://lists.sourceforge.net/lists/listinfo/tuxmath-devel > |