Skip to content

A browser-based code editor and UI designer for Enyo 2 projects.

Notifications You must be signed in to change notification settings

MartinH-open/ares-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ares 2 Overview

Updated: 4/27/2012

Ares 2 is a browser-based code editor and UI designer for developing Enyo 2 applications. Although Ares is still a work in progress, we have reached the point where we are opening the repo and will do further development in the open, so we encourage you to follow our progress and give us feedback as we push Ares forward.

Basic architecture

The Ares project architecture is divided into several main pieces:

  • Ares - The front-end designer/editor web application, with the following main components:
    • Harmonia - File system layer
    • Phobos - Document management
    • Deimos - Visual designer
  • Hermes Components - Pluggable server-side components that provide interfaces to Ares clients for cloud-based services such as file storage and build services. We're leveraging node.js, but Hermes components can use any server-side tech.

Current status

Here are the main features you can start looking at today:

  • De-centralized file storage
    • Ares currently connects to a Dropbox Hermes component for file storage on a user's Dropbox account
    • We plan to add Hermes components for things like local filesystem storage, FTP, and Box.net in the future
    • Key goals with this approach are to avoid forcing users to store files and/or credentials on Ares servers and allow freedom to choose the preferred storage location, whether cloud or local.
  • Code editor
    • Ares integrates the Ace (Cloud9) code editor for code editing
  • Code intelligence
    • Upon opening/editing a JavaScript file, Ares will parse the file and display a semantic outline of the code in the right-hand panel (for purposes of demonstrating parser)
    • In the future, this will be used for advanced features such as code-completion, context-sensitive documentation, etc.

Note: The current Dropbox interface was implemented with an authentication mechanism that has since been deprecated by Dropbox and for which API keys are no longer available, so most users will not be able to run their own Hermes Dropbox component at the moment. However, those wishing to test drive the functionality above can open ares/index.html which points to a temporary hosted version of the Dropbox Hermes component using a valid API key. We will be migrating the Dropbox authentication mechanism to the currently recommended scheme. Note there is not yet a publicly hosted version of Ares.

Future plans

The following features are in the works, and you should see them added as we move forward:

  • The UI designer for drag and drop UI editing
  • Code completion and context-sensitive documentation
  • Additional Hermes components to extend the local and cloud file storage options
  • … and more!

Setup

For Ares to run, it simply expects the enyo and lib folders (including onyx, layout, and extra) from the 2.0b4 SDK or latest from Github to be present next to ares-project, as follows:

	* ares-project		[email protected]:enyojs/ares-project.git
	* enyo				[email protected]:enyojs/enyo.git
	* lib
		* onyx			[email protected]:enyojs/onyx.git
		* layout		[email protected]:enyojs/layout.git
		* extra			[email protected]:enyojs/extra.git

To run, simply open ares-project/ares/index.html from a web browser.

About

A browser-based code editor and UI designer for Enyo 2 projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Python 0.1%
  • Objective-C 0.1%
  • PHP 0.0%
  • Lua 0.0%
  • Clojure 0.0%