/LiteMapper

Automatically generate lighting for Beat Saber maps

Primary LanguageJavaScriptMIT LicenseMIT

LiteMapper

LiteMapper is a web-based, client-side application designed to algorithmically generate lighting data for Beat Saber maps. It's designed with simplicity and functionality in mind, providing an elegant front-end interface for ease of use.

Original project by @ItsOrius, please go check out the original repo here

Using Litemapper

Our live instance is located at https://litemapper.vercel.app/ for you to use freely.

To launch a development instance:

  1. Clone the repo and install dependencies
git clone https://github.com/cloudwithax/LiteMapper.git
cd LiteMapper/
npm i
  1. Set a specified port in your environment variables
#.env
PORT=<your port here>
  1. Run the server using node index.js

Contributing

We accept pull requests relating to this project as long as it is a reasonable change and is in spec with our repo license.