Computational mathematics/computational physics and the video game industry

In summary: If you do engine development you will work on the physics, AI, and rendering engines. If you work on a subsystem you may work on the graphics, AI, or physics subsystem.In summary, although a computational maths/physics degree may not be directly related to working in the video game industry, there are plenty of physics drivers that are in active development by companies like Nvidia and Havok. The problem is that the deadline is fixed (i.e. games have to ship by Christmas) but the requirements are also fixed (i.e. in most software you can drop a feature to meet a deadline, but you can't with video games). Having fixed deadlines, and fixed requirements, and fixed
  • #1
thrill3rnit3
Gold Member
716
1
Can I use a computational maths/physics degree to work in the video game industry?
 
Physics news on Phys.org
  • #2
Although I've no direct experience in the matter, it may be worth noting that there are plenty of physics drivers that are in active development by companies like Nvidia and Havok that probably hire identically from that sort of degree.
 
  • #3
Video games companies have a reputation for being hell to work for. The problem is that the deadline is fixed (i.e. games have to ship by Christmas) but the requirements are also fixed (i.e. in most software you can drop a feature to meet a deadline, but you can't with video games). Having fixed deadlines, and fixed requirements, and fixed budgets means hellish work environments.
 
  • #4
go into digital design if you are looking for that kind of field. At least you give yoruself multiple career opportunities if the game thing doesn't pan out. and it will be related.
 
  • #5
twofish-quant said:
Video games companies have a reputation for being hell to work for. The problem is that the deadline is fixed (i.e. games have to ship by Christmas) but the requirements are also fixed (i.e. in most software you can drop a feature to meet a deadline, but you can't with video games). Having fixed deadlines, and fixed requirements, and fixed budgets means hellish work environments.

how about working for someone like nVIDIA or ATi or Microsoft DirectX or something to that effect?

dacruick said:
go into digital design if you are looking for that kind of field. At least you give yoruself multiple career opportunities if the game thing doesn't pan out. and it will be related.

What's digital design? What kinds of stuff are they involved with?
 
  • #7
rcompton said:
Yes, you can go into movies as well. Lots of people in my department do this and it's about the most competitive field one can get into. If you really really love video games and C++ then go for it. You do get to make cool videos:
http://physbam.stanford.edu/~fedkiw/
http://www.math.ucla.edu/~jteran/

Joseph Teran spoke to us in one of our Math Circle meetings, which kinda made me interested in that.
 
  • #8
Hey cool, my roommate Mike teaches math circle often.
 
  • #9
rcompton said:
Hey cool, my roommate Mike teaches math circle often.

I think I know the Mike you're talking about.
 
  • #10
Yeah, you probably do. He wasn't there last week as he was visiting Susan (have you met her also). I guess you're around UCLA a lot. If you're into graphics you should stop by the math dept. and meet some grad students who have worked in the industry.
 
  • #11
thrill3rnit3 said:
Can I use a computational maths/physics degree to work in the video game industry?

I did six months at a game company and I can tell you there is a tonne of maths you should know especially with games that are graphically and physically demanding.

Everything from barycentric coordinates to convex hull, raytracing, collision detection, you name it can be used. Its not just your standard linear algebra, vector calculus that is used.

That said you're probably in a good position to learn more and get some sort of work experience where you are now.

Also you will be expected to be a fairly competent (sp?). Typically the repository for the source code used in this kind of work is extremely large and very complex and the activity of writing code and adding it to the repository requires a lot of careful thought, planning, and processes that have to be followed.

If you want to work for this sort of company you need a portfolio. Your portfolio should show a demo or perhaps a simple game with good features. Typically you won't know everything (no one is expected to), but depending on your expertise and portfolio you will either work in either core gameplay, engine development, or perhaps on a particular subsystem.

It is a good idea to understand all the mathematics you learn so that you actually know and realize what's going on when you apply it.

Take for example bezier surfaces and NURBS. If you study a course in numerical analysis and real analysis as well as vector calculus you will understand how everything works from how the lighting is done to how interpolation works and so forth.

Typically you find that the latest techniques like say sub division surfaces are in front of current hardware support but it does catch up in the future as hardware becomes more accessible and powerful enough to do these things in a real-time manner.

If you limit yourself to graphics, you will still have quite an open spectrum of possibilities to work with. If you do gameplay you will need to know even more especially when dealing with physics, AI, optimization, etc.

Some books I can recommend include any of the Graphics Gems books and Real-time rendering. Some of these are old but they are still worthwhile.

I would recommend however going to university (which is what you are probably doing) to learn the intrinsic math and understanding it. Once you learn the myriad of math that is used at a university level it will make a hell of a lot more sense than if you just got the algorithm and applied it none the wiser.

Hope some of that helps
 
  • #12
I've been in the industry for a year now, and I work on the physics side. I write the vehicle physics engine for our racing game series. I also work on force feedback and sound and a wide variety of sub systems.

From my experience, I can tell you that math and physics are great disciplines for getting into the game industry. They are even better than dedicated game development degrees. ME is also very good. Make sure you can program in C++ by taking courses or doing projects (I learned while doing masters in HEP). Having something to show at an interview is nice (I presented a crude FEM tyre model), but it's only to help you get in and not much else because most of the work you do can only be learned on the job. Knowing math and physics proves you can learn.

To echo chiro, if you know the math and create algorithms, you're better than 80% of the game programmers. What most people do everyday is just copying code around without understanding it.

Random observations:
Deadlines get pushed back very often. (Which isn't a good thing)
Whether you need to work long hours depends both on the company and your ability.
Iterative and agile development means features can come and go very quickly.
Pay isn't that good.
 

1. What is the role of computational mathematics and physics in the video game industry?

Computational mathematics and physics play a crucial role in the development of video games. These fields are used to create realistic and immersive virtual worlds, simulate physics-based interactions, and optimize game performance.

2. How are computational mathematics and physics applied in game design?

Computational mathematics and physics are applied in game design through the use of algorithms and simulations. This allows for the creation of realistic graphics, physics-based mechanics, and complex artificial intelligence.

3. Can you give an example of how computational mathematics and physics have improved video game graphics?

One example is the use of ray tracing, a technique that uses computational mathematics to simulate the way light travels and interacts with objects in a virtual environment. This has greatly improved the realism of lighting and reflections in video game graphics.

4. How does computational mathematics and physics contribute to game engine development?

Computational mathematics and physics are essential in game engine development. They are used to create physics engines, which simulate the laws of motion and interactions between objects, and graphics engines, which render realistic and high-quality visuals.

5. Are there any challenges in implementing computational mathematics and physics in video games?

One challenge is finding a balance between realism and gameplay. While advanced computational mathematics and physics can create incredibly realistic simulations, they can also make the game too difficult or time-consuming for players. Additionally, these technologies can be computationally intensive and may require high-performance hardware to run smoothly.

Similar threads

  • STEM Career Guidance
Replies
2
Views
1K
  • STEM Career Guidance
Replies
4
Views
1K
  • STEM Career Guidance
Replies
20
Views
1K
Replies
18
Views
3K
  • STEM Career Guidance
Replies
4
Views
2K
  • STEM Career Guidance
Replies
11
Views
596
Replies
7
Views
2K
  • STEM Career Guidance
Replies
4
Views
2K
  • STEM Career Guidance
Replies
2
Views
2K
  • STEM Career Guidance
Replies
3
Views
2K
Back
Top