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

推荐订阅源

美团技术团队
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
Check Point Blog
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
IT之家
IT之家
月光博客
月光博客
U
Unit 42
K
Kaspersky official blog
T
Threatpost
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
GbyAI
GbyAI
P
Proofpoint News Feed
Last Week in AI
Last Week in AI
云风的 BLOG
云风的 BLOG
酷 壳 – CoolShell
酷 壳 – CoolShell
I
InfoQ
Engineering at Meta
Engineering at Meta
Recorded Future
Recorded Future
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
Security @ Cisco Blogs
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
Security Archives - TechRepublic
Security Archives - TechRepublic
Webroot Blog
Webroot Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Hacker News - Newest:
Hacker News - Newest: "LLM"
S
Schneier on Security
S
Secure Thoughts
The Register - Security
The Register - Security
B
Blog RSS Feed
The Last Watchdog
The Last Watchdog
P
Palo Alto Networks Blog
爱范儿
爱范儿
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
N
News and Events Feed by Topic
阮一峰的网络日志
阮一峰的网络日志
L
LINUX DO - 热门话题
C
Cisco Blogs
Spread Privacy
Spread Privacy
F
Full Disclosure
博客园 - 聂微东
T
The Blog of Author Tim Ferriss

博客园 - 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.