Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 622453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:59:10+00:00 2026-05-13T18:59:10+00:00

Is the MVC design pattern used in commercial computer games? Particularly with regard to

  • 0

Is the MVC design pattern used in commercial computer games?

Particularly with regard to high performance games I am curious if there have been any commercial users of MVC in the games industry?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T18:59:10+00:00Added an answer on May 13, 2026 at 6:59 pm

    It’s rarely used in games. It took me a while to figure out why, but here’s my thoughts:

    MVC exists to make a distinction between two representations. The Model is the abstract representation of your data. It’s how the machine views the state of your application. The View (and Controllers) represent a more concrete visible instantiation of that system in a way that’s meaningful to humans.

    In most business apps, these two worlds are pretty different. For example, a spreadsheet’s model is simply a 2D grid of values. It doesn’t have to think about how wide the cells are in pixels, where the scrollbars are, etc. At the same time, the spreadsheet view doesn’t know how cell values are calculated or stored.

    In a game, those two worlds are much closer to each other. The game world (model) is typically a set of entities positioned in some virtual space. The game view is also a set of entities positioned in some virtual space. Bounding volumes, animation, position, etc., all things you would consider part of the “view” are also directly used by the “model”: animation can affect physics and AI, etc.

    The end result is that the line between model and view in a game would be arbitrary and not helpful: you’d end up duplicating a lot of state between them.

    Instead, games tend to decouple things along domain boundaries: AI, physics, audio, rendering, etc. will be kept as separate as possible.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Over the last few weeks I have been studying the MVC design pattern for
I have read a lot about MVC design pattern, but some of the things
I have read several resources so far about MVC design pattern for iPhone application
Is there a name for the software design pattern that involves MVC with domain
I am creating a simple application using the MVC design pattern where my model
I've been working with sessions, MVC design and object oriented PHP. Where should I
I understand that MVC & MVP are design patterns that are commonly used for
I'm used to working in WPF with the MVVM design pattern, but I've recently
Background: I have a design pattern problem that I was hoping someone may be
I have been reading a lot about MVC these days and I think I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.