All Projects → timelens → timelens

timelens / timelens

Licence: other
Timelens command-line client

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to timelens

Xamarin.forms.breadcrumb
This is a breadcrumb navigation control that is complete automatic and uses the Navigation stack and page titles to generate the breadcrumbs.
Stars: ✭ 130 (+233.33%)
Mutual labels:  navigation, user-interface
pygac
A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data
Stars: ✭ 14 (-64.1%)
Mutual labels:  navigation
hipsbarjs
Hipsbarjs is a javascript plugin for easily creating drawers in web apps
Stars: ✭ 17 (-56.41%)
Mutual labels:  navigation
vox nav
A project to develop/adapt a navigation system for outdoor robotics in rough uneven terrains
Stars: ✭ 101 (+158.97%)
Mutual labels:  navigation
stack-trace-art
Turning programming exceptions into art
Stars: ✭ 39 (+0%)
Mutual labels:  art
glitch-art-bot-ts
Twitter bot that glitches photos on the fly
Stars: ✭ 66 (+69.23%)
Mutual labels:  art
PySimpleGUI
Launched in 2018. It's 2022 and PySimpleGUI is actively developed & supported. Create complex windows simply. Supports tkinter, Qt, WxPython, Remi (in browser). Create GUI applications trivially with a full set of widgets. Multi-Window applications are also simple. 3.4 to 3.11 supported. 325+ Demo programs & Cookbook for rapid start. Extensive d…
Stars: ✭ 10,846 (+27710.26%)
Mutual labels:  user-interface
easyRNRoute
https://medium.com/@kevinle/comprehensive-routing-and-navigation-in-react-native-made-easy-6383e6cdc293#.nttfeeq3p
Stars: ✭ 25 (-35.9%)
Mutual labels:  navigation
navdatareader
Navdatareader is a command line tool that uses the atools fs/bgl and fs/writer to store a full flight simulator scenery database into a relational database like Sqlite or MySql.
Stars: ✭ 35 (-10.26%)
Mutual labels:  navigation
jitana
A graph-based static-dynamic hybrid DEX code analysis tool
Stars: ✭ 35 (-10.26%)
Mutual labels:  art
book-mdpc
Il cinema tra le righe... di codice!
Stars: ✭ 59 (+51.28%)
Mutual labels:  art
bottom-nav
Material Design bottom-nav https://material.io/guidelines/components/bottom-navigation.html
Stars: ✭ 25 (-35.9%)
Mutual labels:  navigation
jquery-scrollwatch
jQuery plugin for determining active sections on the page based on scrolling
Stars: ✭ 18 (-53.85%)
Mutual labels:  navigation
vue-bottom-navigation
Vue bottom navigation
Stars: ✭ 56 (+43.59%)
Mutual labels:  navigation
react-native-weather
This project is to explore React Navigation (Drawer, Tab, and Stack Navigators). And explore best practices around styling, design, and collaborating with designers for better UX for building great apps.
Stars: ✭ 51 (+30.77%)
Mutual labels:  navigation
creative-prediction
Creative Prediction with Neural Networks
Stars: ✭ 22 (-43.59%)
Mutual labels:  art
navigation array
Helper function for building navigations for REDAXO cms
Stars: ✭ 22 (-43.59%)
Mutual labels:  navigation
diractions
👨‍💻 Doing Anything, Anywhere, from Here [zsh] 🚏
Stars: ✭ 30 (-23.08%)
Mutual labels:  navigation
resto
🔗 a CLI app can send pretty HTTP & API requests with TUI
Stars: ✭ 113 (+189.74%)
Mutual labels:  user-interface
Sand-Table
An open-source platform for building DIY sand tables (like the Sisyphus or ZenXY)
Stars: ✭ 99 (+153.85%)
Mutual labels:  art

Timelens

Timelens creates visual timelines from video files. For a general introduction, please visit https://timelens.blinry.org.

Building from source

Timelens is written in the Rust programming language, so you'll need a working Rust installation. You'll probably want to run these commands:

$ curl -f https://sh.rustup.rs > rust.sh
$ sh rust.sh
$ source ~/.cargo/env

Then, compiling Timelens is as easy as this:

$ git clone https://github.com/timelens/timelens
$ cd timelens
$ cargo build --release

This will create the binary target/release/timelens:

$ ./target/release/timelens my_favorite_movie.mp4

To run the test suite, run cargo test.

Contributing

Development of Timelens happens on GitHub. Please report any bugs or ideas to the issue tracker. To contribute code, fork the repository and submit a pull request.

You can also help by packaging the software for your favorite operating system, or writing an integration for your favorite video player.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License: GPLv2+

See LICENSE.md for details.

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