Closed ShlomiRex closed 1 year ago
Hey, @ShlomiRex!
It seems that we didn't update the README.md to reflect changes in the API following the update to version 0.4.0. There should be a fixed version on the way, but in case you see this before changes take place, just replace FPSCounter::new()
and App::new()
with FPSCounter::default()
and App::default()
, respectively.
Thanks for pointing these out!
@pumken Hi, I changed it and it compiels and runs now. However, the example still doesn't work as expected:
I only see FPS counter and nothing else. I'm on windows 10.
That's pretty much all that example should do: show that the library can produce a dynamic text-based UI. If you'd like examples that more completely show the abilities of the library, you should try the code in the examples folder.
If you have any further questions, feel free to ask!
When I run the example given in README I get:
The code is: