纯 OpenGL CoverFlow 实现——不是 iPhone 或 OpenGL ES 或其他工具包
是否有任何纯粹 OpenGL 的 CoverFlow 开源实现,并且不依赖于以下之一:
- 任何 iOS 或 Apple API
- OpenGL ES - 我希望它在桌面上运行,而不是移动设备
- 不与其他工具包绑定,比如Qt,Gtk等。
我一直没能找到任何符合这个描述的东西,这让我很惊讶。
Are there any open-source implementations of CoverFlow that are pure OpenGL, and not dependent on one of the following:
- Any iOS or Apple API
- OpenGL ES--I want this to run on a desktop, not a mobile device
- Not tied to other toolkits, such as Qt, Gtk, etc.
I've not been able to find anything fitting this description, which is very surprising to me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,这并不是真正的纯 OpenGL,它基于 GLScene - GLScene 是一个基于 OpenGL 的 Delphi 3D 库 - 它称为 CoverFrame。
您没有指定语言,所以我建议您使用 Delphi (Pascal)。
它可以在任何项目中免费使用。阅读许可证或发送给作者的邮件。
阿尔法镜
透明度
水平/垂直
演示和源代码此处
Well, this is not really a pure OpenGL, it is based on GLScene - GLScene is an OpenGL based 3D library for Delphi - it is called CoverFrame.
You didn't specify the language, so I suggest you this which is for Delphi (Pascal).
It is free for use in any project. Read the license or mail to the author.
Mirror alpha
Transparency
Horizontal / Vertical
Demo and SourceCode here