Results 1 to 3 of 3

Thread: how to control compiz or compton with pygame or pyglfw?

  1. #1
    Join Date
    Dec 2014
    Location
    The Gates of Darkness
    Beans
    91
    Distro
    Ubuntu

    how to control compiz or compton with pygame or pyglfw?

    so I've figured out how to control my XFCE desktop environment and render OpenGL over it,
    but how can I reposition my windows between 2D and 3D space??

    note: not using the compiz cube...
    instead, imagine walking awound inside the cube with your windows either in front of you or left about in 3D space.

    anything that runs on SDL (pygame) runs better on GLFW, so it doesn't matter which is used.

    don't try to shoe me away from python
    [spoiler]
    I only know how to code well in python, and it's not as slow as alot of pros make it out to be.
    (everything runs slower if you follow pythonic standards though)

    here's what I've been able to do with python2.7:

    yes, I'm using python.exe (portable), bite me
    [/spoiler]

    so I want to build a 3D desktop environment to use my desktop as if I were playing minecraft or something...
    I don't know everything, so can I please get some help here :/
    (I just need references/knowledge, I don't need any help with coding)

    thanks

  2. #2
    Join Date
    Dec 2014
    Location
    The Gates of Darkness
    Beans
    91
    Distro
    Ubuntu

    Re: how to control compiz or compton with pygame or pyglfw?

    oh comon, you can't tell me nobody thinks of anything cool or this wouldn't have happened:
    [spoiler]

    [/spoiler]

    ^sorry for the image being too large, I'd resize it to w640 if it were a picasa link or [ img ] supported resizing.

    but yea, how can I gain this control??

  3. #3
    Join Date
    Dec 2014
    Location
    The Gates of Darkness
    Beans
    91
    Distro
    Ubuntu

    Re: how to control compiz or compton with pygame or pyglfw?

    did a tiny bit of research and found out I need to build a compositing window manager in python.

    I've looked at Qtile but that's just a basic window manager, I don't think that'll draw in 3D space :/

    could I get some help with building a python compositing window manager please. :/

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •