Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simulate native windows GUI looking #2106

Closed
dhiahassen opened this issue Sep 27, 2018 · 4 comments
Closed

Simulate native windows GUI looking #2106

dhiahassen opened this issue Sep 27, 2018 · 4 comments
Labels

Comments

@dhiahassen
Copy link

dhiahassen commented Sep 27, 2018

I am trying to convince my partners at work to use Imgui, they like the intermediate mode concept, what "bothers" them is that they think it is hard to make an application that uses Imgui look like a native Windows application
Is there any theme/configuration that can be used to make Imgui look close to native windows apps ( example like the default looking of wxWidget ) , have anyone done such thing before ?

Thanks for your time
[ Example ]

nativegui

@ice1000
Copy link
Contributor

ice1000 commented Sep 28, 2018

#707 (comment)

@ocornut ocornut added the style label Sep 28, 2018
@ocornut
Copy link
Owner

ocornut commented Sep 28, 2018

The answer is Maybe, With some Effort and Time.

This is how you might expect things to reach in several (six?) months with more colors available in style, gradient, shadows: #1329 (comment)

It's never going to be exactly a native UI and there are different pros and cons using dear imgui compared to a traditional framework. I don't really have a fuller answer.

@Clocktown
Copy link

If you want that native look, you should use the respective GUI frameworks. Really. However, many people take on much pain exactly because they do not want that native look, but their own look that looks the same across all platforms. And ImGui achieves that, at much less cost compared to something like Electron, albeit without the fancy website-as-a-gui stuff.

I'd say: convince your parents of the benefits of a non-native look.

@ocornut ocornut closed this as completed Nov 21, 2018
@niutech
Copy link

niutech commented Nov 7, 2020

Have a look at imgui-win98.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants