Skip to content

Commit efbb322

Browse files
authored
Update README.md
1 parent f412958 commit efbb322

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

README.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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

36
This 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>`?
6366
so only by using a compiler can we get a 100% correct output.
6467
Easiest 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

0 commit comments

Comments
 (0)