davemichael / NaCl-Quake

Quake for Native Client (based on the SDL Quake port)
GNU General Public License v2.0
21 stars 2 forks source link

pNaCl quake? #2

Open kzahel opened 10 years ago

kzahel commented 10 years ago

Would this work with pNaCl? More specifically, as a chrome platform app

davemichael commented 10 years ago

Probably not in its current form; it's bit rotted even relative to the latest NaCl SDK, although that shouldn't be too hard to fix. The main thing that might cause trouble is if their is some assembly code in the NaCl build. NaCl would work fine for some hand-tuned assembly (but not all), while PNaCl doesn't allow any assembly. I don't honestly remember if there's some left, or if it's all using C for NaCl.

On Mon, Jan 13, 2014 at 4:00 PM, Kyle Graehl notifications@github.comwrote:

Would this work with pNaCl?

— Reply to this email directly or view it on GitHubhttps://github.com/davemichael/NaCl-Quake/issues/2 .

SpiritQuaddicted commented 10 years ago

I have no idea what pNaCl is but be aware that the FTEQW engine also runs on/via NaCl and is actively developed so maybe that would be an alternative. I am not affiliated with it, just want to share the info. :)

kzahel commented 10 years ago

That would be awesome if somebody else had already done this. Unfortunately I didn't find any mention of NaCL in the fteqw source code.

Is this https://code.google.com/p/naclports/source/browse/trunk/src/experimental/quake/README.naclthe same as this github project?

On Wed, Jan 15, 2014 at 6:11 AM, SpiritQuaddicted notifications@github.comwrote:

I have no idea what pNaCl is but be aware that the FTEQW engine also runs on/via NaCl so maybe that would be an alternative. I am not affiliated with it, just want to share the info. :)

— Reply to this email directly or view it on GitHubhttps://github.com/davemichael/NaCl-Quake/issues/2#issuecomment-32364245 .

SpiritQuaddicted commented 10 years ago

kzahel: fteqw.com is highly outdated, try svn://svn.code.sf.net/p/fteqw/code/trunk

Grepping through it I see pnacl mentioned!