I am exploring the possibilities of creating a Javascript application that uses webGL.
Since webGL is available only in a few browsers, and I do not want to force people to use a specific browser (directly), I would like to offer an offline download of the client application.
Is there any way to create a limitless and standalone "fake browser" client that has my application embedded for Linux and Windows?
This will allow me to distribute the standalone client without the need to modify the application code.
source
share