You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# visualizer (v1.1.3)
1
+
# visualizer (v1.1.3a)
2
2
3
3
This project aims to make a quick visual representation for a C++ project (though Python support is planned).
4
4
@@ -67,6 +67,12 @@ Easiest example is `operator <<` which in most parsers is registered as a `binar
67
67
* OMG, FINALLY RESIZE!!! (literally took 10 min to implement, no idea why didn't do it earlier)
68
68
* OMG, FINALLY MOVE AROUND!!! (literally took another 10 min to implement, no idea why didn't do it earlier)
69
69
70
+
Alpha patch:
71
+
72
+
* Reduced number of line segments when drawing a curve, improved performance x2, almost not noticeable.
73
+
* Various code improvements
74
+
* Added FPS meter to verbose mode
75
+
70
76
# Known bugs // missing features:
71
77
* Function calls inside Loop and If conditions are not registered
72
78
* No way to see actual code from visualizer
@@ -81,4 +87,4 @@ Easiest example is `operator <<` which in most parsers is registered as a `binar
81
87
* No way to add libraries that shouldn't be rendered
82
88
* No switch case support
83
89
* Operator calls are not detected, even if they are user-defined
84
-
* On large projects moving/resizing is quite CPU-intensive and takes significant time
90
+
* On large projects moving/resizing is quite CPU-intensive and takes significant time (projects of around 1500 lines of code are rendered at around 7-8 FPS)
0 commit comments