enso/gui
Maciej Mikołajek 15c5017f18 Geo_Point popup on hover in Geo_Maps. (https://github.com/enso-org/ide/pull/1018)
* test

* Check

* better

* better

* rev

* rev

* make it visible to which point label is attached

* make it visible to which point label is attached

* better

* better

* better

* better

* better

* better

* done

* prettier

Co-authored-by: Adam Obuchowicz <adam.obuchowicz@luna-lang.org>

Original commit: 3050c9d6fe
2020-12-18 13:13:28 +01:00
..
.github FRP stack trace and refactoring. (https://github.com/enso-org/ide/pull/989) 2020-11-30 12:38:35 +01:00
build Examples in Searcher (https://github.com/enso-org/ide/pull/1058) 2020-12-18 11:56:25 +01:00
docs Install missing components of Engine (https://github.com/enso-org/ide/pull/1032) 2020-12-07 11:00:35 +01:00
src Geo_Point popup on hover in Geo_Maps. (https://github.com/enso-org/ide/pull/1018) 2020-12-18 13:13:28 +01:00
.gitignore Refactoring & display object bug fixing (https://github.com/enso-org/ide/pull/721) 2020-08-14 09:23:03 +02:00
.prettierignore Histogram visualization (https://github.com/enso-org/ide/pull/811) 2020-11-26 14:49:30 +01:00
.prettierrc.toml Histogram visualization (https://github.com/enso-org/ide/pull/811) 2020-11-26 14:49:30 +01:00
LICENSE Cleaning codebase + initial texture support (https://github.com/enso-org/ide/pull/110) 2020-01-15 15:47:44 +01:00
README.md FRP stack trace and refactoring. (https://github.com/enso-org/ide/pull/989) 2020-11-30 12:38:35 +01:00
run Bump npm node version (https://github.com/enso-org/ide/pull/879) 2020-10-26 02:18:40 +01:00
rust-toolchain Replace manual toolchain override with rust-toolchain file. (https://github.com/enso-org/ide/pull/715) 2020-08-10 10:24:48 +02:00
SECURITY.md Create SECURITY.md 2020-06-24 23:35:11 +02:00


Enso Studio

Enso Language


Overview

Chat License License Actions Status Coverage

Enso is an open source visual data science language selected by Singularity University and NASA as one of 20 most unique technologies worldwide. Enso consists of several sub-projects, including the Enso Language Compiler, the Enso Integrated Development Environment (IDE), and a high performance WebGL UI framework (EnsoGL).


Getting Started

Enso is distributed both in form of pre-build packages for MacOS, Windows, or Linux, as well as the source code. See the demo scenes, and read the documentation to learn more.

Currently to start IDE you have to run Enso Project Manager first. For more information and packages see Enso repository.


Building

The project builds on MacOS, Linux, and Windows. Simply run node ./run build to build it and use node ./run --help to learn about other available commands and options. Read the detailed development guide to learn more.


License

The Enso Language Compiler is released under the terms of the Apache v2 License. The Enso Graphical Interface and it's rendering engine are released under the terms of the AGPL v3 License. This license set was choosen to both provide you with a complete freedom to use Enso, create libraries, and release them under any license of your choice, while also allowing us to release commercial products on top of the platform, including Enso Cloud and Enso Enterprise on-premise server managers.


Contributing

Enso is a community-driven open source project which is and will always be open and free to use. We are committed to a fully transparent development process and highly appreciate every contribution. If you love the vision behind Enso and you want to redefine the data processing world, join us and help us track down bugs, implement new features, improve the documentation or spread the word! Join our community on a Discord chat and read the development and contributing guidelines.