longlene

Results 22 comments of longlene

@BohongHuang @natefusion I'll have a try later, thank you!

@BohongHuang raygui is a header only library and I think it's not delivered in the libraylib, may need to do some translation like effort

@kiran-kp Thank you! Let me have a test at first

Sorry for that. As the raylib library use the struct and pointer to the struct at the same time, some APIs may not work as expected. Those APIs may be...

Thanks, will try it later.

Thanks all for the recommendation. I've read some code of both cl-autowrap and claw. I think the method of the code generation is not the key point of this project...

@nagy `RLAPI void SetCameraMode(Camera camera, int mode);` `RLAPI void UpdateCamera(Camera *camera);` For these two API, I can't find a way to write binding for them.

Sorry for the late response. I have created a small dynamic library and cffi binding to test them. Now I'm sure the code does not work. Please have a look...

Hi, @kiran-kp return-by-value is not the point, the question is that: There are functions that use the value of the Camera structure and a pointer to the value of the...

> Thanks for responding. I'm not sure I follow though. Neither of the functions you listed take a pointer to the camera and it's member at the same time and...