this post was submitted on 25 Jun 2023
4 points (100.0% liked)

C++

1718 readers
7 users here now

The center for all discussion and news regarding C++.

Rules

founded 1 year ago
MODERATORS
 

cross-posted from: https://programming.dev/post/218925

I'm a back-end developer who wants to play with some desktop/front-end development.

I found a C++ library and started thinking what would be the best way to wrap this library in a way so that I can create a GUI in either C# or in Typescript.

What would you recommend?

Note: I'm trying to keep the question relatively vague because I want to get some ideas to try instead of finding the solution to my specific problem. I want to learn more about how others would approach such a problem. But I can provide more details, if necessary.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago

I saw a reactive ui library for WebView in c++ not so long ago: https://nuicpp.org/

Hope it helps :)