webui/examples/C++
Hassan DRAGA 4e0a7fe5c1 Text Editor Example
# Changes
* `webui_run` changed from `bool` to `void` as it run the script fast with no return

# New
* `char* webui_encode(const char* str)` encode string to base64
* `char* webui_decode(const char* str)` decode base64 to string
* `void webui_free(void* ptr)` free resource allocated by WebUI (_when using webui_encode()_)
* A text editor example

# Fix
* Now WebUI wait in loop while the application requestion more html files (_Large HTML UI_)
2023-05-08 23:03:41 -04:00
..
call_cpp_from_js Full C++ support 2023-05-05 21:54:12 -04:00
call_js_from_cpp Update C++ Documentations 2023-05-06 13:02:34 -04:00
minimal Full C++ support 2023-05-05 21:54:12 -04:00
serve_a_folder Full C++ support 2023-05-05 21:54:12 -04:00
VS2019/serve_a_folder Text Editor Example 2023-05-08 23:03:41 -04:00
VS2022/serve_a_folder Text Editor Example 2023-05-08 23:03:41 -04:00