xod
xod copied to clipboard
XOD IDE
1) Create and logically distribute nodes to work with SDcards using the existing SD arduino lib. Deprecate `sd-log` node. 2) Add the `imageSD` xod graphics class and the `bitmapReader` BMP...
Hi, would an update indicator available in public libraries be possible? Perhaps an option would be a green icon, as opposed to red when there is an error. ps: when...
@evgenykochetkov already made port type read-only in #1930 but has to revert it in #1964 because of some cases become impossible if port-typed values can no longer be emitted. In...
A list of little tweaks: 1. Replace `Saturation/Lightness` box inside ColorPicker with the triangle, like on the picture below (Affinity Designer)  2. Add the "Revert" button and preview for...
I would like to have an option in "Project Preferences" that allows you to hide it without having to enter the web. If a project is published, you have to...
I have seen and tried to help many, but since nobody reads the previous messages or uses the search, it always repeats itself. Because there is an error using libraries...
https://forum.xod.io/t/nor-node-bug-found/2951 ### Steps to reproduce - Put a three-argument `nor` node and put `False` on all inputs - Put a three-argument `nand` node and put `True` on all inputs ###...
Upgrade of simulation backend requires support of [Non-trapping float-to-int Conversion for WebAssembly](https://github.com/WebAssembly/nontrapping-float-to-int-conversions). Modern browsers already supports this. Support in XOD IDE requires upgrading of `electron` dependency or always run with...
### Environment * Scope: desktop IDE * Version: 0.31.1 * OS: Linux Mint (actually any Linux) * Machine: any ### Steps to reproduce 1. Install IDE 2. Make patch 3....
Right now only `xod/core/defer(*)` count as defer nodes: https://github.com/xodio/xod/blob/41eaec50ad2f4c8385c8e32fe3c78c8eb23756ba/packages/xod-project/src/patchPathUtils.js#L214-L231 Those restrictions have to be relaxed. - [ ] Any node named `defer(typename)` should be considered a defer node if: -...