https://github.com/minetoblend/osu-cad
https://github.com/minetoblend/osu-cad
osu
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/minetoblend/osu-cad
- Owner: minetoblend
- Created: 2022-02-17T10:42:07.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2025-06-16T15:22:53.000Z (4 months ago)
- Last Synced: 2025-07-10T11:58:33.799Z (3 months ago)
- Topics: osu
- Language: TypeScript
- Homepage: https://osucad.com
- Size: 152 MB
- Stars: 49
- Watchers: 1
- Forks: 6
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
a third party beatmap editor for [osu](https://osu.ppy.sh) with multiplayer support.## Project status
The project is still under active development, however the [online beatmap viewer](https://viewer.osucad.com) can already be used.
The editor currently hosted at https://osucad.com is currently in maintenance mode, and will eventually be
replaced by this project once it supports multiplayer.## Setup
```
git clone https://github.com/minetoblend/osu-cad.git
cd osu-cad
pnpm installnx run :serve
```## Project structure
```tree
apps
├── skinning-demo # A small demo for loading a skin & beatmap
packages
├── core # Core logic for the editor & osu ruleset
├── framework # Game engine that powers the project, a typescript port of osu-framework
└── ruleset-osu # Osu ruleset
```## Support this project
If you like this project, please consider supporting it on [Kofi](https://ko-fi.com/maarvin).