We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello all
I recently found this interesting resource for UI templates:
beingcreative.co/60-beautiful-free-ui-kits-psd/
I was wondering how this could be applied in a Processing sketch, and use a UI component in a project. For example, how to apply a knob or slider graphic to work in Processing.
Cheers!
Answers
Have you looked at ControlP5?
http://www.sojamo.de/libraries/controlP5/
For sure, I use UI libraries for Processing, but I want to know how to design a custom one using my own graphics. So I am looking to know if this is possible, or any useful tips.
Anything's possible.... ;) I meant perhaps look at ControlP5 as reference as to how to go about it.
https://github.com/odbol/ControlP5/tree/master/src/controlP5
You can skin some ControlP5 elements with custom images — have a look at the ControlP5imageButton example.