About the product

Atoms - SliderUintComponent

We will explain Atoms' SliderUintComponent. SliderUintComponent can set a value in a specified range and can change the value with a drag event. Pages-IndexTestComponent uses SliderUintComponent to dynamically change the...

Atoms - SliderUintComponent

We will explain Atoms' SliderUintComponent. SliderUintComponent can set a value in a specified range and can change the value with a drag event. Pages-IndexTestComponent uses SliderUintComponent to dynamically change the...

Atoms - RectComponent

Let's explain Atoms' RectComponent. Unlike the positioning of BoxComponent, RectComponent can be drawn anywhere on the screen by specifying MarginXY. Like BoxComponent, width, height, and background color can be specified....

Atoms - RectComponent

Let's explain Atoms' RectComponent. Unlike the positioning of BoxComponent, RectComponent can be drawn anywhere on the screen by specifying MarginXY. Like BoxComponent, width, height, and background color can be specified....

Atoms - ImageComponent

Introducing Atoms' ImageComponent. Select the image file name as input. In testing the ImageComponent, we display it as a subelement of the WindowComponent. Kotaro.png is drawn using ImageComponent. Alpha 1.0.1...

Atoms - ImageComponent

Introducing Atoms' ImageComponent. Select the image file name as input. In testing the ImageComponent, we display it as a subelement of the WindowComponent. Kotaro.png is drawn using ImageComponent. Alpha 1.0.1...

Atoms-BoxComponent

Kotaro will create components using atomic design. There are several components for Atoms and Molecules. You can create all the components yourself, from Atoms to Pages. You can also use...

Atoms-BoxComponent

Kotaro will create components using atomic design. There are several components for Atoms and Molecules. You can create all the components yourself, from Atoms to Pages. You can also use...

About the Kotaro_alpha build

Windows Install Visual Studio. vcpkg and cmake will be installed by default. Check the installation location using PowerShell. PS > gcm vcpkg | fl Ps > gem cmake | fl...

About the Kotaro_alpha build

Windows Install Visual Studio. vcpkg and cmake will be installed by default. Check the installation location using PowerShell. PS > gcm vcpkg | fl Ps > gem cmake | fl...

CppRestAPI Tutorial 2

Last time, we created sql and UserFormat. Next, we will create UserAPI. After creating the UserAPI, register it on the Router so that it can be called from a URL....

CppRestAPI Tutorial 2

Last time, we created sql and UserFormat. Next, we will create UserAPI. After creating the UserAPI, register it on the Router so that it can be called from a URL....