All Projects → nicolas-p → Skov

nicolas-p / Skov

Licence: other
A visual programming environment.

Projects that are alternatives of or similar to Skov

Wmderland
🌳 X11 tiling window manager using space partitioning trees
Stars: ✭ 341 (+305.95%)
Mutual labels:  tree-structure
Ete
Python package for building, comparing, annotating, manipulating and visualising trees. It provides a comprehensive API and a collection of command line tools, including utilities to work with the NCBI taxonomy tree.
Stars: ✭ 506 (+502.38%)
Mutual labels:  tree-structure
Angular2 Tree Diagram
Angular Hierarchical UI module
Stars: ✭ 50 (-40.48%)
Mutual labels:  tree-structure
Indextree
Arena based tree 🌲 structure by using indices instead of reference counted pointers
Stars: ✭ 357 (+325%)
Mutual labels:  tree-structure
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+436.9%)
Mutual labels:  tree-structure
Django Treebeard
Efficient tree implementations for Django
Stars: ✭ 689 (+720.24%)
Mutual labels:  tree-structure
Vue Draggable Nested Tree
Please use the he-tree-vue, vue-draggable-nested-tree will no longer be maintained.
Stars: ✭ 302 (+259.52%)
Mutual labels:  tree-structure
Ecola
Tree editor for touch screens
Stars: ✭ 64 (-23.81%)
Mutual labels:  tree-structure
Bosket
Collection of tree view components for front-end frameworks. 🌳
Stars: ✭ 457 (+444.05%)
Mutual labels:  tree-structure
Yii2 Pages Module
Application sitemap and navigation manager module for Yii 2.0 Framework
Stars: ✭ 30 (-64.29%)
Mutual labels:  tree-structure
React Pro Sidebar
Customizable and responsive react sidebar library with dropdown menus and unlimited number of nested submenus
Stars: ✭ 359 (+327.38%)
Mutual labels:  tree-structure
Treeview
An android tree structure view with high performance and rich features
Stars: ✭ 429 (+410.71%)
Mutual labels:  tree-structure
Java Object Diff
Library to diff and merge Java objects with ease
Stars: ✭ 725 (+763.1%)
Mutual labels:  tree-structure
Decompose
Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing functionality and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)
Stars: ✭ 339 (+303.57%)
Mutual labels:  tree-structure
Ki
Go language (golang) full strength tree structures (ki in Japanese)
Stars: ✭ 61 (-27.38%)
Mutual labels:  tree-structure
Bstreeview
Bootstrap Treeview, A very simple plugin to build a basic and elegant Treeview with bootstrap 4. See the demo:
Stars: ✭ 308 (+266.67%)
Mutual labels:  tree-structure
Qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms
Stars: ✭ 614 (+630.95%)
Mutual labels:  tree-structure
Merkle tree
A merkle tree is a data structure used for efficiently summarizing sets of data, often one-time signatures.
Stars: ✭ 68 (-19.05%)
Mutual labels:  tree-structure
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+1242.86%)
Mutual labels:  tree-structure
Graphview
Android GraphView is used to display data in graph structures.
Stars: ✭ 918 (+992.86%)
Mutual labels:  tree-structure

Skov

Skov is a visual programming environment based on Factor.

A functional program can be thought of as a tree (actually a graph) in which functions are connected together on several levels. Commonly used programming languages have to make more or less compromises to represent this tree as a one-dimensional stream of text. Skov uses a visual, two-dimensional representation to display the tree direcly. This makes the program easier to read and to reason about and reduces the risk of making mistakes. Skov lets you see a functional program as it really is.

Skov means forest in Danish because Skov contains a lot of trees.

More information on the website.

Building Skov from Factor

  • Download this repository
  • Download a Factor binary package from the Factor website
  • Extract the factor directory from the package (if you were already using Factor, don't use the factor directory you already had, make a new one)
  • Move or copy all the contents from the Skov repository into the factor directory
  • Drag and drop the make-skov.factor script onto the Factor application

Binary downloads

Binary downloads are available in Releases.

Typeface

Skov uses the Linux Biolinum typeface. On Windows and Linux you will need to install it on your system. You will find it in this repository under misc/fonts.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].