Skip to content

funatsufumiya/openframeworks-nodejs-python-instruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Openframeworks Node.js Python Instruction

Note

This repository is just a note. Real implementation is not included now, just refereces to other repositories.

This is my notes about how to:

  • Call node.js from openFrameworks (C/C++)
  • Call python from openFrameworks (C/C++)

Python

You can call Python (even if conda or uv), using nimpy.

https://github.com/funatsufumiya/call-nim-from-c-test/tree/nimpy

Once you have created .dll (or .lib, .dylib, .so, .a), you can call it from C/C++ (openFrameworks)

Node.js

You can call Node.js from Rust's edon crate.

https://github.com/funatsufumiya/edon-test

If you once created lib from Rust for C, then you can call it from C/C++.

(I did't research how to call Rust from C/C++, but there are many ways and many articles descriptions.)

About

openframeworks-nodejs-python-instruction

Topics

Resources

License

0BSD, WTFPL licenses found

Licenses found

0BSD
LICENSE_0BSD
WTFPL
LICENSE_WTFPL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published