I'm pretty new to using firebreath, but I've managed to build this plugin for eyetracking. I need to calibrate my data, here i need to get the plugin to show/display/draw figures (circles) on top of the HTML page. I have no experience in display or drawing with c++ or firebreath.
I've read about there is different methods whether I have a windowless plugin or not. I don't know if my plugin is windowless. Also read about Direct2D but didn't manage to display anything. Furthermore, I looked into 'Drawing on Windows' (http://colonelpanic.net/2010/11/firebreath-tips-drawing-on-windows/) but able to get the gist of it when taking about HWND, which i guess is most important part.
How can i display one or more circles on top of a html page with my firebreath plugin? If possible i would really appriciate explicit examples and explations
I hope you can help, maybe is the problem something elementary.