Tag: CPP

  • Simple working of Imgui, Implot and UDP Socket

    Simple working of Imgui, Implot and UDP Socket

      Simple working of Imgui, Implot and UDP Socket The Example ImGUI_Implot_UDPSocket github link, Create a simple working for ImGUI and Implot with VisualStudio 22 to show the working of UDP socket. * The example shows integrating Imgui with Implot with glfw. * The example shows UDP socket send and receive through winsock2. * The…

  • A simple understanding of qthread

    A simple understanding of qthread

      A simple understanding of qthread The Example qt_qthread github link, Create a simple working for qt qthread with cmake to show the working of Multi-thread array. * The example shows the reading the number of thread count * The example shows creating multiple thread using dynamic array object and Qvector with signal/slot. * The…

  • A simple understanding of qt, QML, cmake

    A simple understanding of qt, QML, cmake

      A simple understanding of qt, QML, cmake The Example qt_qml_cmake_pipe github link, Create a simple working for qt qml with cmake to show the working of QProperty. * This is a simple example to set up communication between qt6 and qml. * The example has simple Qml Rectangle, Text, TextField and Button. * The…