Tweets
- Tweets, current page.
- Tweets & replies
- Media
You blocked @milchreisjunkie
Are you sure you want to view these Tweets? Viewing Tweets won't unblock @milchreisjunkie
-
It's ready. Today Pimon 1.1 is released for
#pico8. I fixed some issues, adds effects and some

to stay motiviated.
Now it's time to start the next project ... of course with pico8
BBS: https://www.lexaloffle.com/bbs/?tid=46491 pic.twitter.com/AQmYncUbB1Thanks. Twitter will use this info to make your timeline better. UndoUndo -
My tween library works: Simple bouncing ball in <20 lines with @p5xjs and p5.tween (https://github.com/Milchreis/p5.tween …)

@thecodingtrain@shiffmanpic.twitter.com/qXITHtlX4CThanks. Twitter will use this info to make your timeline better. UndoUndo -
A tutorial for balanced people
Programming a minimalist watch with #lofi in#javascript https://youtu.be/TPdgNvUrzYI@p5xjs@shiffman@ProcessingOrgpic.twitter.com/IpCyZBDPrd
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
You need a color
in your running #processing sketch? Use the UiBooster library to integrate easily a color picker. Color selectedColor = new UiBooster().showColorPicker("Choose your favorite color", "Color picking"); https://github.com/Milchreis/uibooster-for-processing#colorpicker …pic.twitter.com/7qw8OtMNOu
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
You need controls for your sketch outside the window? With the new UiBooster library for
@ProcessingOrg you can open dialogs and forms in a few lines of code. Maybe it helps for your upcoming code challenges@shiffman
And thanks for the great #processing projectpic.twitter.com/zF7lGHGwUQThanks. Twitter will use this info to make your timeline better. UndoUndo -
I don‘t like to upload pdf files to stranger server to merge them. Today, I build a small web app to delete pages or add from another pdf. It is complete client side and free. https://milchreis.github.io/ezpdf/src/index.html …
#javascript#pdf#HomeOffice#developer#frustrated#js#html5pic.twitter.com/xKItQpoYTP
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
The next version of UiBooster is available. Make you commandline tool graphical with less code. Now with dark-mode... https://github.com/Milchreis/UiBooster …
#java#library#opensource#github#uibooster#development#developer#free#darkmodepic.twitter.com/MJiSftYWp3
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
Pimp your pictures with
#processing in 6 lines of code. saturation + brightness + split-toning + matte-effect + sharpen + vignette = awesome
Code: https://gist.github.com/Milchreis/dac848267110f3ca6cf6b23c42328f79 …
@ProcessingOrg@thecodingtrain@shiffman#Creative#creativecodingpic.twitter.com/HQfvxIPa2C
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
Wohoo
... the new version of the image-processing library is out now. There are some new features:
- Contrast adjustments
- Image comparison
- Toning
- Split toning
- Made from strokes
- Matte effect
Hope you like it
#processing@shiffman#opensource#creativecodingpic.twitter.com/ECvfq1fQXM
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
Now the algorithm from the made-from-lines project is integreted in the image-processing library.
@ProcessingOrg#programming#processing#generative#generativeart#opensource#codingpic.twitter.com/IKfnRIQnZ6
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
Yesterday, I begun to implement some new features for the image-processing library for
#processing
I hope to release it in the next days
https://github.com/Milchreis/processing-imageprocessing …
#creativity#creativeCoding#p5js#codingtrain#imageprocessing#Software#opensourcepic.twitter.com/73ocMaXG58
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
Now the "made from lines algorithm" lives in a complete
#processing application
and support colors
Try it out and have fun
https://github.com/Milchreis/madeFromLines …
@ProcessingOrg@shiffman@thecodingtrain#creativecoding#development#software#opensourcepic.twitter.com/iTbWc2TjIX
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
Portrait made by lines. A new
#processing sketch. Maybe I add this feature to my image-processing lib. But first you can try it
Code: https://gist.github.com/Milchreis/f7c29f019098ef073f3c46b362b17db4 …
Full image: https://imgur.com/a/9GeEx4R
#creativecoding@shiffman@thecodingtrainpic.twitter.com/R2h3kNVjSE
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
I build my first
#nuxtjs app. It's about writing notes. Not really innovative, but the development experience was great
Try it https://milchreis.github.io/QuickNotes/
#js#javascript#VueJS#vuetify#markdown#opensourcepic.twitter.com/CM7wHXQZUh
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
Next coding challenge finished: 3D Pong
Code and Game:
https://github.com/Milchreis/Pong3D …
@thecodingtrain@shiffman#p5js#coding#javascript#creativecoding#gamedevelopment#codingchallenge#gaming#Softwarepic.twitter.com/imnXIOIXOJThanks. Twitter will use this info to make your timeline better. UndoUndo -
Version 1.4.0 of UiBooster
for #java is out now. New features: - Large message area in waiting dialog - Picture gallery dialog - Form dialog - System tray menu https://github.com/Milchreis/UiBooster …#opensource#linux#programming#software#tech#newspic.twitter.com/AQKt95X8uU
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
Next feature completed. Now UiBooster allows to create forms very easily.
https://github.com/Milchreis/UiBooster …
#java#ui#desktop#software#opensource#devops#development#programmpic.twitter.com/ZBVcz0XysB
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
The coming release of UiBooster will contain a feature for creating fast and easy a dialog for images in
#java. Currently you can try the beta release with this feature
https://github.com/Milchreis/UiBooster …
#github#opensoure#development#javazonepic.twitter.com/RbENy9aYXN
Thanks. Twitter will use this info to make your timeline better. UndoUndo -
You need some simple dialogs for your
#java commandline application? I needed it, so I developed UiBooster. It creates simple dialogs your different user inputs and pimps up the legacy CLI app
https://github.com/Milchreis/UiBooster …
#software#opensource#tools#developerpic.twitter.com/26biQoVq1SThanks. Twitter will use this info to make your timeline better. UndoUndo -
Nick Retweeted
Try Phobox in less than five minutes. https://phoboxhq.github.io/usage/Try-phobox-in-less-than-five-minutes/ …
#docker#phobox#photographiepic.twitter.com/x7lWhpUGmHThanks. Twitter will use this info to make your timeline better. UndoUndo
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
Software developer and photographer