Coder Social home page Coder Social logo

Comments (4)

bfgkatz avatar bfgkatz commented on July 18, 2024 1

from source.

MadlyFX avatar MadlyFX commented on July 18, 2024

I'll reach out to them--AFAIK they maintain compatibility with the old BGE, so it may just be minor tweaks.]
Actually, thinking about it now, I'm wondering if Eevee might cause issues as well.

from source.

MadlyFX avatar MadlyFX commented on July 18, 2024

Okay, here's what the UPBGE folks have said. Some of this is because of UPBGE, and some of it is changes in Blender itself:

the issue with addons is * became @ for multiply matrix
and also openGL was abstracted
so BGL is depreciated and GPU module needs to be used instead
or the video_texture backend that youle remade

the GPU module has quite a bit of work very recent
pretty much to replace bgl
but it points to openGL buffers in openGL mode
so it should be usable - but we have to catch anywhere bgl is used
and also *
to see if it should be @
then it should fix the addon I think
in some cases in the past - youle restored stuff they cut out for the video texture module

from source.

dfelinto avatar dfelinto commented on July 18, 2024

Hi Andy,

Since the BGE project was faded out, I believe it makes more sense to reach out to the UPBGE team for tackling the update of the BlenderVR and its integration with UPBGE.

The matrix calculation order change is a trivial change (it really only requires changing the order of the factors in the operations). The OpenGL abstraction is a bit more time consuming.

My other remark is that I believe UPBGE is already using OpenXR for its VR support. So it would also make sense to integrate natively with it for HMD support. And this is also something the UPBGE developers may be more equipped to do.

from source.

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.