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

https://github.com/jakobhellermann/atlas

Render and visualize paths for Celeste TASes
https://github.com/jakobhellermann/atlas

Last synced: 5 months ago
JSON representation

Render and visualize paths for Celeste TASes

Awesome Lists containing this project

README

          

[![AUR Version](https://img.shields.io/aur/version/atlas-celeste)](https://aur.archlinux.org/packages/atlas-celeste)




Atlas



Path recorder and renderer for Celeste TASes.

## Usage

### Prerequisites

- Download @viddie's Consistency Tracker Mod ([Gamebanana](https://gamebanana.com/mods/358978))
- increase the max recordings count (default is 10)

### App

![main page with tas recordings list](docs/screenshots/main.png)
![recordings page](docs/screenshots/recording.png)

## Results

### Prologue

![prologue path](docs/paths/prologue.png)

## Mausoleum TAS contest comparison

![mausoleum TAS contest path](docs/paths/mausoleum.png)

## Keyboard Shortcuts
- `Ctrl-O` Record TASes
- `Ctrl-Enter` Render

## FAQ

**Q**: An entity is missing from the map png

**A**: Open an [issue](https://github.com/jakobhellermann/Atlas/issues/new) and I'll try to fix it

## Development

- Setup [rust](https://rustup.rs/)
- `cargo build --release` (or `just build`) to build
- `just install` to build and package the msi and install it on windows