Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APP Request: Bino3d #2645

Closed
4 tasks done
hubertmeier opened this issue Sep 12, 2024 · 3 comments
Closed
4 tasks done

APP Request: Bino3d #2645

hubertmeier opened this issue Sep 12, 2024 · 3 comments

Comments

@hubertmeier
Copy link

What is the name of the app?

Bino3d

Where is the app hosted?

https://github.com/marlam/bino

About the app

This is one of the rare ( i dont know any other) 3D-Player Apps, it reqires Qt6 and the author has made it work for the raspberry (many thanks to marlam). It would be great to have this installation easy by pi-apps.
It's important to know that after compiling and installation the app must be startet with the parameter

bino --opengles

because raspberry os has OpenGL ES built in. Without this parameter there is only a black window.

The recipe to build it should be:

git clone https://github.com/marlam/bino.git
cd bino
mkdir build
cd build
cmake ..
make
sudo make install

Here is the link to the issue at marlams repo: marlam/bino#27

Confirmations

@theofficialgman
Copy link
Collaborator

Closing as unable to support. QT6.6 is not available in the default repositories for any of the distros we support.

The flatpak package is available but cannot be used due to the following issue that affects all versions of the application: If upstream fixes their software to automatically use the appropriate GL/GLES renderer based on what the drivers report as available this can be reopened. As it is now, the application does not work out of the box.

@theofficialgman theofficialgman closed this as not planned Won't fix, can't repro, duplicate, stale Sep 12, 2024
@hubertmeier
Copy link
Author

Hi,

Marlam as owner from bino3d.org has solved all problems with rpi5, there is now a working Flathub package.

Is this interesting for pi-apps?

@Botspot
Copy link
Owner

Botspot commented Oct 8, 2024

I just tried Bino 3D on the Pi5 and the output window remained a black screen after opening this url: https://bino3d.org/examples/rolling-marbles-360-tb.mp4
After opening the URL, I watched my CPU usage jump to 100% and stay there until I closed the program. It seemed to have been trying to do something, but the Bino3D window continued to just be a black void.
Am I doing something wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants