A Live, desktop, HTML5 text-editor. You can now code HTML5 websites in real-time on your desktop.
Get it here
Hyro is compatible for all Platforms: Windows, Mac, Linux (32-bit).
Go to the Hyro website to download/install -> http://jawerty.github.io/Hyro
or if you're a node.js (node-webkit) developer
Clone the github repository 'jawerty/Hyro' and hack as you please.
The current version is 0.0.3.
It has a basic UI. You type in your code on the left and see what your HTML looks like on the right.
Moreover, you can open multiple files and execute javascript within the page
If you dislike the primary UI color, you can change the color by choosing the 'Change Color' item in the View menu-item. (not stable/persistent yet)
Overall, the Hyro app is a lightweight development tool that I made to make frontend testing faster and easier. It is not meant to be a complete supplement for Sublime Text and Vim, but if you use it for these purposes that's alright. Also, If you would like to raise an issue/bug or make a pull request, you are more than welcome to and I will do my best to help solve the problem.
Thank you and happy hacking.
Hyro is built with node-webkit and jquery.
- Coderunner plug-ins built in.
- Build tool.
- Improve linux distributions
The MIT License (MIT)
Copyright (c) 2013 Jared Wright
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.