Thread overview | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
June 28, 2016 IUP, CD, IM, lua interfaces in D. | ||||
---|---|---|---|---|
| ||||
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. |
June 29, 2016 Re: IUP, CD, IM, lua interfaces in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to mogu | 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!
|
June 29, 2016 Re: IUP, CD, IM, lua interfaces in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to mogu | 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! 蘑菇大神威武、、
|
June 29, 2016 Re: IUP, CD, IM, lua interfaces in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to mogu | 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. |
June 29, 2016 Re: IUP, CD, IM, lua interfaces in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Chris | 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.
|
June 29, 2016 Re: IUP, CD, IM, lua interfaces in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dsby | On Wednesday, 29 June 2016 at 08:24:30 UTC, Dsby wrote:
>
> Great! 蘑菇大神威武、、
白玉大大威武
|
June 29, 2016 Re: IUP, CD, IM, lua interfaces in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to mogu | 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.
|
June 29, 2016 Re: IUP, CD, IM, lua interfaces in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to mogu | 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.
|
Copyright © 1999-2021 by the D Language Foundation