#
binding-generator
Here are 36 public repositories matching this topic...
An OpenGL function pointer loader for Rust
-
Updated
Nov 17, 2021 - Rust
Ecere SDK (eC Language, Ecere IDE, Cross platform GUI, graphics, and more) — http://ec-lang.org —
android
programming-language
sdk
cross-platform
game-engine
hololens
vr
ide
gui-toolkit
cross-platform-ide
cross-platform-gui
ec
binding-generator
3d-graphics-engine
cross-platform-development
magicleap
ec-language
-
Updated
Dec 30, 2021 - eC
Open
REPL autocompletion
1
ranocha
commented
Jul 19, 2021
We are experimenting with the current master branch of Clang.jl in trixi-framework/P4est.jl#38. I noticed that there is no REPL tab completion for properties and structs defined automatically by Clang.jl (via field_access_method_list in the TOML file). For example, we get the following Julia code in the PR listed above.
struct p4est
mpicomm::sc_MPI_CommBinding and wrapper generator for C/C++ libraries
-
Updated
Nov 18, 2021 - Crystal
Tool to generate rust bindings and user API for glib-based libraries
-
Updated
Dec 29, 2021 - Rust
Automatic C-bindings generator for the Crystal language
-
Updated
Sep 29, 2021 - Crystal
generates luajit ffi bindings from c headers
-
Updated
Mar 24, 2018 - Lua
A header only library for binding C++17 classes and functions to Wren, an embeddable programming language
scripting
scripting-language
cpp17
wren
binding-generator
embedded-language
wren-helpers
wren-language
-
Updated
Oct 23, 2021 - C++
Automatically generate headers/bindings for other languages from Zig code
-
Updated
Nov 9, 2020 - Zig
LLVM/Clang based bindings generator for D language
-
Updated
Dec 22, 2021 - C++
Create D bindings from GObject introspection files
-
Updated
Sep 20, 2021 - D
Code Generators and Extensions for vanilla-rtb stack
integration
extensions
handlebars
stub
ads
adtech
bidder
handlebars-template
campaign
adserver
mustache-templating
binding-generator
openrtb
programatic
beeswax
ad-tech
vanilla-rtb
rtb
digital-media
iponweb
-
Updated
Mar 30, 2021 - Go
C++ binding generator based on libclang and pybind11
-
Updated
Nov 26, 2021 - C++
Automatically generate Julia-C bindings!
-
Updated
Mar 16, 2021 - Julia
[DEPRECATED] Generate Ada bindings to C++ code
-
Updated
Dec 9, 2019 - Python
Generate Python bindings via pyml from OCaml value specifications
-
Updated
Dec 9, 2021 - OCaml
havogt
opened
Jul 4, 2019
UNMAINTAINED: A Rust crate for automatically generating C header files from Rust source file. Fork of sean1708's rusty-cheddar.
-
Updated
Nov 8, 2017 - Rust
D bindings for Valve's C++ OpenVR library
-
Updated
Jun 14, 2020 - C++
Rust binding for TDengine
-
Updated
Dec 2, 2020 - Rust
C to scripting languages wrapper generator, INitialy for binding C to LUA
-
Updated
Jun 15, 2021 - Mako
Tool for generate V bindings and user API for glib-based libraries
-
Updated
Feb 6, 2020 - V
A Python generator for the Khronos APIs OpenGL, OpenGL ES, OpenGL SC, and EGL
-
Updated
Nov 19, 2021 - C++
N-API automated bindings for simple C-style functions.
-
Updated
May 8, 2021 - C++
Generate i3 key bindings for music file
-
Updated
Jan 9, 2020 - Shell
Bind genereator, read a c++ file and output binds for any language
-
Updated
Sep 19, 2017 - Python
Improve this page
Add a description, image, and links to the binding-generator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the binding-generator topic, visit your repo's landing page and select "manage topics."
Motivation
I am using the following pattern to efficiently initialize a large buffer inside wasm memory from JavaScript without copies (see #1079 for full motivation):