TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask YC: Best languages/tools to use for graphics development?

1 点作者 streblo超过 17 年前
I'm in pursuit of a CS degree and I'd like to go into graphics development after I graduate. Unfortunately my university only offers one graphics class (taught in java, learning openGL) and I get the feeling that I'm not learning as much as I can. What kind of languages, tools, technologies and etc should I be looking at to boost my experience?

1 comment

utnick超过 17 年前
www.gamedev.net - best graphics/game coding site on the net by far imo<p>Here is an outline of stuff you should know. It is game centric. I assume by graphics development you mean games, but this list applies to both anyways<p>- the class is good, the math learned will be important<p>+ your school most likely has a graduate graphics class as well. take it even though it might not count on your gpa<p>- know c++<p>- opengl is fine, make some sample apps in d3d also to get a feel for it<p>- Learn about engines. Most game programmers dont deal with the low level stuff anymore. Make a couple demo games using a popular engine. Torque is good.<p>- learn about shaders<p>- read siggraph papers and try to implement some of the techniques described therein<p>- The key thing that game companies want is experience making games. Make your own games and release them or contribute to existing open source games. This is by far the most important