Posts by Bruno Messias
Weekly Check-In #8
- 26 juillet 2021
- Category: gsoc
PR fury-gl/helios#18 (merged): Helios Documentation
Weekly Check-In #7
- 19 juillet 2021
- Category: gsoc
PR fury-gl/helios#16 (merged): Helios IPC network layout support for MacOs
Network layout algorithms using IPC
- 12 juillet 2021
- Category: gsoc
Hi all. In the past weeks, I’ve been focusing on developing Helios; the network visualization library for FURY. I improved the visual aspects of the network rendering as well as implemented the most relevant network layout methods.
Weekly Check-In #5
- 05 juillet 2021
- Category: gsoc
Before the 8c670c2 commit, for some versions of MacOs the streaming system was falling in a silent bug. I’ve spent a lot of time researching to found a cause for this. Fortunately, I could found the cause and the solution. This troublesome MacOs was falling in a silent bug because the SharedMemory Object was creating a memory resource with at least 4086 bytes indepedent if I’ve requested less than that. If we look into the MultiDimensionalBuffer Object (stream/tools.py) before the 8c670c2 commit we can see that Object has max_size parameter which needs to be updated if the SharedMemory was created with a “wrong” size.
SOLID, monkey patching a python issue and network vizualization through WebRTC
- 05 juillet 2021
- Category: gsoc
These past two weeks I’ve spent most of my time in the Streaming System PR and the Network Layout PR . In this post I’ll focus on the most relevant things I’ve made for those PRs.
Weekly Check-In #3
- 21 juin 2021
- Category: gsoc
PR fury-gl/fury#422 (merged): Integrated the 3d impostor spheres with the marker actor.
A Stadia-like system for data visualization
- 13 juin 2021
- Category: gsoc
Hi all! In this post I’ll talk about the PR #437.
Weekly Check-In #1
- 08 juin 2021
- Category: gsoc
Hi everyone! My name is Bruno Messias currently I’m a Ph.D student at USP/Brazil. In this summer I’ll develop new tools and features for FURY-GL. Specifically, I’ll focus into developing a system for collaborative visualization of large network layouts using FURY and VTK.