Skip to content

zalanwastaken/typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML has been moved to here

Typer

DM me for better name ideas :|

A text editor made with LOVE2D.

LOVE2D is required to run this project

Why typer ?

  1. 100% Open Source and Free 📦
  2. Fast and Lightweight (<1MB) 🔥
  3. Why not ? 🐱

Visit here for help

How to install

Linux

NOTE: 2.0.1-PRE-2 Has a installer for Linux(FOR APT NOT FOR PACMAN)

  1. Clone the repo
git clone https://github.com/zalanwastaken/typer.git typer
  1. Install LOVE2D APT
sudo add-apt-repository ppa:bartbes/love-stable -y
sudo apt update -y
sudo apt install love -y

PACMAN

sudo pacman -Syy
sudo pacman -S love
  1. Run Linux-run.sh
cd typer
./Linux-run.sh

All commands APT

git clone https://github.com/zalanwastaken/typer.git typer
sudo add-apt-repository ppa:bartbes/love-stable -y
sudo apt update -y
sudo apt intall love -y
cd typer
./Linux-run.sh

PACMAN

git clone https://github.com/zalanwastaken/typer.git typer
sudo pacman -Syy
sudo pacman -S love
cd typer
./Linux-run.sh

Windows

  1. Clone the repo
git clone https://github.com/zalanwastaken/typer.git typer
  1. Use the LOVE installer to install LOVE2D (Add the path in installer) LOVE
  2. Run Typer
love typer

Troubleshoot:

Fix permission error for ./Linux-run.sh with this command

sudo chmod a=rwx ./Linux-run.sh

Install git if not installed Linux: APT

sudo apt update -y
sudo apt install git -y

PACMAN

sudo pacman -Syy
sudo pacman -S git

TODO

  1. Make a installer for windows...Pending
  2. Fix some bugs...Doing
  3. Add Robust error handling...Done
  4. Make the first Full-Release...Delayed

NOTES

  • I currently have no plans to make an installer for MACOS.
  • The current typer logo is a placeholder and will be replaced soon
  • Typer runs best with the latest version of LOVE2D(11.5)

About

A fast text editor made in LOVE2D

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages