swiggo

package module
v0.0.0-...-1ee9814 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2017 License: MIT Imports: 0 Imported by: 0

README

swiggo

Build Status Go Report Card GoDoc

Call C/C++ lib with the help of swig

Generate Go package file and C/C++ wrapper file

  • mv interface.swig/interface.swigxx interface.i
  • For C: swig -go -cgo -intgosize 64 interface.i
  • For C++: swig -go -cgo -c++ -intgosize 64 interface.i

Usage

  • go get github.com/Akagi201/swiggo

TODO

  • Auto gen Go package files for godoc and IDE to browser Go definitions.

Documentation

Overview

Package swiggo shows how to call C/C++ lib with the help of swig

Directories

Path Synopsis
Package simple go call c with swig
Package simple go call c with swig

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL