AIに協力してもらって、CFDソフトを開発する試みです。 数値計算の知識は少しありますが、FORTRANでしたので、 現代的なコード(C++、Python )あたりで開発していきたいと思ってます。 C++の基礎については以下から数回で実施しました。 今回から具体的な熱 ...
Vol.0-12で作成したコード群の処理内容について、plantUMLを用いて図にしました。参考になれば幸いです。 PythonとC++の連携概念図 説明文 この概念図は、これまでに実装した1次元熱伝導ソルバーにおいて、PythonとC++がどのように連携し、データがどのように ...
ZigX makes it easy to create Python extensions using Zig, providing automatic ctypes-based bindings, type stub generation, GIL support, and cross-platform wheel building.
PySDL2 is a pure Python wrapper around the SDL2, SDL2_mixer, SDL2_image, SDL2_ttf, and SDL2_gfx libraries. Instead of relying on C code, it uses the built-in ctypes module to interface with SDL2, and ...