Bbloc Switch
From GameBrew
More actions
| bbloc | |
|---|---|
| General | |
| Author | notnotme |
| Type | Other Apps |
| Version | alpha 4 |
| License | N/A |
| Last Updated | 2025/09/04 |
| Links | |
| Download | |
| Website | |
| Source | |
bbloc is a minimalist, open-source text editor designed to run on the Nintendo Switch, developed in C++ and utilizing SDL2, OpenGL, glad, Freetype, utfcpp, and tree-sitter.
Application Overview
The editor is structured into three main sections: a top information bar displaying buffer specifics, a central text area for editing, and a bottom prompt bar for command input. All editor functions, apart from direct text entry, are executed through a command system, accessible via the prompt (opened by default with "Ctrl+Shift+space").
For full details, up-to-date instructions, and the latest documentation, please visit the project's GitHub page to learn more.
Screenshots
Changelog
alpha 4
- fix update logic (refresh only when necessary on all platforms)
- fix wrong mapping bol -> bof
- fix wrong mapping bof <-> eof
- cursor column position stick to column when possible
alpha 3
- Latest build including all refactoring.
alpha 2
- Contains latest changes and better keyboard support (added some missing keys).
alpha 1
- First Release.
External links
- Github - https://github.com/notnotme/bbloc
- HB-App - https://hb-app.store/switch/bbloc
