1. NodeBox 3
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Download
  4. Documentation
  5. Forum
  6. Blog

List

Reference → List
  • Combine: Combine multiple lists into one.
  • Count: Count the number of items in the list.
  • Cull: Remove all items from the list where the corresponding boolean is false.
  • Distinct: Remove all duplicate items from the list.
  • First: Take the first item of the list.
  • Keys: Retrieve the keys of a map.
  • Last: Take the last item of the list.
  • Pick: Pick items from the list in random order.
  • Repeat: Repeat the list a number of times.
  • Rest: Take all but the first item of the list.
  • Reverse: Reverse the list.
  • Second: Take the second item of the list.
  • Shift: Move items at the beginning of the list to the end.
  • Shuffle: Randomize the ordering of items in the list.
  • Slice: Take a portion of the list.
  • Sort: Sort items in the list.
  • Switch: Switch between multiple inputs.
  • Take Every: Take every nth element of the list.
  • Zip Map: Combine a list of keys and values together into a map.

AltStyle によって変換されたページ (->オリジナル) /