Giter VIP home page Giter VIP logo

engflow's Introduction

EngFlow

EngFlow is a dataflow suite specialised for arbitrary code execution and live results. Currently unstable, breaking changes frequent. Probable change of name will be required due to existing products.

Design Goals

Node based dataflow editing Cross platform (assuming prerequisites are installed) Plugins Codeblocks of any language External language bindings Decent Performance with large datasets

Progress

  • Modular Behavior Blocks
  • File Loader/Saver
  • Dataflow/tree based program solver/runner
  • Plugins
  • GUI Editor

Language Blocks Progress

  • Python (3.8)

  • Lua (5.3)

    • Binding (Sol2)
    • Compiler (Lua)
    • Runtime (Lua)
    • Reflection (???)
  • Javascript

    • Binding (V8)
    • Compiler (V8)
    • Runtime (V8)
    • Reflection (???)
  • Java

    • Binding (JNI)
    • Compiler (javac)
    • Runtime (JNI)
    • Reflection (???)
  • MATLAB

    • Binding (mex)
    • Compiler (???)
    • Runtime (may be same as C/C++???)
    • Reflection (???)
  • Maple

    • Binding (OpenMaple)
    • Compiler (???)
    • Runtime (OpenMaple)
    • Reflection (Builtin Decomposition)
  • C/C++

    • Binding (native?)
    • Compiler (gcc,clang,msvc....)
    • Runtime (???)
    • Reflection (??????)

    Note: These are being implemented in order of ease of implementation, not based on language usefullness, security, my own skill in said language, or any other redeeming qualities. If you have a strong opinion about a language that is not yet implmented, a language not listed here, or any comments of how some of these implementations poor quality (Like my haphazard treatment of python reference counting), feel free to send a pull request, this project has a huge scope and I don't even know where to begin on most of this.

Code Guidelines

  • Everything is subject to change, so account for that somehow lol.
  • Everything is made with cmake, submodules are allowed with justification.
  • This is intended to be cross-platform, however for now it must at a minimum work on Windows.
  • This is done in C++2a, and depending on what changes come in 2023, (specifically reflection, pattern matching, and possibly ABI stuff) then this might be bumped to C++2b.
  • These will take a more structured form as the project develops.

If you have disagreements about this (and you care) you are honestly probably more experienced with this than I am. Let me know your thoughts and your reasoning in an issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.