일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 폰트생성
- GAN
- 디퓨전모델
- Generative Model
- WinAPI
- ddpm
- BERT
- Stat110
- WBP
- cv
- animation retargeting
- Few-shot generation
- ue5.4
- multimodal
- 오블완
- 딥러닝
- Unreal Engine
- deep learning
- RNN
- UE5
- userwidget
- Diffusion
- CNN
- dl
- motion matching
- 언리얼엔진
- NLP
- Font Generation
- 생성모델
- 모션매칭
Archives
- Today
- Total
목록WndProc (1)
Deeper Learning
[WinAPI] Win32API entrypoint 훑어보기 - wWinMain
WinAPI는 MS 윈도우 운영체제에서 사용하는 API로 C/C++로 직접 상호작용이 가능하다. VS에서 윈도우 데스크탑 애플리케이션 프로젝트를 생성하면 간단한 창을 띄울 수 있는 코드가 쓰여있는데 entry point인 wWinMain 내부의 코드들이 어떤 역할을 하는지 간단하게 정리해보려 한다. entry point cpp 파일의 코드 전체는 아래와 같으며 메인 함수인 wWinMain 내부 코드를 하나씩 분석해 보자. // win32example.cpp : Defines the entry point for the application.//#include "framework.h"#include "win32example.h"#define MAX_LOADSTRING 100// Global Variable..
Game Development/WinAPI
2024. 6. 1. 08:18