Re: Amber

2012-12-27 Thread renoX
On Monday, 24 December 2012 at 00:34:29 UTC, Kelly wrote: On Saturday, 22 December 2012 at 21:02:21 UTC, Faux Amis wrote: On 21/12/2012 19:02, Lars Ivar Igesund wrote: Dear D community, I've been urged by many others to post about Amber here. It is a programming language being derived from

Re: Awesomium D wrappers/bindings

2012-12-27 Thread David
Am 27.12.2012 05:30, schrieb evilrat: On Wednesday, 26 December 2012 at 16:14:11 UTC, David wrote: but i agree, glfw and sdl sucks, No, only SDL sucks also glfw has redundant call(glclearcolor) each frame :) That is not redundant, it's not the job of GLFW to do OpenGL stuff you're

Re: Awesomium D wrappers/bindings

2012-12-27 Thread evilrat
On Thursday, 27 December 2012 at 10:35:20 UTC, David wrote: There is no drawing func callback, we are probably speaking of two different glfw version (even though I don't know of such a callback even in glfw 2.7) well ok i must be forgot something, but i clearly remember that bug(or

Re: Awesomium D wrappers/bindings

2012-12-27 Thread David
Am 26.12.2012 02:27, schrieb evilrat: On Tuesday, 25 December 2012 at 15:35:02 UTC, David wrote: Oh wow it works! ─[dav1d@ArchBox][~/workspaces/d/awesomium_test]╼ dmd -I../awesomium -L-L. -L-lawesomium-1.6.5 short.d ─[dav1d@ArchBox][~/workspaces/d/awesomium_test]╼ LD_LIBRARY_PATH=.

Re: Awesomium D wrappers/bindings

2012-12-27 Thread evilrat
On Thursday, 27 December 2012 at 13:16:33 UTC, David wrote: I started with an abstraction: https://github.com/Dav1dde/wonne Currently I've done only strings, I think I can add the rest today just to mention, last time i tried D wchar with awesomium wchar it was pure fail, but may be i've

Re: Awesomium D wrappers/bindings

2012-12-27 Thread David
Am 27.12.2012 15:30, schrieb evilrat: On Thursday, 27 December 2012 at 13:16:33 UTC, David wrote: I started with an abstraction: https://github.com/Dav1dde/wonne Currently I've done only strings, I think I can add the rest today just to mention, last time i tried D wchar with awesomium

Re: Getting ready for 2.061

2012-12-27 Thread Jacob Carlborg
On 2012-12-27 00:09, Brad Roberts wrote: I haven't done a survey in a while, but all of the ones I've looked at have lacked at least one of the features I've wanted to have. 1) multi-platform 2) great integration with github and pull requests 3) ability to pull multiple repositories

Re: Awesomium D wrappers/bindings

2012-12-27 Thread David
Webcore, done Webview, done (except the callbacks) Renderbuffer, done And bindings are waiting to get into deimos: https://github.com/D-Programming-Deimos/awesomium/pull/1

Re: Awesomium D wrappers/bindings

2012-12-27 Thread evilrat
On Thursday, 27 December 2012 at 17:31:58 UTC, David wrote: Webcore, done Webview, done (except the callbacks) Renderbuffer, done And bindings are waiting to get into deimos: https://github.com/D-Programming-Deimos/awesomium/pull/1 will there be OOP wrapper in deimos? or deimos is purely for

Re: Awesomium D wrappers/bindings

2012-12-27 Thread evilrat
On Thursday, 27 December 2012 at 17:31:58 UTC, David wrote: Webcore, done Webview, done (except the callbacks) Renderbuffer, done And bindings are waiting to get into deimos: https://github.com/D-Programming-Deimos/awesomium/pull/1 will there be OOP wrapper? or deimos is purely for C headers

Re: Awesomium D wrappers/bindings

2012-12-27 Thread Walter Bright
On 12/27/2012 6:17 PM, evilrat wrote: will there be OOP wrapper? or deimos is purely for C headers translation? Deimos is purely for C header translation.

Re: Amber

2012-12-27 Thread Leandro Lucarella
renoX, el 27 de December a las 10:16 me escribiste: On Monday, 24 December 2012 at 00:34:29 UTC, Kelly wrote: On Saturday, 22 December 2012 at 21:02:21 UTC, Faux Amis wrote: On 21/12/2012 19:02, Lars Ivar Igesund wrote: Dear D community, I've been urged by many others to post about Amber

Re: Awesomium D wrappers/bindings

2012-12-27 Thread evilrat
On Thursday, 27 December 2012 at 17:31:58 UTC, David wrote: Webcore, done Webview, done (except the callbacks) Renderbuffer, done And bindings are waiting to get into deimos: https://github.com/D-Programming-Deimos/awesomium/pull/1 will there be OOP wrapper? or deimos is purely for C header

Re: Awesomium D wrappers/bindings

2012-12-27 Thread evilrat
oh god. it was lagging this morning, sry for flood