Robin Glauser


My Blog about Development, Design and my random thoughts.

Using Python and Lobe to automate Among Us tasks

How many of the tasks in Among Us can I automate?
The answer can be found at the end of this post.


Creating a UML to PHP Generator for StarUML

With the new version 3 of StarUML there wasn’t a UML to PHP Generator yet. I’ve decided to take the existing one for Java (https://github.com/staruml/staruml-java) and rewrote it so it would generate PHP code instead: https://github.com/nahakiole/staruml-php I then submitted it to the StarUML extension Repository and to this date it has already been downloaded over 600 times. If you find … Read More