用于实时图形编程的 C++ 的最佳替代品是什么? [英] What's the best alternative to C++ for real-time graphics programming?

查看:33
本文介绍了用于实时图形编程的 C++ 的最佳替代品是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

C++ 只是让我对自己的内存进行微观管理,这让我浪费了太多时间,让我打字太多(你好 std::vector::const_iterator it = lotOfThingys.begin()),而且编译时间太长让我很无聊.严肃的实时图形编程的最佳选择是什么?垃圾收集是必须的(以及在必要时避免使用它的能力),并且速度必须与 C++ 竞争.一个访问C库的合理故事也是必须的.

C++ just sucks too much of my time by making me micro-manage my own memory, making me type far too much (hello std::vector<Thingy>::const_iterator it = lotsOfThingys.begin()), and boring me with long compile times. What's the single best alternative for serious real-time graphics programming? Garbage collection is a must (as is the ability to avoid its use when necessary), and speed must be competitive with C++. A reasonable story for accessing C libs is also a must.

(完全披露:我对此有自己的答案,但我很想知道其他人发现哪些可以替代 C++ 进行实时图形工作.)

(Full disclosure: I have my own answer to this, but I'm interested to see what others have found to be good alternatives to C++ for real-time graphics work.)

感谢大家的深思熟虑的回复.鉴于这个问题真的没有正确"的答案,我不会选择任何特定的答案.此外,我只是选择我碰巧喜欢的语言作为 C++ 的替代品,这真的不公平.

Thanks everyone for the thoughtful replies. Given that there's really no "right" answer to this question I won't be selecting any particular answer. Besides I'd just pick the language I happen to like as a C++ alternative, which wouldn't really be fair.

推荐答案

D 编程怎么样语言?

评论中要求的一些链接:

Some links requested in the comment:

Win32 Api

Derelict(多媒体库)

这篇关于用于实时图形编程的 C++ 的最佳替代品是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆