Dark Bit Factory & Gravity

PROGRAMMING => Other languages => Topic started by: mz on July 14, 2015

Title: Democoding with Java?
Post by: mz on July 14, 2015
Hi Guys,
I am here for a long time present in the Forum as a reader and have tried me in FreeBASIC. Since I switched to a Mac and not feel like I set up a Windows, I wanted to leave my creativity in Java.
Now I noticed, I light sometimes a little later that there are hardly any contributions for Java.
Is Java coding for Demo unsuitable? Or why there is so little to?

Title: Re: Democoding with Java?
Post by: combatking0 on July 14, 2015
Java can be great for demo coding, but from my own personal experience, it has been tricky to set up the SDK.

It would be great to see what effects you can create with Java though :)
Title: Re: Democoding with Java?
Post by: padman on July 14, 2015
I personally find Java slow and annoying. But of course it is possible to code demos with it. Some oldschool examples are available at http://www.flashtro.com/index.php?e=page&c=Java

If you only want to play around for yourself on your Mac, I'd recommend to take a look at Purebasic. (http://www.purebasic.com/download.php) There's a MacOS X version available. And most Windows examples should be easily portable to work on MacOS too. With some limitations.

It has already been done. For an example see here: http://www.dbfinteractive.com/forum/index.php?topic=5229.20
Title: Re: Democoding with Java?
Post by: mz on July 14, 2015
Hey, thanks for the answers. I think I put myself the challange and try which lends a little intro.
Let's see what will come ...... ;D
Title: Re: Democoding with Java?
Post by: Shockwave on July 15, 2015
I might join you mz, I've recently switched jobs in work from .net to Java so I need to brush up on my skills!

Title: Re: Democoding with Java?
Post by: Knurz on July 16, 2015
I don't know any Java I only had some training with the VM itself (working as a sysadmin)...

Don't you run in any perfomance problems when the STW/GC kicks in ?
Title: Re: Democoding with Java?
Post by: mz on July 16, 2015
hi,
i would say that I can coding Java quite well, i work with it every day at work, but only backend.
i see a challenge to coding with Java and only with Java methods a little intro.
get away from the databases  ;D

i'm not good at graphics, but i must read documents, first  :-\

i set the daily times my first steps at your disposal.

but do not laugh  ;D


greetz
mz
Title: Re: Democoding with Java?
Post by: flightcrank on January 10, 2021
I use OpenGL with java, work fine and it just as fast as anything else. Not to mention you get portability to all operating systems for free !
File size can be a little on the fatter side as these days in java you bundle in a copy of the javaVM to run it on.