8000 blenderplayer building · Issue #1938 · UPBGE/upbge · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

blenderplayer building #1938

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

Open
voland62 opened this issue Mar 1, 2025 · 3 comments
Open

blenderplayer building #1938

voland62 opened this issue Mar 1, 2025 · 3 comments

Comments

@voland62
Copy link
voland62 commented Mar 1, 2025

Can't see sources inside source/blenderplayer subdir... Only CMakeLists.txt file. How blederplayer built actually?
(I'm incorporating UPBGE into other build system)...

@lordloki
Copy link
Member

The source is divided in the following way:

Image

blender -> sources for Blender itself
creator -> In this directory is the way to compile/link the blender sources and to build blender
gameengine -> sources for UPBGE itself
blenderplayer -> compile/link sources from gameengine and from blender directories to build the blenderplayer executable.
If your purpose is include UPBGE in other sources I think will be very difficult to integrate it.

@voland62
Copy link
Author

No. I'm just trying to get upbge nix package.
Now can only successfully build using g++(clang builds, but fires strange linker error), without collada(pcre linker errors), without blenderplayer(script doesn't see sources inside dir), the latest openvdb from github(due to their error in release version), and Linux only...

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

No branches or pull requests

3 participants
@lordloki @voland62 and others
0