Skip to content

WIP: macos support#16

Open
cmmoran wants to merge 14 commits intoskillbert:masterfrom
cmmoran:master
Open

WIP: macos support#16
cmmoran wants to merge 14 commits intoskillbert:masterfrom
cmmoran:master

Conversation

@cmmoran
Copy link

@cmmoran cmmoran commented Aug 21, 2022

Added macos support. This code is not pretty. I'm in the middle of overhauling (read: refactoring) it. I just wanted to get something in place that "works™" so others can contribute if they want.

@ittakesii
Copy link

How do I actually go about installing and using this on my Mac? 👀

@jlczuk
Copy link

jlczuk commented Dec 30, 2023

Ditto @ittakesii

"author": "",
"license": "GPL-3.0",
"devDependencies": {
"@alt1/base": "../alt1/alt1/base",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hardcoded to local version

"license": "GPL-3.0",
"devDependencies": {
"@alt1/base": "../alt1/alt1/base",
"@alt1/chatbox": "../alt1/alt1/chatbox",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hardcoded to local version

queueOverlayCommand({ command: "draw", time, action: { type: "rect", x, y, width, height, color, linewidth } });
return true;
},
overLayRectFill(color, fillColor, x, y, width, height, time, linewidth) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not exist in alt1 so without your local version this does not work

@Arroquw
Copy link

Arroquw commented Jan 7, 2026

@cmmoran Any chance for a revisit?

brendenhoffman pushed a commit to brendenhoffman/alt1-electron that referenced this pull request Feb 10, 2026
@Arroquw
Copy link

Arroquw commented Feb 16, 2026

How do I actually go about installing and using this on my Mac? 👀

I it should be the same as on the readme, make sure you have nodejs 22 installed and then run the following commands:
npm ci
npm run build
npm run ui

There are probably dependencies missing, I have never had nor used a mac so I wouldn't know how to fix those, but I assume one could brew install those?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Comments