mirror of
https://github.com/enso-org/enso.git
synced 2024-12-18 22:21:48 +03:00
Update README.md (https://github.com/enso-org/ide/pull/1487)
Original commit: defe6347ab
This commit is contained in:
parent
6963be7451
commit
bbd4792ef7
114
gui/README.md
114
gui/README.md
@ -1,109 +1,15 @@
|
||||
<h1>If you came here looking for Enso's community hub, it's found in the <a href="https://github.com/enso-org/enso">Enso repository</a> instead. We'll be glad to see you there!</h1>
|
||||
|
||||
<p align="center">
|
||||
<br/>
|
||||
<a href="http://enso.org">
|
||||
<img
|
||||
src="https://user-images.githubusercontent.com/1623053/79905826-22bac080-8417-11ea-82b0-ee015904a485.png"
|
||||
alt="Enso Visual Environmment"
|
||||
width="136"
|
||||
/>
|
||||
</a>
|
||||
<br/>
|
||||
<br/>
|
||||
<a href="http://enso.org">
|
||||
<img
|
||||
src="https://user-images.githubusercontent.com/1623053/75661125-05664300-5c6d-11ea-9bd3-8a5355db9609.png"
|
||||
alt="Enso Language"
|
||||
width="240"
|
||||
/>
|
||||
</a>
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
</p>
|
||||
|
||||
### Overview
|
||||
|
||||
<p>
|
||||
<a href="https://discord.gg/PMtNMP46">
|
||||
<img src="https://img.shields.io/discord/401396655599124480.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2"
|
||||
alt="Chat">
|
||||
</a>
|
||||
<a href="https://github.com/enso-org/enso/blob/main/LICENSE">
|
||||
<img src="https://img.shields.io/static/v1?label=Compiler%20License&message=Apache%20v2&color=2ec352&labelColor=2c3239"
|
||||
alt="License">
|
||||
</a>
|
||||
<a href="https://github.com/enso-org/ide/blob/main/LICENSE">
|
||||
<img src="https://img.shields.io/static/v1?label=GUI%20License&message=AGPL%20v3&color=2ec352&labelColor=2c3239"
|
||||
alt="License">
|
||||
</a>
|
||||
<a href="https://github.com/enso-org/ide/actions">
|
||||
<img src="https://github.com/enso-org/ide/workflows/Build%20%28MacOS%2C%20Linux%2C%20Windows%29/badge.svg"
|
||||
alt="Actions Status">
|
||||
</a>
|
||||
<a href="https://codecov.io/gh/enso-org/ide/branch/main">
|
||||
<img src="https://img.shields.io/codecov/c/github/enso-org/basegl?label=Coverage&labelColor=2c3239"
|
||||
alt="Coverage">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
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](https://github.com/enso-org/enso), the
|
||||
[Enso Integrated Development Environment (IDE)](https://github.com/enso-org/ide),
|
||||
and
|
||||
[a high performance WebGL UI framework (EnsoGL)](https://github.com/enso-org/ide/tree/main/src/rust/ensogl).
|
||||
|
||||
<br/>
|
||||
|
||||
### Getting Started
|
||||
<h1>
|
||||
THIS IS NOT THE MAIN ENSO REPOSITORY.
|
||||
<br/>
|
||||
GO TO 👉 <a href="https://github.com/enso-org/enso">github.com/enso-org/enso</a> 👈 INSTEAD.
|
||||
</h1>
|
||||
|
||||
Enso is distributed both in form of
|
||||
[pre-build packages for MacOS, Windows, or Linux](https://github.com/enso-org/ide/releases),
|
||||
as well as the [source code](https://github.com/enso-org). See the
|
||||
[demo scenes](http://TODO), and read the [documentation](docs/product) to learn
|
||||
more.
|
||||
|
||||
Currently to start IDE you have to run **Enso Project Manager** first. For more
|
||||
information and packages see
|
||||
[Enso repository](https://github.com/enso-org/enso).
|
||||
This repository contains the source code of Enso interface only. If you are
|
||||
interested in how the interface is build or you want to develop it with us, you
|
||||
are in the right place. See the
|
||||
[development and contributing guidelines](docs/CONTRIBUTING.md) to learn more
|
||||
about the code structure and the development process.
|
||||
|
||||
<br/>
|
||||
|
||||
### 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](docs/CONTRIBUTING.md) to
|
||||
learn more.
|
||||
|
||||
<br/>
|
||||
|
||||
### License
|
||||
|
||||
The Enso Language Compiler is released under the terms of the
|
||||
[Apache v2 License](https://github.com/enso-org/enso/blob/main/LICENSE). The
|
||||
Enso Graphical Interface and it's rendering engine are released under the terms
|
||||
of the [AGPL v3 License](https://github.com/enso-org/ide/blob/main/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.
|
||||
|
||||
<br/>
|
||||
|
||||
### 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](http://chat.enso.org) and read the
|
||||
[development and contributing guidelines](docs/CONTRIBUTING.md).
|
||||
|
||||
<a href="https://github.com/enso-org/ide/graphs/contributors">
|
||||
<img src="https://opencollective.com/enso-language/contributors.svg?width=890&button=false" />
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user