C# 그래픽 라이브러리 라고 한다. 


"Game Engine Tutorial Series" 라고 유투브에서 검색하다 찾게 되었다. 


오호 +_+ ... 의외로 나름 라이브 코딩 되어 있는 것도 있고 괜춘한 것 같다. 


스터디 자료랑 찾아 보고 틈틈히 올리겠음 

Visual Studio Community 2013 with Update 4

Download Visual Studio Community for a free, full-featured IDE with powerful coding productivity features, cross-platform mobile development tools for Windows, iOS and Android, and access to thousands of extensions. This edition of Visual Studio is available at no cost for non-enterprise application development.

Sign in to Visual Studio within 30 days with your Microsoft account to synchronize your settings across multiple machines and register your product.


Link : https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx



Visual Studio IDE를 무료로 푼 버전이다. 단! 설치 후 마소 계정으로 로그인을 해야 함. 그렇지 않으면 30일 제한이 ...



com0com 이란 ?



Description

The Null-modem emulator (com0com) is a kernel-mode virtual serial port driver for Windows. You can create an unlimited number of virtual COM port pairs and use any pair to connect one COM port based application to another. The HUB for communications (hub4com) allows to receive data and signals from one COM or TCP port, modify and send it to a number of other COM or TCP ports and vice versa.


가상의 시리얼 포트 생성 & 연결 프로그램(윈도우용)


License : GNU General Public License version 2.0 (GPLv2)


download : http://sourceforge.net/projects/com0com/


manual : com0com.sourceforge.net/doc/UsingCom0com.pdf

--> 메뉴얼이 ... 조금 옛날 것 같은데, 걍 구글에서 사용법 추가 검색해 보는게 나을 것 같음






C# 학습용 홈피 : http://www.csharpstudy.com/


간략한 예제와 예문이 있다.




최고의 학습서는 MSDN 이지만, 극초반 접근하기 어렵다면 책 혹은 괜찮은 사이트에서 선 학습 후 찾아보는 방법이 최고인 것 같다.

(책을 씹어 먹을 각오로 줄을 그어가며 하는게 최고지만, 일단 인터넷을 참고하기로 한다. )


Event관련 설명을 참조하다가 아래와 같은 발견했다. 일단 필요한 기본적인 것은 다 있는 것 같아서 링크를 달아 둔다.




+ Recent posts