Mindmaps and WardleyMaps in Pharo
I'm looking for drawing some mindmaps and (obviously) I'd like to be able to draw and visualize them inside my own Pharo tools. I've found this video in Stephan Eggermont's channel: https://vimeo.com/136943448 Do you know any other alternatives for Pharo? BTW, I also found this other video about Wardley maps: https://vimeo.com/141653455 I found it very interesting. Somebody knows where can I find this project? Thank you!
Rafael Luque <rafael.luque.leiva@gmail.com> wrote:
I'm looking for drawing some mindmaps and (obviously) I'd like to be able to draw and visualize them inside my own Pharo tools.
I've found this video in Stephan Eggermont's channel:
Do you know any other alternatives for Pharo?
BTW, I also found this other video about Wardley maps: https://vimeo.com/141653455 I found it very interesting. Somebody knows where can I find this project?
I think so ð smalltalkhub StephanEggermont/Documentation. WardleyMap. I think it needs Grafeo from there too. The other one is in StephanEggermont/Mindmap Iâm pretty sure they are not up to date Stephan Eggermont
PlantUML now supports mind maps. I am thinking of doing a class in pharo to use PlantUML on the web to render diagrams (PNG, SVG) in Pharo. On Thu, May 9, 2019, 11:46 Rafael Luque <rafael.luque.leiva@gmail.com> wrote:
I'm looking for drawing some mindmaps and (obviously) I'd like to be able to draw and visualize them inside my own Pharo tools.
I've found this video in Stephan Eggermont's channel:
Do you know any other alternatives for Pharo?
BTW, I also found this other video about Wardley maps: https://vimeo.com/141653455 I found it very interesting. Somebody knows where can I find this project?
Thank you!
With the help of several folks in RMoD, the project for PlantUML is now pretty stable. Here's an example with a mind map: https://github.com/fuhrmanator/PlantUMLPharoGizmo#mind-map On Thu, 9 May 2019 at 20:27, Christopher Fuhrman < christopher.fuhrman@gmail.com> wrote:
PlantUML now supports mind maps. I am thinking of doing a class in pharo to use PlantUML on the web to render diagrams (PNG, SVG) in Pharo.
On Thu, May 9, 2019, 11:46 Rafael Luque <rafael.luque.leiva@gmail.com> wrote:
I'm looking for drawing some mindmaps and (obviously) I'd like to be able to draw and visualize them inside my own Pharo tools.
I've found this video in Stephan Eggermont's channel:
Do you know any other alternatives for Pharo?
BTW, I also found this other video about Wardley maps: https://vimeo.com/141653455 I found it very interesting. Somebody knows where can I find this project?
Thank you!
-- Christopher Fuhrman, P.Eng, PhD *Professor in the Département of Software and IT EngineeringÃTS (Ãcole de technologie supérieure)* http://profs.etsmtl.ca/cfuhrman +1 514 396 8638 *L'ÃTS est une constituante de l'Université du Québec* *Confidentiality Notice* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify christopher.fuhrman@etsmtl.ca. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. *Avis de confidentialité* L'information contenue dans ce message électronique ainsi que dans les fichiers qui peuvent y être attachés est de nature confidentielle et destinée à l'usage exclusif du destinataire. Si ce message vous est parvenu par erreur ou que vous n'êtes pas le destinataire visé, vous êtes par la présente avisé que tout usage, copie ou distribution de l'information contenue dans ce message est strictement interdit et vous êtes prié d'en aviser christopher.fuhrman@etsmtl.ca et de détruire ce message.
participants (3)
-
Christopher Fuhrman -
Rafael Luque -
Stephan Eggermont