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=. >> ./short >> >> >> https://gist.github.com/4373754 >> >> that is amzing! > > yeah cool, but we need a OOP wrapper too that mimics C++ API, thats what > i'm going to do ;)
I started with an abstraction: https://github.com/Dav1dde/wonne Currently I've done only strings, I think I can add the rest today
