All Projects → ImaginarySense → Imaginary Teleprompter Electron

ImaginarySense / Imaginary Teleprompter Electron

Licence: gpl-3.0
Build standalone cross-platform instances of our Teleprompter with Electron.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Imaginary Teleprompter Electron

Moose
🦌 An application to stream, cast and download torrents.
Stars: ✭ 656 (+2162.07%)
Mutual labels:  electron-app
Mqttx
MQTT X - Elegant MQTT 5.0 Client Tool of Cross-platform
Stars: ✭ 892 (+2975.86%)
Mutual labels:  electron-app
Ps4 Wallpaper Helper
A helpful tool to change ps4 wallpaper
Stars: ✭ 11 (-62.07%)
Mutual labels:  electron-app
Hexo Client
hexo-client: A cross-platform hexo client, build on electron.
Stars: ✭ 672 (+2217.24%)
Mutual labels:  electron-app
Mini Diary
📘 Simple and secure journal app
Stars: ✭ 769 (+2551.72%)
Mutual labels:  electron-app
Channels
The Mac App for YouTube Channels.
Stars: ✭ 23 (-20.69%)
Mutual labels:  electron-app
Manta
🎉 Flexible invoicing desktop app with beautiful & customizable templates.
Stars: ✭ 5,160 (+17693.1%)
Mutual labels:  electron-app
Electron React Boilerplate
Electron and Create React App boilerplate without any complex setup
Stars: ✭ 21 (-27.59%)
Mutual labels:  electron-app
Gram Tools
Stars: ✭ 16 (-44.83%)
Mutual labels:  electron-app
Electron Playground
This is a project to quickly experiment and learn electron related APIs
Stars: ✭ 938 (+3134.48%)
Mutual labels:  electron-app
Electron Tutorial App
An electron application for tutorials
Stars: ✭ 678 (+2237.93%)
Mutual labels:  electron-app
Dockeron
🤖🤖🤖 Electron + Vue.js for Docker
Stars: ✭ 757 (+2510.34%)
Mutual labels:  electron-app
Polyonic
A managed Electron wrapper for Ionic Apps
Stars: ✭ 24 (-17.24%)
Mutual labels:  electron-app
Inboxer
Unofficial, free and open-source Inbox by Gmail Desktop App
Stars: ✭ 668 (+2203.45%)
Mutual labels:  electron-app
Lightning App
An easy-to-use cross-platform Lightning wallet
Stars: ✭ 872 (+2906.9%)
Mutual labels:  electron-app
Geeks Diary
TIL writing tool for programmer
Stars: ✭ 616 (+2024.14%)
Mutual labels:  electron-app
Laverna Desktop
Laverna desktop client packaged in Electron.
Stars: ✭ 19 (-34.48%)
Mutual labels:  electron-app
Isparta
APNG、WebP converter
Stars: ✭ 942 (+3148.28%)
Mutual labels:  electron-app
Electron Webpack Preact
Simple Boilerplate for Electron 🖥️ Preact ⚛️ Webpack ⚡
Stars: ✭ 20 (-31.03%)
Mutual labels:  electron-app
Cocomusic
a simple music player built by electron and vue
Stars: ✭ 937 (+3131.03%)
Mutual labels:  electron-app

Imaginary Teleprompter

GitHub license GitHub release GitHub contributors Average time to resolve an issue Percentage of issues still open SourceForge Twitter Follow

Imaginary Teleprompter Electron

Build standalone cross-platform instances of our Teleprompter using Electron.

Introduction

"Imaginary Teleprompter" is a professional grade, multi-platform, free software teleprompter for anyone to use.

It's built with web technologies so anyone can customize it to their needs. It may be run on a web browser or as a standalone application for additional features.

Installer/Package Building Instructions

Every platform

Make sure you have NodeJS with npm installed on your system before you begin. One you've got npm, follow these steps in every platform, then proceed to run the corresponding platform specific command:

  1. Install Git and NodeJS on your system.
  2. Open a Terminal or Command Prompt at your desired build location.
  3. Clone this repository and its submodules.
git clone --recursive https://github.com/ImaginarySense/Imaginary-Teleprompter-Electron.git
    1. Move to the root folder of the Imaginary-Teleprompter-Electron project.
cd Imaginary-Teleprompter-Electron
  1. Download dependencies and submodules.
npm run setup
  1. Follow platform specific building steps. If builds are successful, you should find your binaries inside the dist folder.

Windows

  • To build 32 bit packages: npm run dist:win32
  • To build 64 bit packages: npm run dist:win64
  • To build both 32 and 64 bit packages: npm run dist:win

Linux and BSD

  1. If you’re building for Linux, depending what packages you intend to build you should install their dependencies as shown at: https://www.electron.build/multi-platform-build#linux. Commands and dependency names may vary across distributions. The following instructions assume you're using a Debian/Ubuntu derivative.
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick
sudo apt-get install --no-install-recommends -y rpm              # To build rpm
sudo apt-get install --no-install-recommends -y bsdtar           # To build pacman
sudo apt-get install --no-install-recommends -y libarchive-tools # Alternative to bsdtar
sudo apt-get install --no-install-recommends -y snapcraft        # To build snap
  1. Open package.json in the text editor of your preference.
  2. Locate the following lines:
    "linux": {
      "target":
  1. Under target, remove all targets that don't correspond to your distribution. (For example, you would leave deb for Ubuntu, rpm for Fedora, and pacman for Arch.) Use tar.gz for any other distros and AppImage if you wish to create a universal, portable, Linux app.
  2. Save your changes.
  3. Run the command that corresponds to your operating system's architecture:
    • To build 32 bit packages: npm run dist:linux32
    • To build 64 bit packages: npm run dist:linux64
    • To build both 32 and 64 bit packages: npm run dist:linux
    • To build ARM7l packages: npm install -g electron-builder (followed by) npm run dist:linuxarm

OS X

  • Run npm run dist:macos.

Help & Support

If you have an issue, please write it to us, we will help you or fix the bug.

Creators:

Contributors:

Copyright:

Imaginary Sense Inc. & Contributors

License:

This software is shared under the GPL3 license.

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