Author Topic: [GAMES] Quake 3 source port with Vulkan renderer (vkQuake3)  (Read 893 times)

tle

  • Sr. Member
  • ****
  • Posts: 430
  • Karma: +47/-0
    • View Profile
    • Trung's Personal Website
[GAMES] Quake 3 source port with Vulkan renderer (vkQuake3)
« on: September 21, 2023, 05:56:00 am »
This is yet another source port for Quake 3 and considered one of the best Vulkan renderer port out there.



I am happy that the author has finally accepted my Pull Request to make it compile for ppc64le

https://github.com/suijingfeng/vkQuake3/pull/18
Faithful Linux enthusiast

My Raptor Blackbird

power9mm

  • Jr. Member
  • **
  • Posts: 93
  • Karma: +8/-3
    • View Profile
Re: [GAMES] Quake 3 source port with Vulkan renderer (vkQuake3)
« Reply #1 on: October 02, 2023, 05:07:10 pm »
all of the engines currently still use an interpreter for QVM (which means really bad performance, noticeable in the mod CPMA), quake3e plans on having native support for ppc64le eventually.

tle

  • Sr. Member
  • ****
  • Posts: 430
  • Karma: +47/-0
    • View Profile
    • Trung's Personal Website
Re: [GAMES] Quake 3 source port with Vulkan renderer (vkQuake3)
« Reply #2 on: October 02, 2023, 05:15:13 pm »
all of the engines currently still use an interpreter for QVM (which means really bad performance, noticeable in the mod CPMA), quake3e plans on having native support for ppc64le eventually.

Could you please point me to the conversation about native support for ppc64le?
Faithful Linux enthusiast

My Raptor Blackbird

MPC7500

  • Hero Member
  • *****
  • Posts: 574
  • Karma: +40/-1
    • View Profile
    • Twitter
Re: [GAMES] Quake 3 source port with Vulkan renderer (vkQuake3)
« Reply #3 on: October 02, 2023, 06:01:44 pm »
I'm pretty sure he's referencing to your own feature request.

power9mm

  • Jr. Member
  • **
  • Posts: 93
  • Karma: +8/-3
    • View Profile
Re: [GAMES] Quake 3 source port with Vulkan renderer (vkQuake3)
« Reply #4 on: October 02, 2023, 06:14:40 pm »
I'm pretty sure he's referencing to your own feature request.

its mainly on the discord. The main dev is in ukraine so deals with bombings.

I should add quake3e as it is can compile just fine on ppc64le (after one guy made some hacky build instructions to slap on it), and it performs better than ioquake3 and the like still.
« Last Edit: October 02, 2023, 06:28:33 pm by power9mm »