Showcase/Users
Showcase
- soulsalicious multi-platform intro scripted in R using rdyncall,DynCall,OpenGL,SDL and friends.
Users
Some noteworthy and interesting projects using dyncall:
- BridJ - Call C, C++, ObjectiveC libraries from Java without compiling native code
- BridJS - BridJ-like API for node.js without writing any extra native code
- fastcall - Foreign function interface library for Node.js
- rdyncall - Call native code from R without compiling native code
- LWJGL - Lightweight Java Game Library
- GTK Server - Use GTK from shellscripts and interpreted programming languages, etc.
- Spe - Source Python Extensions
- PAWN - Scripting language (uses dyncall for amxProcess module)
- Orocos Toolchain - Library for real-time robotics applications (uses dyncall for typelib ruby bindings http://rock-robotics.org/api/typelib/index.html)
- FL2 Allocator for LLVM
- REBOL3 dyncall extension
- Access Csound through R - This R package allows basic access to the Csound API from R (uses rdyncall)
- simpleforth - Small Forth implementation
- Zavolaj - Native call interface for Rakudo
- jsh - JavaScript shell
- Candle App Platform - unified platform for desktop and internet apps
- cart - diffusion-based cartograms with R
- MoarVM - a 6model-based VM for NQP and Rakudo Perl 6
- Generic Dissector for Wireshark - visualize your network data with powerful and extremely dynamic templates
- Chicken Scheme bindings for dyncall
- NULLC - fast C-like scripting language with advanced features
- Criterion - a KISS, non-intrusive cross-platform C unit testing framework
- Tcl cffi - Tcl package which permits calling C functions in shared libraries from within Tcl scripts