跨平台(Windows、OSX 10.6)Scheme 中的 OpenGL 开发
正在寻找一个允许我开发在 Windows 和 Mac OSX 上运行的 OpenGL 应用程序的方案版本。
我已经尝试过 Spark-Scheme,但无法使用 OSX 10.6 在我的 Mac 上编译它,Chicken 方案在尝试使用 Chicken-install OpenGL 时会出现 gcc 错误。
有没有人在使用Scheme 进行跨平台OpenGL 开发方面取得过成功,如果是的话,你愿意告诉我你的秘密吗?
Looking for a version of scheme that will allow me to develop OpenGL applications that run on Windows and Mac OSX.
I have tried Spark-Scheme and can't get it to compile on my Mac using OSX 10.6, Chicken scheme gives gcc errors whilst trying to use chicken-install OpenGL.
Has anyone had any success with cross platform OpenGL development using Scheme, if Yes would you care to tell me your secret.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试Racket(nee plt-scheme)它具有可在 Windows、OS-X 和Linux。
Try Racket (nee plt-scheme) It has open-gl libraries that run on Windows, OS-X and Linux.