Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
/ Godsvisus Public archive

Golang Data structure Visualization with Fyne

Notifications You must be signed in to change notification settings

ImDuong/Godsvisus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Data structure Visualization

Fast visualize data structures in Golang with interactive screens

Disclosure

Godsvisus is heavily based on Fyne, which makes it unusable when taking into account unit tests. Because fyne app only runs on main goroutine, Godsvisus only supports visualizations of slices & linked lists in main goroutine. As a matter of fact, it will be suspended & alternative solutions will be seek to replace Fyne.

Reference