Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
VortexCoyote committed Aug 14, 2021
2 parents 9118923 + 1c30049 commit 2ee3898
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# leraine-studio
A cross-platform open-source VSRG chart editor written in C++ with SFML.
![banner](https://i.imgur.com/fM2neAg.png "banner")

![screenshot](https://i.imgur.com/WmF2Gny.png "screenshot")
[discord server](https://discord.gg/BbhpkhF4XK)

## Why does this exist?
As a VSRG charter myself, I've always been discontent with the current availible editors. All having their own perks, while all are lacking features from each other. This chart editor is a personal attempt to combine the editing convenience from the osu!mania editor, the look and UI of Arrow Vortex and the timing tools from DDreamStudio, while keeping myself as the target audience as a priority.
## Why "Leraine"?
"Leraine" by Kettel and Secede is one of my favourite songs from one of my favourite albums. Since this editor is somewhat personal, I thought it would be nice to name it accordingly.
"Leraine" by Kettel and Secede is one of my favourite songs from one of my favourite albums. Since this editor is somewhat personal, I thought it would be nice to name it accordingly.
# Supported formats
## Implemented
`.osu`
## Planned
`.sm`
`.qua`
`.bms`
# Compilation
This project uses [cmake tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools) for [vscode](https://code.visualstudio.com/) and [vcpkg](https://github.com/microsoft/vcpkg).

Expand Down Expand Up @@ -38,3 +46,7 @@ xorg-dev
freeglut3-dev
libudev-dev
```

# Screenshots

![screenshot](https://i.imgur.com/WmF2Gny.png "screenshot")

0 comments on commit 2ee3898

Please sign in to comment.