Bopmem2 Posted July 23, 2012 Report Posted July 23, 2012 Inspired by haxball's huge population I've been thinking about how to get this game to run directly from a web browser. Obviously discretion is too far along to be completely reworked into an HTML5 application, even though there are tons of HTML5 asteroid shooters that prove out the basic rendering aspect of it. NaCl is a native client platform that allows limited reuse of c/c++ libraries directly on the Chrome browser. https://developers.google.com/native-client/overview It has certain limitations such as no process spawning, no blocking IO, no raw sockets, and limited memory access. I'd like to work on a proof-of-concept that wraps one of the subspace-related modules written for discretion and provides a browser-accessible interface to it. I'm not familiar with the project organization of Discretion but is there such a standalone piece of code that I can pull out and work with: Preferably one with minimal graphical/IO dependencies? Quote
»gallitin Posted July 23, 2012 Report Posted July 23, 2012 I think you may be looking for this? http://www.subspace.co/topic/26499-dotproduct/ Quote
aquarius Posted July 23, 2012 Report Posted July 23, 2012 For your proof of concept refer to: http://www.subspace.co/topic/13145-discretion-an-introduction/ You can grab the source from the SourceForge page. There's a predominant D.I.Y. attitude in this community. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.