Here's something I put together for fun. It's an interactive dartboard that supports mouse-over and click events.
The idea was that it could become a score-recording application but once I got to this point I thought I'd pass it along to somebody who actually plays darts as I, myself, do not!
This project has one external dependency (not included) that can be downloaded from Olaf Schmidts site: www.vbrichclient.com
If nothing else, the code might serve as a useful learning tool for somebody playing around with circles...
The dartboard, btw, was entirely drawn in code via the Cairo wrapper that vbRichClient exposes - it isn't a PNG file I just threw in there!
The idea was that it could become a score-recording application but once I got to this point I thought I'd pass it along to somebody who actually plays darts as I, myself, do not!
This project has one external dependency (not included) that can be downloaded from Olaf Schmidts site: www.vbrichclient.com
If nothing else, the code might serve as a useful learning tool for somebody playing around with circles...
The dartboard, btw, was entirely drawn in code via the Cairo wrapper that vbRichClient exposes - it isn't a PNG file I just threw in there!