1
0
Fork
You've already forked fuBar
0
WIP Taskbar for macOS
  • Objective-C 100%
2026年06月29日 16:00:13 +02:00
.vscode Handmade Jam Submission - Bar with buttons! 2026年04月20日 02:12:34 +02:00
fuBar.xcodeproj Prevent taskbar from briefly bouncing on the dock on launch and from being considered activated 2026年06月13日 20:48:03 +02:00
source Refactor: move window related queries to windows file + slight edits. 2026年06月29日 16:00:13 +02:00
.editorconfig Initial commit 2026年04月15日 16:36:37 +02:00
.gitignore Don't version performance captures and artifacts 2026年06月14日 08:27:25 +02:00
LICENSE Initial commit 2026年04月15日 16:36:37 +02:00
README.md Hello World 2026年04月19日 07:56:56 +02:00
Terminology.md Added notes on terminology for window and process management in macOS 2026年06月03日 14:56:14 +01:00

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