Skip to content

jaredpmclaughlin/tinyJS-F360Post

 
 

Repository files navigation

tiny-js-fusion360

This project is an embedable environment for Fusion 360 Post Processors based on Tiny-JS.

The interpreter has no dependencies other than normal C++ libraries.

I make absolutely no guarantees that this is compliant to JavaScript/EcmaScript standard, nor does it work with every Fusion 360 Post Processor ( although that is a goal, so please submit a bug if it doesn't).

Currently TinyJS supports:

  • Variables, Arrays, Structures
  • JSON parsing and output
  • Functions
  • Calling C/C++ code from JavaScript
  • Objects with Inheritance (not fully implemented)

About

Modify TinyJS to read Fusion 360 Post processors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.4%
  • Component Pascal 42.7%
  • JavaScript 5.3%
  • Other 1.6%