Simple Rhythm Game Library 0.1.0 Scripts 4.3 Community
Submitted by user joung2321; MIT; 2026-03-30
SRGL is a Godot 4.6 (.NET) based keyboard rhythm game library.
It is specialized for creating casual Vertical Scrolling Rhythm Games (VSRG).
Currently supports 2D only.
# Features
- Complete separation of game logic and visuals.
- Uses JSON format for chart files.
- Automatically generates long note ticks and barlines based on time signatures.
- Supports basic scroll velocity (SV) changes and stop effects.
- Automatically compensates for audio drift every frame.
- Highly customizable timing windows, input systems, user offsets, and scroll speeds.
- Easily add custom judgement logic for different note types via the IJudgementStrategy interface.
- Design visual elements effortlessly with JudgementLine, NoteObject, and EffectObject classes.
View files Download Submit an issue Recent Edits