Damon Leven

Results 81 comments of Damon Leven

I have checked on that and there are no issues on xterm. The strange thing though is that all other terminal applications (none in python though) have no issues at...

Also it's the same for the unicode problem - no issue on xterm, but on kitty. Also printing those characters with 'echo' or using C++ has no issue, really strange.

Hey, is there any update on this?

That the terminal is pretty slow compared to linux can be seen in https://github.com/MCWertGaming/Furdevs-Chess. It's a small program I did in two weeks for a game jam. The drawing performance...

We can improve std::cout performance by optionally disabling the printf compatibility. I think that this plus an efficient rendering algorythm in the window class would do the trick.

I have some more time now and think that I'll make a Fork to implement #213 and look into finding a way to make real time applications / rendering usable...

Oh, seems nice! I'll make a small animation of some sort as example for this.

I mean just rendering performance is not the only thing I need, some kind of centering of the content and resizing would be a nice addition, but I'm not yet...

Of course, we'll implement it

Yeah, we are currently working on improving the base functional and overall design. I sadly hadn't time yet to look into the prompt code. But I'll look into this when...