Ullrich Heinemann
Ullrich Heinemann
Hi all, I have ported the Sabbatier example from #38 to GLSL. Pretty simple, and should get you started. Find it at https://github.com/uheinema/BoxDrop-Example/blob/master/README.md Section GLSL in the Readme... Have fun
I suggest you use a file manager (TotalCommander( outside of APDE to copy files to the `data` folder. If you want to use subfolders there, be aware that they will...
Maybe..but not for the feeble minded. @Calsign: Is there an official/better way? Kept me from testing 5.2 up to now. I wanted/needed to activate largeHeap, and ended up hacking APDE...
Grrr. the BackButtan ate my text... So short: #### Brilliant. But isn't this a lot of work on your side for relatively little effect? How about (optionaly, see 'Build on...
Hello, just post your code, and I will try to reproduce the effect. Are other examples working? Best regards Ullrich
And btw, sound library DOES work! This one (maybe I redexed it): ``` name=Sound category=Sound authors=The Processing Foundation url=https://processing.org/reference/libraries/sound/index.html sentence=Provides a simple way to work with audio. paragraph= version=11 prettyVersion=2.0.2...
Thanks for pointing me there! Isn't the Processing forum the right place for this? Though I don't like the UI there very much. Keep it up!
Well, not too bad. Last line is buggy?? And superflous. Height way too small, increased:  Likes to be vertical centered, no scollbar... But a place to...
And so speaks Android Developers: >Key presses in software keyboards will generally NOT trigger this listener, although some may elect to do so in some situations. Do not rely on...
So after some tinkering, this https://github.com/uheinema/BoxDrop-Example/blob/master/Editfield/multiline.pde is almost all I need. - Sorted out runUI/ nonUI stuff - alignment/gravity - textsize ```Java edit.setTextSize(TypedValue.COMPLEX_UNIT_PX, ts); edit.setGravity(Gravity.START); ``` Just can't get scrollbars....