That's right, BASS was working inside a Java Applet for several screens. It was an attempt at "porting/translating" from ScummVM C/C++ sources to Java and a fun project.joostp wrote:Well, to be fair, the version that the author sent me a long time ago did run BASS somewhat (in a specific browser with a specific JVM), so it definitely isn't vaporware.
The project seems to be dead now, though.
The project is not really dead but the hosting blog is...
However, I started working again on ScummCott, this time focusing on Gobliins. There are not too much code to rewrite in Java but this is pure C (C++ is usually easier to port). As for now, there is nothing to see yet (unless sprite dumps).
You can see my work on http://www.innoveware.com.
Given the amount of time I usually spent to "port/translate/rewrite" from C to Java, I do not really want to release source code, especially since it is not finished yet. What is more, Java applets usually interest many webmasters that just steal other people work (ScummVM and ScummCott in this case) to make money out of it.
However, as soon as I have a working beta, I will put it online on the site with the Gobliins demo disc.
Regarding the "port" issue, I would say there are things that I really port to Java like all system calls (timer, blit, etc.). Everything else is just a rewrite or direct copy/paste from C to Java.
Regards,
Gollum