Results 46 comments of Flix

I've made a (very basic) image editor for Dear ImGui, with no dependencies (based on stb_image.h, stb_image_write.h, stb_image_resize.h and some other optional plugins to load/save other image formats). ![imguiimageeditor](https://cloud.githubusercontent.com/assets/9608982/23823420/7354bf54-0662-11e7-9294-af21baed9e3a.gif)

@r-lyeh Awesome main menu! And awesome icon font (or probably awesome usage of "Font Awesome" ?!?) :) Edit: @r-lyeh: good to know that Google's MaterialDesignIcons are fixed-size! "Font Awesome" is...

An unfinished (just the GUI ATM), very bad looking, Sudoku game for Dear ImGui: ![imguisudokugame](https://cloud.githubusercontent.com/assets/9608982/17868946/50223cb8-68b1-11e6-905f-d6c893767d14.png)

@thedmd I knew you were making awesome stuff! :) > ImGui can be bend to handle zooming while keeping crisp details. How? **[Edit:]** Is this something related to your branch...

@thedmd thanks again for your detailed explanation. It's something I'll investigate further in the future... (I still have to find out how antialiasing works...). P.S. I'd also like to manage...