File tree Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change 1- # visualizer (v1.1.3c) ![ ] ( https://img.shields.io/github/repo-size/codereptile/visualizer )
1+ # visualizer
2+ ![ GitHub code size in bytes] ( https://img.shields.io/github/languages/code-size/codereptile/visualizer )
3+ ![ GitHub repo size] ( https://img.shields.io/github/repo-size/codereptile/visualizer )
4+ ![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/codereptile/visualizer?display_name=tag )
25
36This project aims to make a quick visual representation for a C++ project (though Python support is planned).
47
@@ -63,24 +66,6 @@ Why not use `<insert your favorite C++ parser>`?
6366so only by using a compiler can we get a 100% correct output.
6467Easiest example is ` operator << ` which in most parsers is registered as a ` binary expression ` , when in reality it is a ` function call ` .
6568
66- # What's new in v1.1.3?
67- * OMG, FINALLY RESIZE!!! (literally took 10 min to implement, no idea why didn't do it earlier)
68- * OMG, FINALLY MOVE AROUND!!! (literally took another 10 min to implement, no idea why didn't do it earlier)
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-
76- Bravo patch:
77-
78- * Made better command line arguments for verbose and bruteforce modes
79-
80- Charlie patch:
81-
82- * Moved printing what files are detected to verbose output
83-
8469# Known bugs // missing features:
8570* Function calls inside Loop and If conditions are not registered
8671* No way to see actual code from visualizer
You can’t perform that action at this time.
0 commit comments