Pascal Thomet

Results 173 comments of Pascal Thomet

@ricejasonf : since you were mentioning your interest in normalising the output, would you mind giving me your opinion about the [CleanType](http://code-ballads.net/cleantype/) library on which I am working? I did...

> Iet's say a should_wait variable, but a better way would be to still render a few frames every second. Let's say 2. For an alternative approach, you could also...

@JunedKhan101 : Hello ImGui does not include ImGui file dialog. However [Dear ImGui Bundle](https://github.com/pthom/imgui_bundle) which is based on it provides it, as well as many widgets. You might want to...

> I've been playing with hello_imgui. I really like the ambition of this project. Hello, and thank you for your feedback! > Hello ImGui has a very C++/OO API which...

Hi @Karm Let's continue on this thread in the hope of helping future visitors that try to have a working copy-paste with emscripten. You are definitely onto something! What you...

@Karm : Congrats, this is quite a thorough analysis! You may be onto something inside emscripten! May be you should open an issue in their repository, and mention the solution...

You are experiencing a known quirk with ImGui: see this extract from the [ImGui FAQ](https://github.com/ocornut/imgui/blob/master/docs/FAQ.md#q-how-should-i-handle-dpi-in-my-application): > The reason DPI is not auto-magically solved in stock examples is that we don't...

Thanks, I took a few minutes to build and look at the imgui branch of your hdrview project, it looks extremely nice!

I spotted this in a recent research paper about image generation and interactive deformation: [Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold](https://vcai.mpi-inf.mpg.de/projects/DragGAN/) There are demos videos in...

See [Note about ports in the project Readme](https://github.com/pthom/northwind_psql#method-2-direct-access-via-the-port-55432) The port 55432 was chosen to avoid clash with a possible existing installation of postgres on the host machine.