All Projects → mojs → Mojs Timeline Editor

mojs / Mojs Timeline Editor

GUI for interactive `html`/`custom points`/`timeline` editing while crafting your animations

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mojs Timeline Editor

Mojs Curve Editor
GUI for live easing/property curves editing
Stars: ✭ 196 (-8.84%)
Mutual labels:  tool, editor, gui
Mojs Player
GUI player to control your animations
Stars: ✭ 243 (+13.02%)
Mutual labels:  tool, gui, timeline
Ptdesigner
Library and GUI tool for designing and generation of procedural textures, made as a part of my Bachelor thesis.
Stars: ✭ 77 (-64.19%)
Mutual labels:  tool, gui
Develnext
JavaFX and IDE for JPHP (only russian localization, english - in progress)
Stars: ✭ 89 (-58.6%)
Mutual labels:  editor, gui
Xmly Downloader Qt5
喜马拉雅FM专辑下载器. 支持VIP与付费专辑. 使用Go+Qt5编写(Not Qt Binding).
Stars: ✭ 214 (-0.47%)
Mutual labels:  tool, gui
Casbin Editor
Web-based model & policy editor for Casbin
Stars: ✭ 45 (-79.07%)
Mutual labels:  editor, gui
Googledriveuploadtool
A tool for Windows to upload and manage files in Google Drive. It resumes uploads in case of an error or failure. Perfect for uploading large files or if your connection is unstable.
Stars: ✭ 58 (-73.02%)
Mutual labels:  tool, gui
Black Widow
GUI based offensive penetration testing tool (Open Source)
Stars: ✭ 124 (-42.33%)
Mutual labels:  tool, gui
Core2d
A multi-platform data driven 2D diagram editor.
Stars: ✭ 475 (+120.93%)
Mutual labels:  editor, gui
Oni
Oni: Modern Modal Editing - powered by Neovim
Stars: ✭ 11,466 (+5233.02%)
Mutual labels:  editor, gui
Mootool
A handy tool set for developers. 开发者常备小工具
Stars: ✭ 141 (-34.42%)
Mutual labels:  tool, gui
Nyaovim
Web-enhanced Extensible Neovim Frontend
Stars: ✭ 2,166 (+907.44%)
Mutual labels:  editor, gui
Zwerg
Distance Field Editor (experimental)
Stars: ✭ 41 (-80.93%)
Mutual labels:  tool, editor
Unity File Extension
Shows file extension in 1 column project window.
Stars: ✭ 20 (-90.7%)
Mutual labels:  editor, gui
Animockup
Create animated mockups in the browser 🔥
Stars: ✭ 1,152 (+435.81%)
Mutual labels:  tool, editor
Openapi Gui
GUI / visual editor for creating and editing OpenAPI / Swagger definitions
Stars: ✭ 891 (+314.42%)
Mutual labels:  editor, gui
Mdline
Markdown timeline format and toolkit.
Stars: ✭ 111 (-48.37%)
Mutual labels:  tool, timeline
Stuntrally
The main repository containing Stunt Rally sources and game data. A 3D racing game based on VDrift and OGRE with track editor.
Stars: ✭ 314 (+46.05%)
Mutual labels:  editor, gui
Zoonavigator
Web-based ZooKeeper UI / editor / browser
Stars: ✭ 326 (+51.63%)
Mutual labels:  editor, gui
Git Cola
git-cola: The highly caffeinated Git GUI
Stars: ✭ 1,787 (+731.16%)
Mutual labels:  editor, gui

mojs timeline-editor

mojs-timeline-editor

MojsTimelineEditor is a GUI plugin for interactive html/custom points/timeline editing while crafting your animations. Part of mojs tools.

Installation

Not avaliable on npm or CDNs yet.

The MojsTimelineEditor depends on mojs >= 0.225.2, tween autoupdates available for mojs >= 0.276.2. Please make sure you've linked mojs library first.

If you installed it with script link - you should have MojsTimelineEditor global.

Usage

Usage section.

Shortcuts

Shortcuts.

Development

To begin development you need to have node installed

Install dependencies with npm:

[sudo] npm install

To start development env. run

npm run serve

This command will run the webpack-dev-server in inline mode and rerun build on every .js/.jsx/.postcss.css change. Also it runs eslint to watch relevance of javascript files to a style-guide.

No globally installed packages are needed.

[comment]: # (Please make sure you started a feature branch with the feature name ( from the dev branch) before making changes.)

License

(The MIT License)

Copyright (c) Oleg Solomka @LegoMushroom [email protected]

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.

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].