Skip to content
#

binding

Here are 597 public repositories matching this topic...

davidhewitt
davidhewitt commented Dec 13, 2021

I don't think PyO3 currently exposes an API to get super() from Rust.

As far as I'm aware there aren't special C APIs to call super(), instead I think ffi::PySuper_Type can be cast to &PyType and we can then use .call1((type, obj)) to fill in the arguments. I think we'd always need to use the two-argument form as I don't think the PEP 3135 syntax sugar can apply here.

Some ideas wh

Raylib-cs
ChrisDill
ChrisDill commented Jul 21, 2020

Discussion on the state of documentation for this library.

Code comments.

Using the same comments with the same style as raylib. One idea is to change them to the xmldoc style which can be used to generate external documentation. Unsure if this should be done but worth looking into.

Tech notes

Documenting api differences to make it easier for people new to raylib. Could move deta

Improve this page

Add a description, image, and links to the binding topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the binding topic, visit your repo's landing page and select "manage topics."

Learn more