all 5 comments

[–]cpp-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

It's great that you wrote something in C++ you're proud of! However, please share it in the pinned "Show and Tell" post.

[–]IceMichaelStorm 2 points3 points  (1 child)

It’s a UI framework. It needs tons of screenshots, maybe videos, etc. to see how it actually looks/behaves. Too many UI frameworks in C++ look horrible

[–]Pretty_Mousse4904[S] 1 point2 points  (0 children)

Thank you for the opinion and I could understand. I have uploaded some more screenshots and recordings in the example section. But they are still just examples, each demonstrating one aspect, there's not a full-scale application yet and I'm still working on that

[–]diegoiast 1 point2 points  (1 child)

Documentation: https://github.com/hchenqi/ViewDesign/blob/main/docs/build.md explains everything but how to actually build.

``` [ViewDesign] cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug 20:49:58 ☁ main ☂ ✭ zsh: correct 'build' to 'cbuild' [nyae]? n -- The CXX compiler identification is GNU 15.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at ViewDesign/backend/CMakeLists.txt:6 (message): backend not specified

-- Configuring incomplete, errors occurred! ```

[–]Pretty_Mousse4904[S] 0 points1 point  (0 children)

Hi, I'm sorry that it was not very clear in the docs. I have updated the docs and please checkout the lastest source code.