hibiki
Elevating the tactile dialogue. A high-fidelity visual and auditory companion that gives your keystrokes a modern resonance.
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- hibiki.desktop
- hibiki.svg
- showcase.gif
- showcase.mp4
- font_loading.rs
- package.nix
- shell.nix
- audio_dispatcher.rs
- config_service.rs
- feedback_service.rs
- mod.rs
- routing.rs
- typography_service.rs
- config.json
- enter.wav
- key1.wav
- key3.wav
- key4.wav
- LICENSE.txt
- space.wav
- banana-l-1.wav
- banana-l-2.wav
- banana-l-3.wav
- banana-l-4.wav
- banana-l-5.wav
- banana-l-6.wav
- banana-l-7.wav
- config.json
- LICENSE.txt
- banana-s-1.wav
- banana-s-2.wav
- banana-s-3.wav
- banana-s-4.wav
- banana-s-5.wav
- banana-s-6.wav
- config.json
- LICENSE.txt
- config.json
- sound.ogg
- config.json
- sound.ogg
- config.json
- sound.ogg
- config.json
- sound.ogg
- config.json
- sound.ogg
- config.json
- sound.ogg
- config.json
- sound.ogg
- config.json
- sound.ogg
- config.json
- purple.ogg
- config.json
- oreo.ogg
- config.json
- Gateron Black.wav
- config.json
- Gateron Brown.wav
- config.json
- New Gat Red.wav
- config.json
- Glorious.ogg
- 1.wav
- 2.wav
- config.json
- config.json
- LICENSE.txt
- mx-speed-silver-1.wav
- mx-speed-silver-2.wav
- mx-speed-silver-3.wav
- mx-speed-silver-4.wav
- mx-speed-silver-5.wav
- mx-speed-silver-6.wav
- [.wav
- ].wav
- a.wav
- b.wav
- backspace.wav
- c.wav
- caps lock.wav
- config.json
- d.wav
- e.wav
- enter.wav
- f.wav
- g.wav
- h.wav
- i.wav
- j.wav
- k.wav
- l.wav
- m.wav
- n.wav
- o.wav
- p.wav
- q.wav
- r.wav
- s.wav
- shift.wav
- space.wav
- t.wav
- tab.wav
- u.wav
- v.wav
- w.wav
- x.wav
- y.wav
- z.wav
- 10real.wav
- 11real.wav
- 12real.wav
- 1real.wav
- 2real.wav
- 3real.wav
- 4real.wav
- 5real.wav
- 6real.wav
- 7real.wav
- 8real.wav
- 9real.wav
- backspace.wav
- config.json
- enter.wav
- space.wav
- back.wav
- caps.wav
- config.json
- ctrl.wav
- ent.wav
- key1.wav
- key2.wav
- key3.wav
- key4.wav
- key5.wav
- key6.wav
- LICENSE.txt
- shift.wav
- space.wav
- tab.wav
- config.json
- sound.ogg
- logo-symbolic.svg
- hyprland.rs
- mod.rs
- niri.rs
- sway.rs
- audio.rs
- commands.rs
- config.rs
- events.rs
- mod.rs
- state.rs
- audio.rs
- audio_test.rs
- font_provider.rs
- hotkey.rs
- mod.rs
- settings_repository.rs
- device.rs
- keymap.rs
- layout.rs
- listener.rs
- mod.rs
- xkb.rs
- mod.rs
- osd_bubble.rs
- mod.rs
- overlay_manager.rs
- bubble.rs
- display.rs
- drag.rs
- icon_renderer.rs
- launcher.rs
- mod.rs
- settings.rs
- window.rs
- app.rs
- lib.rs
- main.rs
- tray.rs
- bubble.css
- defaults.css
- launcher.css
- osd.css
- overlay.css
- settings.css
- config_migration.rs
- settings_logic.rs
- .envrc
- .gitignore
- Cargo.lock
- Cargo.toml
- flake.lock
- flake.nix
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/linuxmobile/hibiki
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd hibiki
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Rust (rustup) cargo 명령어를 쓰려면 Rust가 필요합니다.
cargo install --path .
이 명령어를 터미널에 그대로 입력해 실행하세요.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Rust
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo install --path .
이 명령어를 터미널에 그대로 입력해 실행하세요.
cargo run --release
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
