The Ur-Quan Masters Home Page Welcome, Guest. Please login or register.
Did you miss your activation email?
October 03, 2024, 06:33:10 pm
Home Help Search Login Register
News: Celebrating 30 years of Star Control 2 - The Ur-Quan Masters

+  The Ur-Quan Masters Discussion Forum
|-+  The Ur-Quan Masters Re-Release
| |-+  General UQM Discussion (Moderator: Death 999)
| | |-+  Intrest in a Java port?
« previous next »
Pages: [1] Print
Author Topic: Intrest in a Java port?  (Read 2330 times)
WarlockD
Zebranky food
*
Offline Offline

Posts: 1



View Profile
Intrest in a Java port?
« on: June 26, 2009, 11:13:19 pm »

Not sure where to ask but I was looking at the general itnrest of a Java port of this game.  I was just kind of messing with it right now (Creating a class to access the uqm files, finished making a global flag class, etc) and wondering if there is a good need for it?

I mean if anything it will make the code smaller and easyer to manage and be easyer to port on other platforms.  Just like to hear some thoughts.
Logged
meep-eep
Forum Admin
Enlightened
*****
Offline Offline

Posts: 2847



View Profile
Re: Intrest in a Java port?
« Reply #1 on: June 26, 2009, 11:35:59 pm »

You can't create a Java port without basically starting over. That is a lot of work, and then some.
I also doubt that it would make the code smaller, though that shouldn't be an issue.

The UQM code is very unstructured in many places, and it would be nice to have a more structured code base. But in my opinion, starting over isn't worth it.

I have seem proposals, requests, and attempts regarding ports or remakes of UQM for various platforms. Personally, I would most like to see a version of UQM for web browsers. JavaScript or Flash would be the obvious choices for that, but a Java applet would be another option. But I have very little hope of any of that ever happening.
Logged

“When Juffo-Wup is complete
when at last there is no Void, no Non
when the Creators return
then we can finally rest.”
CelticMinstrel
Enlightened
*****
Offline Offline

Posts: 522



View Profile
Re: Intrest in a Java port?
« Reply #2 on: June 27, 2009, 03:26:26 am »

I fail to see how JavaScript is an obvious choice...

But yeah, I don't think there'd be much interest in this.
Logged
Mika
Core Team
*Many bubbles*
*****
Offline Offline

Gender: Male
Posts: 121



View Profile WWW
Re: Intrest in a Java port?
« Reply #3 on: June 28, 2009, 12:48:05 pm »

Personally, I would most like to see a version of UQM for web browsers. JavaScript or Flash would be the obvious choices for that, but a Java applet would be another option.
Flash port using Adobe Alchemy might actually be doable. People have already ported Doom and at least parts of SDL with it.
Logged
meep-eep
Forum Admin
Enlightened
*****
Offline Offline

Posts: 2847



View Profile
Re: Intrest in a Java port?
« Reply #4 on: June 28, 2009, 02:27:51 pm »

I fail to see how JavaScript is an obvious choice...
Well, it would be for me. I prefer to avoid proprietary plugins. You'd need HTML 5 features though, so it may not work on every browser, but that will only get better over time.

Personally, I would most like to see a version of UQM for web browsers. JavaScript or Flash would be the obvious choices for that, but a Java applet would be another option.
Flash port using Adobe Alchemy might actually be doable. People have already ported Doom and at least parts of SDL with it.
Hmm... that looks interesting. If I had the time, I'd give it a shot.
Logged

“When Juffo-Wup is complete
when at last there is no Void, no Non
when the Creators return
then we can finally rest.”
Spurk
*Many bubbles*
***
Offline Offline

Posts: 115



View Profile
Re: Intrest in a Java port?
« Reply #5 on: June 29, 2009, 03:47:18 pm »

I'd want to do it in Javascript also, just for the universality of js. Of course, these days I use GWT for big js projects since it's so much more convenient. And GWT allows you to write Java code that gets compiled into Javascript, which brings us back to interest in a Java port. Smiley

But I agree that you're basically starting over. You could keep some of the logical structures intact, but a well-designed Java app would have a different organization than the code currently has. For example, a lot of the global game state would be better placed in other places. Conversation stacks would go to its particular conversation class, and for the most part they don't need to be public.
Logged
CelticMinstrel
Enlightened
*****
Offline Offline

Posts: 522



View Profile
Re: Intrest in a Java port?
« Reply #6 on: June 29, 2009, 09:03:19 pm »

Java is no less universal than JavaScript, and probably more flexible.

Using Java forces you to place all functions inside a class. I'd say that in order to port to Java, it may be easier to convert the code to C++ first (since that allows you to move the functions into classes a few at a time).
Logged
Death 999
Global Moderator
Enlightened
*****
Offline Offline

Gender: Male
Posts: 3873


We did. You did. Yes we can. No.


View Profile
Re: Intrest in a Java port?
« Reply #7 on: June 30, 2009, 07:53:05 pm »

Naw, just define a 'misc' class and make all the functions static members of it. Move them to proper homes as you figure them out.
Logged
CelticMinstrel
Enlightened
*****
Offline Offline

Posts: 522



View Profile
Re: Intrest in a Java port?
« Reply #8 on: June 30, 2009, 08:17:39 pm »

...Well, sure, that could work too...
Logged
Zeep-Eeep
Enlightened
*****
Offline Offline

Gender: Male
Posts: 917


Good Grief


View Profile WWW
Re: Intrest in a Java port?
« Reply #9 on: July 01, 2009, 11:29:38 pm »

I suppose you could port to Java, but why? (Or for that matter any other language.)
The code for UQM is written is C, which is pretty universal. The game appears to be pretty much finished and feature complete, so why re-write it?

If you're going to dive that deep into the code and do that kind of work, perhaps you could make small changes to make the code more efficient or customizable. Or write some interesting mods...
Logged

What sound does a penguin make?
CelticMinstrel
Enlightened
*****
Offline Offline

Posts: 522



View Profile
Re: Intrest in a Java port?
« Reply #10 on: July 02, 2009, 02:30:50 am »

In the (admittedly unlikely) event that I decided to take up the code, I'd probably convert it to C++ and try to generalize it so that mods can be created more easily. (I just prefer C++ to C, and I also like it better than Java.)

But yeah, I doubt I'll ever do that. Certainly not in the next five or ten years. Mainly because it is, as you say, pretty much finished and feature complete. Plus I'm involved in a different open source project for a game that the creator decided to release, which is barely getting started. And I'm in school, so time is hard to find.
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!