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

Adds original 3dfx rendering path #434

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open

Adds original 3dfx rendering path #434

wants to merge 47 commits into from

Conversation

dethrace-labs
Copy link
Owner

@dethrace-labs dethrace-labs commented Jan 27, 2025

  • Implemented under the hood through OpenGL

todo:

  • fix it so it works with non-3dfx enabled DATA
Screenshot 2025-01-28 at 1 39 31 pm Screenshot 2025-01-28 at 1 38 33 pm

@@ -16,7 +16,7 @@ jobs:
matrix:
platform:
- { name: 'Linux', arch: 'x64', os: ubuntu-latest, werror: true }
- { name: 'Linux', arch: 'arm64', os: ubuntu-latest, werror: true, cmake-toolchain-file: 'cmake/toolchains/linux-aarch64.cmake', apt-packages: 'gcc-aarch64-linux-gnu g++-aarch64-linux-gnu', cross: true }
# - { name: 'Linux', arch: 'arm64', os: ubuntu-latest, werror: true, cmake-toolchain-file: 'cmake/toolchains/linux-aarch64.cmake', apt-packages: 'gcc-aarch64-linux-gnu g++-aarch64-linux-gnu', cross: true }
Copy link
Collaborator

@madebr madebr Feb 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# - { name: 'Linux', arch: 'arm64', os: ubuntu-latest, werror: true, cmake-toolchain-file: 'cmake/toolchains/linux-aarch64.cmake', apt-packages: 'gcc-aarch64-linux-gnu g++-aarch64-linux-gnu', cross: true }
- { name: 'Linux', arch: 'arm64', os: ubuntu-24.04-arm, werror: true }

I think the issue was with missing pre-installed x11 dependencies on Ubuntu 24.04, which is fixed on main.
Anyhow, if arm64 fails, we should fix this.

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

Successfully merging this pull request may close these issues.

2 participants