GithubHelp home page GithubHelp logo

Comments (5)

toxieainc avatar toxieainc commented on August 26, 2024

Just to help me understand: As Supermodel renders via GL, could there be even any noticable benefit? Cause from my understanding, there could only be a lag benefit if the emulator/game draws everything in software and then sends that over.

from supermodel.

star69rem avatar star69rem commented on August 26, 2024

There are multiple benefits. The first one is compatibility. Anyone with a setup like this won't be able to use Super Model unless someone adds support for it. In terms of lag you should be able to get vsync off responsiveness since this solution doesn't even need a swap chain anymore. It's basically like having front buffer rendering.

from supermodel.

star69rem avatar star69rem commented on August 26, 2024

image

Seems like a benefit to me.

from supermodel.

dukeeeey avatar dukeeeey commented on August 26, 2024

For fullscreen mode in windows it generally renders in exclusive mode, which is something you don't have direct control over with the opengl API. So there won't or shouldn't be any lag introduced by the compositor. It just sort of happens behind the scenes. You call swapbuffers, which blocks until vblank happens. The only possible benefit I could see is if u wanted to emulate the tilegen chip with a CRT, you could reduce the lag to less than a frame. Basically whatever the network latency was + transmission time accounting for the bytes/s. But honestly I don't think anyone would ever notice any difference. But you'd have to rewrite the emulator somewhat to make that happen, because the final image is a sandwich of the 3d and 2d. You'd have to split them and send them separately I think to really take advantage.

from supermodel.

star69rem avatar star69rem commented on August 26, 2024

shows a screenshot of a conversation from Discord where someone literally did notice

"I don't think anyone will notice."

People are going to notice if they can run Super Model at all.

from supermodel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.