Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Borderless window on macos #465

Open
tetris-hermetris opened this issue Feb 4, 2021 · 2 comments
Open

Borderless window on macos #465

tetris-hermetris opened this issue Feb 4, 2021 · 2 comments

Comments

@tetris-hermetris
Copy link

Is it any way to create a borderless window in macOS using nimx? (styleMask: .borderless)
Something like this:
Screen-Shot-2020-12-10-at-17 08 08
Maybe some AppKit-only solution?

@yglukhov
Copy link
Owner

I don't think nimx exposes any direct api to do that, but at least it should be possible to create a window natively and pass it to nimx or SDL_CreateWindowFrom and then pass it to nimx, or something like that. Until now it was a road less taken, so PRs are welcome :)

@nixfreak
Copy link

I thought you could use alpha for that

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

No branches or pull requests

3 participants