We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed last year.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
这是一个图像查看器,其中包含您正在寻找的一些功能。它没有获得最好的评论,但它可能会帮助您入门。内置VC++/MFC。
Here's an image viewer with some of the features you're looking for. It didn't get the best reviews, but it may help you get started. Built in VC++/MFC.
我在openGL中找到了一个CoverFlow效果项目:
http://blog.csdn.net/beidoustudio/article/details/4090806
我已经编译并在MFC中运行。
opengl.h文件中有简体中文的版权声明:
/================================================== =========================
应用:3D 桌面 - CoverFlow 项目概述
作者: 段传辉
博客: xxxx
开源:全部源码开放,若有技术疑问,博客留言。
=================================================== ========================/
上面写着
”
作者名字是段传辉,
博客是xxxx,
它是开源的,有任何问题请在博客上留言。
”
I have found a CoverFlow effect project in openGL:
http://blog.csdn.net/beidoustudio/article/details/4090806
I have compiled it and run in MFC.
in file opengl.h has a copyright announcement in simplified chinese:
/========================================================================
应用:3D 桌面 - CoverFlow 项目概述
作者:段传辉
博客: xxxx
开源: 全部源码开放,若有技术疑问,博客留言。
========================================================================/
which says
"
the author name is 段传辉,
blog is xxxx,
it's open sourced, any question please leave message on the blog.
"