kerfuffin / spg-opengl

MIT License
4 stars 0 forks source link

[FR-1] Implement C++ Methods Calling from Python using pybind11 #8

Open Krabbens opened 1 year ago

Krabbens commented 1 year ago

Feature Request

We need to implement a mechanism that allows Python code to access and call C++ methods via pybind11. This would involve creating appropriate bindings and ensuring that the necessary data types are handled correctly.

Acceptance Criteria

Requirements

This feature requires Python 3.10 or higher

Expected Behavior:

Once implemented, developers should be able to seamlessly call C++ methods from Python.

Krabbens commented 1 year ago

I have done some changes on the branch

Changes are in this commit - e81d417ad47b2530eefe3c0bf12c83bd89a810f1