kiui
kiui copied to clipboard
Auto-layout Ui library, lightweight, skinnable and system agnostic, with an OpenGL backend
cmake shows error "CMake Error at sub/toyobj/src/CMakeLists.txt:38 (set_target_properties): set_target_properties Can not find target to add properties to: toyobj [...] CMake Error at src/CMakeLists.txt:66 (message): MSVC has no support for Dirent...
We're looking for a new GUI system and would _love_ to try out this one. Unfortunately, the example as built doesn't work properly. The only clickable element is the gear...
- clone repo - git submodule update --init --recursive - mkdir build - cd build - cmake .. - cmake --build . --config Release or make Produces below error from...
Hi there, I have just come across this GUI library, and I have some interest in putting it on a try. But looking at the activity around it, it seems...
Hello, When i try to generate the src files in CMake i cant get over the check for dirent.h I get this error message: ``` CMake Error at src/CMakeLists.txt:46 (message):...
Hi, My build was good for the most part but the linking process throws an error. I have successfully pointed the include path and lib (glfw*.a) for GLFW. I'm using...
the kiui is compiled fine but the examples do not ``` 1>------ Build started: Project: kiui_example, Configuration: Debug Win32 ------ 1>example_nanovg.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void...
Hi I want to use your libaray for a small Projekt. But I need an OpenGL 3.3 Context but your UI only seem to work with an OpenGL 2.0 So...
Attempting something similar to the following (on a Windows version of cmake): add_subdirectory(glfw-3.1.1) add_subdirectory(kiui) ... target_link_libraries(foo kiui ${OPENGL_LIBRARIES} glfw) resulting in unresolved external symbols from glfw when trying to build...
When running the demo app, the outline of a window appears, then it crashes. This is the gdb backtrace: ``` #0 0x00007ffff556af66 in __readdir (dirp=0x0) at ../sysdeps/posix/readdir.c:44 #1 0x00007ffff7a626b9 in...