Results 40 comments of Flix
trafficstars

@Hevedy I've added proper zoom. It's still WIP ATM, but if you have Firefox you can test it using CTRL+mouse wheel in the test demo above.

> I haven't looked at Flix01's code so I can't help on the other details yet. Nope, of course I didn't mind having bad quality fonts while zooming. The main...

Sorry to join to this thread one year later :disappointed:. I'm on Linux and have problems compiling the demo "metaballs" too. I've solved the openCL issue just by defining ``-D"CL_TARGET_OPENCL_VERSION=120"``....

@fedor-elizarov Thanks for your quick feedback. Basically even after having copied the old files (and re-addressed their references), the best I could get was the same output I already got...

@ fedor-elizarov Thank you again for your kind advice! :D

Unluckily I don't own a Mac, so I can't reproduce this behavior, and fix it. I don't even know what "windows dpi scaling is respected" means :smiling_face_with_tear: ! Some question...

> Settings > Display > Scale & Layout > Scale = 200% Tried: the screen zoomed 4 times, I could only interact with the top-left corner of the screen, and...

@MrSmith33: I've just made a quick gist modifying the related ImDrawList methods to display vertical text. If you want you can use it as a starting point to build ImGui...

@guillaumechereau: good job :smiley: ! P.S. Your code is so compact that can be posted here: ``` c++ #include namespace ImGui { bool GoxTab(const char *text, bool *v) { ImFont...

> Note that in my code the colour is fixed to white. I've just changed it in the snippet above.