🇳🇦
I really hope she can see everything that I have done
18 years old solo developer from Indonesia who loves building things with C++
-
Shadow Studio
- Indonesia
-
04:20
(UTC +07:00) - werflux_
- https://werflux.itch.io
Highlights
Pinned Loading
-
Store audio devices to array (or std...
Store audio devices to array (or std::vector) 1// Tested on Windows 10 Version 22H2 (OS Build 19045.4170)
2// Compiled on Windows 10 with MSVC v143 and Windows 10 SDK (10.0.20348.0)
34#include <Windows.h>
5#include <Mmdeviceapi.h>
-
Capture webcam device with Media Fou...
Capture webcam device with Media Foundation API 1//#define COBJMACROS // C++ doesnt require COBJMACROS, only C use this
2#define WIN32_LEAN_AND_MEAN
3#include <windows.h>
4#include <mfapi.h>
5#include <mfidl.h>
-
Hook GLFW window procedure and creat...
Hook GLFW window procedure and create menus. 1#include "external/glfw/glfw3.h"
2#define GLFW_EXPOSE_NATIVE_WIN32
3#include "external/glfw/glfw3native.h"
45#define MENU_EXIT 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.