惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
云风的 BLOG
云风的 BLOG
G
Google Developers Blog
S
SegmentFault 最新的问题
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
DataBreaches.Net
F
Fortinet All Blogs
TaoSecurity Blog
TaoSecurity Blog
D
Docker
C
Cybersecurity and Infrastructure Security Agency CISA
K
Kaspersky official blog
宝玉的分享
宝玉的分享
腾讯CDC
Google Online Security Blog
Google Online Security Blog
Recorded Future
Recorded Future
T
The Exploit Database - CXSecurity.com
T
The Blog of Author Tim Ferriss
V
V2EX
S
Securelist
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
C
CERT Recently Published Vulnerability Notes
A
Arctic Wolf
Scott Helme
Scott Helme
L
LINUX DO - 热门话题
Y
Y Combinator Blog
P
Proofpoint News Feed
T
Tor Project blog
AWS News Blog
AWS News Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
博客园 - 聂微东
T
Threat Research - Cisco Blogs
B
Blog
Attack and Defense Labs
Attack and Defense Labs
L
Lohrmann on Cybersecurity
C
CXSECURITY Database RSS Feed - CXSecurity.com
阮一峰的网络日志
阮一峰的网络日志
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
IT之家
IT之家
N
News and Events Feed by Topic
博客园 - 司徒正美
H
Help Net Security
C
Cisco Blogs
C
Check Point Blog
S
Secure Thoughts

博客园 - Findekano

C#异步调用的bug? 恩,VS调试时候的监视也不能够尽信啊 最近正在看的几本书 VS.NET2005使用体验(二) [C# FAQ]通过Windows Forms预处理Win32消息 将应用程序直接加入到"Run..."中打开的小工具 VS.NET2005使用体验(一) .::Findekano's Tidbet:: .::Findekano's Tidbet:: .::Findekano's Tidbet:: .:: Findekano's Tidbet :: CorelDraw's Application Recovery Manager.. .:: Findekano's Tidbet :: C#&.NET Framework中的Beep .:: Findekano's Tidbet :: [C# FAQ]C#代码中如何启动另一个应用程序或批处理程序? 今天开始,努力攒钱... 又闻到味道 如何保持代码格式?
OpenGL & MFC 相关联接
Findekano · 2004-08-16 · via 博客园 - Findekano

最近在做一些MFC & OpenGL的行当,找了一些资料,顺手把连接整理一下,以备后用


  1. a collection of opengl app with mfc
    http://www.mfcogl.com/
  2. Generating Random Fractal Terrain :
    http://www.gameprogrammer.com/fractal.html
  3. Starting OpenGL in a Dialog:
    http://codeguru.earthweb.com/opengl/texture_mapping.shtml
  4. Starting Rendering Modes,a MDI splitter window example.
    http://www.codeguru.com/opengl/start.shtml
  5. How to snap an OpenGL client and send it to the clipboard,
    http://codeguru.earthweb.com/opengl/snap.shtml
  6. A small VRML viewer using OpenGL and MFC  :
    http://www.codeproject.com/opengl/wrl_viewer.asp
  7. OpenGLSample.zip,This rather large and impressive MFC contribution demonstrates, multiple OpenGL views, rubber banding, color ramp, mouse trackball type control, OpenGL printing, etc., in a MFC MDI and SDI framework.  This was built with VC++ 6.0 (SP5).
    http://www.8ung.at/kotyczka/opengl_en.html
    http://www.virtue.nu/kotyczka/opengl_en.html
  8. OpenGL Newsgroup’s FAQ by Paul Martz.
    http://www.frii.com/~martz/oglfaq
  9.  A example by Brian Bailey,demonstrates OpenGL in a CStatic form control
    ftp://ftp.frii.com/pub/martz/outgoing/GlView.zip
  10. Frans "Otis" Bouma, DemoGL. Although you won't find any MFC code at the DemoGL site, this is a professional site with excellent OpenGL & Win32 techniques and source code that can be adapted to MFC.
    http://www.demogl.com
  11. Achieving PostScript and Wmf outputs for OpenGL.This is a great example of printing MFC OpenGL scenes.
    http://www.codeproject.com/useritems/glexport.asp
  12. Creating 3D Tools with MFC. This is an excellent tutorial on the use of OpenGL and MFC Splitter Windows.
    http://www.gamedev.net/reference/programming/features/3dmfc/
  13. MFC Doc/View architecturemultithreaded OpenGL drawing view classes.  MTOpenGLView and STOpenGLView are free, MFC view classes from the Doc/View architecture that implement a common interface for OpenGL rendering. MTOpenGLView implements multithreaded OpenGL drawing.
    http://mkennedy.101main.com/software/OpenGLandCPP.asp
  14. A class to easily generate AVI video. Application to OpenGL.
    http://www.codeproject.com/useritems/avigenerator.asp
  15. Steve White's OpenGL page.Steve has created his own version of Windows Classes and has some excellent OpenGL examples.
    http://www.barkbark.demon.co.uk
  16. Wojciech Weyna 'Voytec', Using OpenGL with MS Windows,Advanced MFC MDI topics.
    http://shiptech.tuniv.szczecin.pl/~weyna/OpenGL/
  17. The OpenGL web site
    http://appsrv.cse.cuhk.edu.hk/~csc3550/link/gl_link.html


相关的库:
ClassGL Library 

The ClassGL Library is a collection of classes for Microsoft Windows XP/2000/NT/98/95 3D/2D graphics applications development, with using the OpenGL and MFC. The ClassGL Library provides data model independent C++ classes for easy navigation in 3D/2D space, objects selection, editing, allows printing with OpenGL, reading/writing GIF, JPEG, BMP and TGA raster images files using memory formats directly usable by the OpenGL API functions.

The ClassGL Library can be used without MFC also.