Move C FFI Bindings to Bindings Directory #28

Closed
opened 2025-08-20 21:04:26 +00:00 by Josh · 1 comment
Owner

Currently, these bindings live in the test suite, but it might be a better idea to move this to a more central area. It's not just the test suite that needs access to them.

./chess/test/chess_ffi.py -> ./chess/bindings/ffi.py

Currently, these bindings live in the test suite, but it might be a better idea to move this to a more central area. It's not just the test suite that needs access to them. ./chess/test/chess_ffi.py -> ./chess/bindings/ffi.py
Josh changed title from Move C FFI Bindings to Own Directory to Move C FFI Bindings to Bindings Directory 2025-08-20 21:05:33 +00:00
Author
Owner

It would probably be best to actually create a dedicated class to handle this wrapping, that way, we can have a simple interface to interact with the C functionality, rather than importing all of the methods.

It would probably be best to actually create a dedicated class to handle this wrapping, that way, we can have a simple interface to interact with the C functionality, rather than importing all of the methods.
Josh added the
WIP
label 2025-08-22 18:09:20 +00:00
Josh self-assigned this 2025-08-22 18:09:24 +00:00
Josh closed this issue 2025-08-22 19:28:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: projects/chess#28
No description provided.