Papyrus – Model driven development tool

A tool that deals with UML/MARTE is papyrus. This is available as eclipse plugin. It was not straigtforward though, to install it on my amd64/linux. I was halfway successful trough this package: http://mirror.switch.ch/eclipse/technology/epp/downloads/release/juno/SR2/eclipse-modeling-juno-SR2-linux-gtk-x86_64.tar.gz Halfway, because this package seems not to be identical to the one used in the tutorial: http://www.papyrusuml.org/scripts/home/publigen/content/templates/show.asp?P=134&L=EN&SYNC=Y  

MARTE

I was looking for real-time modeling and found the MARTE specs. I have the impression, this is intended to design systems with higher complexity as my framework. However, could be interesting to look into. Specs: http://www.omg.org/cgi-bin/doc?formal/2011-06-02.pdf Tutorial: http://www.uml-sysml.org/documentation/marte-tutorial-713-ko/at_download/file  

Webgl tutorials and examples

http://alteredqualia.com/ cool examples, benchmarking by fps. http://www.peter-strohm.de/webgl/ good tutorial Conclusion: webgl is based on opengl es 2.0. webgl does not yet really work on mobile devices, neither on safari nor chrome. exception is firefox for android. webgl does work though on desktop chrome and firefox, marked as experimental.