lefticus / cpp_weekly

The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
The Unlicense
710 stars 26 forks source link

Review the pocketpy library #312

Open paulross80 opened 1 year ago

paulross80 commented 1 year ago

Channel

"C++Weekly"

Topics

Since you you made some game programming videos and you are interested in the Python language as well, you may find interesting to review this library called pocketpy, which is a Python interpreter for game scripting, built on C++17. It claims to be lightweight and performant

Length

bite-sized (cover installation and basic usage)

kiner-shah commented 1 year ago

Maybe if you can make a byte sized episode which covers, in addition, some cool features of this library powered by C++.

Kevin-Delnoije commented 1 year ago

A interview with the developer would also be interesting like for the glaze library