Open
Conversation
… other stuff not yet supported in the main repo
# Conflicts: # package-lock.json # package.json # src/main.ts
|
How do I actually go about installing and using this on my Mac? 👀 |
|
Ditto @ittakesii |
KasperFranz
suggested changes
Oct 17, 2024
| "author": "", | ||
| "license": "GPL-3.0", | ||
| "devDependencies": { | ||
| "@alt1/base": "../alt1/alt1/base", |
| "license": "GPL-3.0", | ||
| "devDependencies": { | ||
| "@alt1/base": "../alt1/alt1/base", | ||
| "@alt1/chatbox": "../alt1/alt1/chatbox", |
| queueOverlayCommand({ command: "draw", time, action: { type: "rect", x, y, width, height, color, linewidth } }); | ||
| return true; | ||
| }, | ||
| overLayRectFill(color, fillColor, x, y, width, height, time, linewidth) { |
There was a problem hiding this comment.
This does not exist in alt1 so without your local version this does not work
|
@cmmoran Any chance for a revisit? |
brendenhoffman
pushed a commit
to brendenhoffman/alt1-electron
that referenced
this pull request
Feb 10, 2026
I it should be the same as on the readme, make sure you have nodejs 22 installed and then run the following commands: 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.