Re: IUP, CD, IM, lua interfaces in D.

2016-06-29 Thread Mike Parker via Digitalmars-d-announce

On Wednesday, 29 June 2016 at 14:01:52 UTC, mogu wrote:

On Wednesday, 29 June 2016 at 09:48:19 UTC, Chris wrote:


Have you seen this:

https://github.com/DerelictOrg/DerelictLua

There is also

https://github.com/JakobOvrum/LuaD

I have already looked over these projects before I wrote this 
down. The problems are that luaD is in version 5.1 and 
DerelictLua only supports dynamic link. Another issue is that I 
just want this project to do translations instead of making 
other personal creations involved.


FYI, I have plans to add a configuration for a static binding to 
DerelictLua just as I did with DerelictGLFW3.


Re: IUP, CD, IM, lua interfaces in D.

2016-06-29 Thread Chris via Digitalmars-d-announce

On Wednesday, 29 June 2016 at 14:01:52 UTC, mogu wrote:

On Wednesday, 29 June 2016 at 09:48:19 UTC, Chris wrote:


Have you seen this:

https://github.com/DerelictOrg/DerelictLua

There is also

https://github.com/JakobOvrum/LuaD

I have already looked over these projects before I wrote this 
down. The problems are that luaD is in version 5.1 and 
DerelictLua only supports dynamic link. Another issue is that I 
just want this project to do translations instead of making 
other personal creations involved.


Yeah, LuaD is too old.


Re: IUP, CD, IM, lua interfaces in D.

2016-06-29 Thread mogu via Digitalmars-d-announce

On Wednesday, 29 June 2016 at 08:24:30 UTC, Dsby wrote:


Great! 蘑菇大神威武、、


白玉大大威武


Re: IUP, CD, IM, lua interfaces in D.

2016-06-29 Thread mogu via Digitalmars-d-announce

On Wednesday, 29 June 2016 at 09:48:19 UTC, Chris wrote:


Have you seen this:

https://github.com/DerelictOrg/DerelictLua

There is also

https://github.com/JakobOvrum/LuaD

I have already looked over these projects before I wrote this 
down. The problems are that luaD is in version 5.1 and 
DerelictLua only supports dynamic link. Another issue is that I 
just want this project to do translations instead of making other 
personal creations involved.


Re: IUP, CD, IM, lua interfaces in D.

2016-06-29 Thread Chris via Digitalmars-d-announce

On Tuesday, 28 June 2016 at 10:17:10 UTC, mogu wrote:

Now IUP library collections' interfaces accomplished.

IUP(3.18):  http://code.dlang.org/packages/iupd


Thanks for that, I've been waiting for this for a long time. I 
never got around to implementing it myself.



IM(3.10):   http://code.dlang.org/packages/imd
CD(5.9):http://code.dlang.org/packages/cdd



lua(5.3.3): http://code.dlang.org/packages/nluad


Have you seen this:

https://github.com/DerelictOrg/DerelictLua

There is also

https://github.com/JakobOvrum/LuaD

As I'm not good enough, all bindings may have many issues. Help 
me please.


All bindings do not have cpp interface conversions in D. But 
these will be the next works.





Re: IUP, CD, IM, lua interfaces in D.

2016-06-29 Thread Dsby via Digitalmars-d-announce

On Tuesday, 28 June 2016 at 10:17:10 UTC, mogu wrote:

Now IUP library collections' interfaces accomplished.

IUP(3.18):  http://code.dlang.org/packages/iupd
IM(3.10):   http://code.dlang.org/packages/imd
CD(5.9):http://code.dlang.org/packages/cdd
lua(5.3.3): http://code.dlang.org/packages/nluad

As I'm not good enough, all bindings may have many issues. Help 
me please.


All bindings do not have cpp interface conversions in D. But 
these will be the next works.


Great! 蘑菇大神威武、、


Re: IUP, CD, IM, lua interfaces in D.

2016-06-29 Thread Andrea Fontana via Digitalmars-d-announce

On Tuesday, 28 June 2016 at 10:17:10 UTC, mogu wrote:

Now IUP library collections' interfaces accomplished.

IUP(3.18):  http://code.dlang.org/packages/iupd
IM(3.10):   http://code.dlang.org/packages/imd
CD(5.9):http://code.dlang.org/packages/cdd
lua(5.3.3): http://code.dlang.org/packages/nluad

As I'm not good enough, all bindings may have many issues. Help 
me please.


All bindings do not have cpp interface conversions in D. But 
these will be the next works.


Can't wait for object-based interface. Keep up the good work!