We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I put something together which I think could be useful for practically everyone. It's not exactly an example, it's a tool that monitors input events and graphs them in real time.
This can be used to visualize when the different functions trigger given the input behavior, and their timing relative to one another. It can also be used to check that all your input devices are being read correctly by Java.
Answers
Is this related to Arduino?
You could create a github repo and post a link in the share your work section.
Kf
@Introscopia -- in addition to advertising your work in Share Your Work, in order to make it a Tool that can integrate into the contributions manager check out:
...an alternative is to make it a Library, e.g.
Not related to Arduino, inputs as in keyboard and mouse. As for posting to Share Your Work, it wasn't really my goal. I remembered seeing somewhere that the Contribution Manager was going to be open to anyone, and I really think this thing can be useful, I mean, I made it out of my own necessity. I considered making it a tool or something else too, but I feel seeing the code in this case is essential to the goal, which is to show the user how the functions are working. If it's a tool and they can't see the code then they can't be sure where the issue really is.
I see. So do you want to:
on the Contributions Manager, yea.
Read "Creating an Examples Contribution":