Skip to content

AmusementCreators/CppBindingGenerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppBindingGenerator

Generate cpp wrapper codes and sprcified language wrapper codes.

How to use

CppBindingGenerator(CBG) generates some binding codes from C++ to various other language, according to setting file customized by user.

For C++, CBG generate some codes exposing your functionality into DLL. For target languages, CBG generate some classes to load and invoke your functionality from DLL.

You can write setting file using Python.

Run/Test

Add PYTHONPATH . in environment variable.

Call python tests/csharp.py from a root directory

Call tests/build/GenerateProjects.bat

TODO

Make struct in arguments treat safely

C#

Document
CacheSystem

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.1%
  • C++ 6.9%
  • C# 3.0%
  • CMake 2.0%
  • Other 1.0%