WIP Taskbar for macOS
- Objective-C 100%
| .vscode | Handmade Jam Submission - Bar with buttons! | |
| fuBar.xcodeproj | Prevent taskbar from briefly bouncing on the dock on launch and from being considered activated | |
| source | Refactor: move window related queries to windows file + slight edits. | |
| .editorconfig | Initial commit | |
| .gitignore | Don't version performance captures and artifacts | |
| LICENSE | Initial commit | |
| README.md | Hello World | |
| Terminology.md | Added notes on terminology for window and process management in macOS | |
fuBar
Taskbar for macOS
Development Notes
Complete WIP solo project by myself for myself.
In development for the Handmade Essentials Jam 2026.
Compile & Run
The project builds through Xcode (this is a macOS only project).
It can be run in the Xcode IDE, VSCode (or possibly any other IDE).
The build configuration, flags, dependencies, code signing, etc are in the .pbxproj.
Xcode shows the configuration from .pbxproj and the linked frameworks visually.
The project can build from a command line with:
xcodebuild -target fuBar -configuration Debug