Skip to content

john-shika/port-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Porting C++ Library To Python with Cython And C# using P/Invoke

example main script for references

  • C++ Build
cmake -S . -B build
cmake --build build --config Release
  • Python Build And Run
python3 setup.py build_ext --inplace
python3 main.py
  • C# Run
dotnet run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published