[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Looking into creating a Native Client port of GnuChess
From: |
Matthew Ball |
Subject: |
Looking into creating a Native Client port of GnuChess |
Date: |
Fri, 25 Feb 2011 07:37:34 -0700 |
Hello Simon, et al,
NaCl is a new technology that allows a web browser (currently Google Chrome only) to securely run code that is compiled directly for the native processor (like x86). This allows universal portability on all platforms (Linux, Mac, Windows) by only compiling the code once, and giving it a portable _javascript_ front-end.
NaCl is currently in early alpha phases, so things will likely change in the near future. Currently, there is no support for File I/O access, so part of the porting effort is to remove these dependencies.
Cheers,
-Matt
- Looking into creating a Native Client port of GnuChess,
Matthew Ball <=