An open API service indexing awesome lists of open source software.

https://github.com/cloudwithax/litemapper

Automatically generate lighting for Beat Saber maps
https://github.com/cloudwithax/litemapper

Last synced: 3 months ago
JSON representation

Automatically generate lighting for Beat Saber maps

Awesome Lists containing this project

README

        

![](banner.png)

# 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](https://github.com/ItsOrius), please go check out the original repo [here](https://github.com/ItsOrius/LiteMapper)

## 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

```sh
git clone https://github.com/cloudwithax/LiteMapper.git
cd LiteMapper/
npm i
```

2. Set a specified port in your environment variables

```py
#.env
PORT=
```

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