tim37021 / cInspector

python c module for speeding up Inspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cInspector

Provide basic built-in algorithm for Inspector. It's also free to import this module from every plugin by

import cInspector

Build

The following is for VS 2019. Linux should be okay too.

mkdir build
cd build
cmake .. -G "Visual Studio 16 2019"
cmake --build . --config Release

TODO

  1. Test Mac OS X

About

python c module for speeding up Inspector


Languages

Language:C++ 64.4%Language:Python 30.7%Language:CMake 4.9%