Simple Gaborator cgo bridge
Go to file
DataHoarder 029e2fe619
All checks were successful
continuous-integration/drone/push Build is passing
Removed unused cgo.NewHandle
2022-11-09 21:54:43 +01:00
sample Add small channel buffer 2022-01-29 21:58:56 +01:00
.drone.yml Faster test, add Drone CI 2022-07-13 20:33:40 +02:00
.gitignore Working library 2022-01-23 21:04:09 +01:00
go.mod Use new c-gaborator API without callbacks 2022-07-13 19:52:20 +02:00
go.sum Use c-gaborator callback system 2022-01-29 05:59:21 +01:00
goborator.go Removed unused cgo.NewHandle 2022-11-09 21:54:43 +01:00
goborator_test.go Faster test, add Drone CI 2022-07-13 20:33:40 +02:00
LICENSE Working library 2022-01-23 21:04:09 +01:00
README.md Faster test, add Drone CI 2022-07-13 20:33:40 +02:00

Goborator

Simple Gaborator cgo implementation.

Requires c-gaborator installed.

git clone --recursive --depth 1 https://git.gammaspectra.live/S.O.N.G/c-gaborator.git
cd c-gaborator && mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS_RELEASE="-march=native" -DCMAKE_C_FLAGS_RELEASE="-march=native" \
-DCMAKE_INSTALL_PREFIX="/usr"
make
sudo make install