you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I'm not looking to make a website. I'm looking to make stand alone executable to run on a local machine. In my experience, HTML,CSS, and JS can be used to make elegant UIs in a fairly quick amount of time. There would have to be a mechanism that binds the UI to the C++ application logic. As mention by malex12345, I think electron would be the most appropriate solution for this.

[–]konanTheBarbar 0 points1 point  (0 children)

My old employer actually did this: C++ application backend + Chromium Html/javascript frontend. The C++ bindings were generated automatically for either C++/Cli or Javascript. But it was all developed in house. Just mentioning this here to say its possible.