Re: [waffle] nacl backend

2014-12-09 Thread Tapani
On 12/10/2014 07:39 AM, Chad Versace wrote: On 12/09/2014 04:15 AM, Tapani Pälli wrote: Hi; snip 8< First of all I'm using some c++ in the nacl backend code but AFAIK everything of this can be converted to c if c++ is absolutely not wanted. Waffle's Android backend also contains C++, because

Re: [waffle] nacl backend

2014-12-09 Thread Chad Versace
> On 12/09/2014 04:15 AM, Tapani Pälli wrote: > Hi; Hi Tapani :) > I'm currently working on a NaCl backend for Waffle, I wanted to ask > for opinions or comments on my current approach. Great to hear! > First of all I'm using some c++ in the nacl backend code but AFAIK > everything of this can

[waffle] [ANNOUNCE] Waffle 1.5.0-rc2

2014-12-09 Thread Chad Versace
Waffle 1.5.0-rc2 is now available. This release introduces new features, of which the most significant is experimental support for the Windows WGL API. Unless someone reports a blocker bug, the final 1.5.0 release will happen tomorrow (Wed 10 Dec). If you want to add additional information to the

[waffle] [ANNOUNCE] Waffle 1.4.3

2014-12-09 Thread Chad Versace
Waffle 1.4.3 is now available. This is a maintenance release that fixes bugs since 1.4.2. Tarballs and other release files are posted at: Release Page: http://www.waffle-gl.org/releases.html#1.4.3 Source: http://www.waffle-gl.org/files/release/waffle-1.4.3/waffle-1.4.3.ta

[waffle] nacl backend

2014-12-09 Thread Tapani Pälli
Hi; I'm currently working on a NaCl backend for Waffle, I wanted to ask for opinions or comments on my current approach. First of all I'm using some c++ in the nacl backend code but AFAIK everything of this can be converted to c if c++ is absolutely not wanted. The work can be divided in to