I want to make a little game, which should load all the items from not compiled files.
So that you can modify the source code of the weapons without recompiling the hole game every time.
Now I have the problem:
How to compile it ingame
and:
Is there a way to make a function which is called inevery frame without saying item.update(), because that wouldn't be possible because the name (item) will change with every item.
I often had the error that I made a println(...); command inside a huge for or while loop. Then Processing always crashes because it is too much. Couldn't you make the Debuger Window inside an extra Process so that The Processing process doesen't crashes?
I would like to make a programm that can load the current desktop background.
But with Google I can't find a way to load the background or to get the path to it.
Does someone know how to get the path or the image directly?