studio icon indicating copy to clipboard operation
studio copied to clipboard

Joyful visual programming for Python

Results 23 studio issues
Sort by recently updated
recently updated
newest added

Add support for MacOS webcams to the new Hardware Devices view. NOTE: _Needs testing on Windows and Linux in case the installation of pyobjc breaks things there_

This PR adds support for keyframe based controls for the Mecademic Meca500

Scaffolds a custom 3d plotting library using REGL.

A rudimentary version of mecademic support in the hardware UI for Flojoy. # Known issues - Mecademic doesn't provide API to scan for arms on the network, and Flojoy hardware...

This is the complete integration of the Numpy Random submodule from beginning to end. Documentation: https://github.com/flojoy-io/docs/pull/124 Nodes: https://github.com/flojoy-io/nodes/pull/135 Python: https://github.com/flojoy-io/python/pull/45 Bug improvement: While we have retained style conventions for how...

_Mirror of STU-192 on Linear_ **Question**: How do we make it easy and powerful to write flojoy nodes? _Subquestion_: What is the purpose of a flojoy node? _Subquestion_: What control...

ux
DevUX
quality-of-life
linear

# Type & Parameter Methods `FJBlock` class can specify ins, outs, and parameters from methods `getIns`, `getOuts`, `getParameters` which would return the types and names of flowchart I/O and then...

### Context, uses-cases and motivations > This RFC stems from discussions in https://github.com/flojoy-ai/studio/issues/823. Model deployment is a common necessity in many programmatic workflow. The main frameworks all have interfaces to...

ux

Matlab supports [hardware design](https://www.mathworks.com/discovery/hardware-design.html). Hardware blocks are connected together at a high level using Simulink to create a system, that can then generate low-level HDL code. The code can be...