Tips | Three Easy Ways to Get Subtitles From Your English Audio (Non-Technical and Technical)Sometimes, you get an English audio and want to get its text content, either because you want to process its content, or the speaker has…Apr 16, 2024Apr 16, 2024
Configurations | Running a C++ FLTK Program on Windows 11 Using Premake 5The Fast Light Tool Kit (“FLTK”) is a cross-platform C++ GUI toolkit for different operation systems.Apr 14, 2024Apr 14, 2024
UE5 | Opening and Displaying a Camera Using Unreal C++This article presents a simple demo of how to open and display a camera in Unreal 5 and C++. Playing Live Video Captures showed how to use…Apr 11, 2024Apr 11, 2024
Network Programming | Simple Hello World TCP in C/C++ on Windows and UnixThis article is for a simple “hello world” demo of a TCP client and server in C, working well on both Windows and Unix.Jun 4, 2023Jun 4, 2023
[UE5]How to Create a Plugin that Works with DLLs, Packaging and External FilesIn this tutorial, my goal is to create a plugin that works with external third-party library (using dll). Besides, I want to make sure…Dec 30, 2022Dec 30, 2022