A sleek desktop application to display keyboard inputs in a chat bubble-style popup. Built with Wails and Golang, this tool is perfect for streamers, presenters, and developers to add a dynamic visual layer to their work.
- Real-time Keycasting: Displays keyboard inputs as chat bubbles.
- Customizable Styles: Modify the look and feel of the chat bubble.
- Lightweight: Minimal resource usage.
- Cross-Platform: Works on Windows, macOS, and Linux.
- Clone the repository:
git clone https://github.com/sheenazien8/chatcaster.git cd chatcaster
- Install dependencies:
Ensure you have Go and Wails installed.
go install github.com/wailsapp/wails/v2/cmd/wails@latest
- Build the application:
wails dev
Soon
Once the application is running, it will display keyboard inputs in a chat bubble-style popup on your screen. You can customize the appearance and behavior of the chat bubbles through the settings menu.
- Cast your typing keyboard
- Setting for ordering the bubble chat
- Setting show key on foucs or global
- Setting how many chat will be shown
- Setting background color for the bubble chat
- Setting font size
- Put image on the chat, like user icon
We welcome contributions! Please fork the repository and submit pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.
- Wails for providing the framework to build this application.
- All contributors and users for their support and feedback.