일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 포인터
- C# delegate
- c# 추상 클래스
- Algorithm
- jupyter lab
- vim
- Flutter
- Python
- jupyter
- C++
- github
- Houdini
- HTML
- 다트 언어
- C언어 포인터
- 깃
- c#
- Data Structure
- gitlab
- c# 윈폼
- git
- c언어
- Unity
- 구조체
- docker
- dart 언어
- 플러터
- c# winform
- 유니티
- 도커
- Today
- Total
목록Development (6)
nomad-programmer
나는 아래를 참고하며 모두 설정하였다. https://www.wholetomato.com/ko/learn/getstarted Get Started with Visual Assist - Whole Tomato SoftwareGreat stuff happens all the time. Visual Assist always has a steady stream of new features coming out.www.wholetomato.com https://qiita.com/sy_/items/20717560a0c9e914e5e5 VISUAL ASSISTがとっても優秀な件 - Qiita#c++でインテリセンス(IntelliSense)を使っている皆様皆さん、このようなインジケータが長く表示されてしまったので、コーヒーで一服した..

나는 Qt6.7을 설치하면서 Qt를 위한 웹 어셈블리 패키지도 함께 설치하였다. 그래서 WASM SDK를 잡아주어야 한다.https://emscripten.org/docs/getting_started/downloads.html Download and install — Emscripten 3.1.66-git (dev) documentationNote If you want to use your system’s Node.js instead of the emsdk’s, it may be node instead of nodejs, and you can adjust the NODE_JS attribute of your .emscripten file to point to it.emscripten.org그런데 내가 설..
Meson은 소프트웨어 벨드 시스템의 일종이다. 이것은 컴파일 및 빌드 프로세스를 간단하고 효율적으로 관리하기 위해 설계되었다.https://mesonbuild.com/ The Meson Build systemThe Meson Build system Overview Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible. The main design point of Meson is that every moment a developer spends writing or debugging builmesonbuild.comMeson의 주요한 ..
질의응답 https://throwbug.com/ throw bug Recent questions & answers throwbug.com 게임 코디 http://1st.gamecodi.com/ 게임코디 1st :: 구 게임코디 1st 입니다. 게임 프로그래머의 만담 1st.gamecodi.com https://gamecodi.com/ 게임코디 gamecodi.com 잘 정리된 블로그 https://lee-seokhyun.gitbook.io/game-programming/ Introduction - Game Programming The articles on these web sites are about my technical work experiences in the game industry. I have..
cmake 튜토리얼 사이트 https://www.tuwlab.com/27260 [CMake 튜토리얼] 2. CMakeLists.txt 주요 명령과 변수 정리 - ECE - TUWLAB ▶ 이 글에서는 CMake 빌드 스크립트인 CMakeLists.txt 파일을 작성하는 방법에 대해 다룹니다. CMake 2.8.x 버전 기준이며, C언어 프로젝트를 기준으로 자주 사용되는 명령과 변수들을 선별하여 기능에 www.tuwlab.com https://www.tuwlab.com/27270 [CMake 튜토리얼] 3. CMakeLists.txt 기본 패턴 - ECE - TUWLAB ▶ 이 글에서는 복붙으로 바로 활용할 수 있는 CMakeLists.txt 빌드 스크립트의 기본 패턴을 제시합니다. 빌드 결과물이 실행 바..