All Projects β†’ ful1e5 β†’ Apple_cursor

ful1e5 / Apple_cursor

Licence: gpl-3.0
🍎 macOS Cursor Theme

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Apple cursor

Hackers
Hackers is an elegant iOS app for reading Hacker News written in Swift.
Stars: ✭ 513 (+323.97%)
Mutual labels:  hacktoberfest, apple
Macos Egpu Cuda Guide
Set up CUDA for machine learning (and gaming) on macOS using a NVIDIA eGPU
Stars: ✭ 187 (+54.55%)
Mutual labels:  hacktoberfest, apple
Rapidbay
Self-hosted torrent video streaming service compatible with Chromecast and AppleTV deployable in the cloud
Stars: ✭ 163 (+34.71%)
Mutual labels:  hacktoberfest, apple
Arkit
ARKit Base Project. Place virtual objects based on WWDC example project
Stars: ✭ 297 (+145.45%)
Mutual labels:  hacktoberfest, apple
Example Ios Apps
ο£Ώ A curated list of Open Source example iOS apps developed in Swift. An amazing list for people who are beginners and learning ios development and for ios developers who need any example app or feature.
Stars: ✭ 461 (+280.99%)
Mutual labels:  hacktoberfest, apple
Open Source Xamarin Apps
πŸ“± Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (+162.81%)
Mutual labels:  hacktoberfest, apple
Wwdc
You don't have the time to watch all the WWDC session videos yourself? No problem me and many contributors extracted the gist for you πŸ₯³
Stars: ✭ 2,561 (+2016.53%)
Mutual labels:  hacktoberfest, apple
Appwrite
Appwrite is a secure end-to-end backend server for Web, Mobile, and Flutter developers that is packaged as a set of Docker containers for easy deployment πŸš€
Stars: ✭ 14,592 (+11959.5%)
Mutual labels:  hacktoberfest, apple
About Swiftui
Gathering all info published, both by Apple and by others, about new framework SwiftUI.
Stars: ✭ 5,954 (+4820.66%)
Mutual labels:  hacktoberfest, apple
Freud
Powerful, efficient particle trajectory analysis in scientific Python.
Stars: ✭ 118 (-2.48%)
Mutual labels:  hacktoberfest
Ngx Cookieconsent
Cookie πŸͺ Consent module for Angular.
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Monk gui
A Graphical user Interface for deep learning and computer vision over Monk Libraries
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Wp Graphql Yoast Seo
This is an extension to the WPGraphQL plugin for Yoast SEO
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Tech Companies In Nepal
List of tech companies based or working in Nepal. πŸ‡³πŸ‡΅
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Angular Open Source Starter
This is a starter project for creating open-source libraries for Angular. It is a full fledged Angular workspace with demo application and easy library addition. It is designed to be used for open-sourcing libraries on Github and has everything you'd need ready for CI, code coverage, SSR testing, StackBlitz demo deployment and more.
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Client
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Sudoku Solver
GUI Sudoku Solver using Pygame
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Pythonalgorithms
All Algorithms implemented in Python 3
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Minify
Minifier of js, css, html and img
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Vscode Verilog Hdl Support
Verilog HDL/SystemVerilog/Bluespec SystemVerilog support for VS Code
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest

macOS Big Sur

🍎 macOS Cursor Theme

GitHub Action Build CodeFactor npm type definitions Puppeteer version Clickgen
Apple Cursor release (latest by date including pre-releases) License
License License License
Made By Kaiz


Apple Cursor

Enjoy macOS Big Sur Cursor Theme for Windows and Linux with HiDPI Support πŸŽ‰.

Table of Contents (click to expand)

Cursor Sizes

22 24 28 32 40 48 56 64 72 80 88 96

Colors

#13A3F5 #4DCB2C #FED103 #FE9D0C #F2493C #B75DCC #000000 #fffff

Quick install

Manual Install

Linux/X11

# extract `macOSBigSur.tar.gz`
tar -xvf macOSBigSur.tar.gz

# For local users
mv macOSBigSur ~/.icons/

# For all users
sudo mv macOSBigSur /usr/share/icons/

Windows

  1. unzip macOSBigSur_Windows.zip file
  2. Open macOSBigSur_Windows/ in Explorer, and right click on install.inf.
  3. Click 'Install' from the context menu, and authorize the modifications to your system.
  4. Open Control Panel > Personalization and Appearance > Change mouse pointers, and select MacOSBigSur Cursors.
  5. Click 'Apply'.

Preview:

Check Figma file here

macOSBigSur Cursors 🍎

Dependencies

External Libraries

  • libxcursor
  • libx11
  • libpng (<=1.6)

Install External Libraries

macOS
brew install --cask xquartz
brew install libpng
Debain/ubuntu
sudo apt install libx11-dev libxcursor-dev libpng-dev
ArchLinux/Manjaro
sudo pacman -S libx11 libxcursor libpng
Fedora/Fedora Silverblue/CentOS/RHEL
sudo dnf install libX11-devel libXcursor-devel libpng-devel

Build Dependencies

Node Packages

PyPi Packages

Build From Scratch

⚑ Auto Build (using GitHub Actions)

GitHub Actions is automatically runs on every push(on main and dev branches) and pull request(on main branch), You found theme resources in artifact section of build.GitHub Actions source is available inside .github/workflows directory.

Manual Build

make

Build XCursor theme

make unix

Customize XCursor size

make unix X_SIZES=22            # Only built '22px' pixel-size.
make unix X_SIZES=22 24 32      # Multiple sizes are provided with  ' '(Space)

Install XCursor theme

make install            # install as user
  # OR
sudo make install       # install as root

Build Windows theme

make windows

Customize Windows Cursor size

make windows WIN_SIZE=96            # Supports only one pixel-size

For installation follow these steps.

Bugs

Bugs πŸ› should be reported here on the Github issues page.

Getting Help

You can create a issue, I will help you. πŸ™‚

Contributing

Check CONTRIBUTING.md, any suggestions for features and contributions to the continuing code masterelopment can be made via the issue tracker or code contributions via a Fork & Pull requests.

Support

Give a β˜… or Follow on GitHub,That's work as Steroid πŸ’‰ for me. πŸ˜‰

For more support

Buy Me A Coffee

( `ω´ )ۢ▬ι═══════ﺀ

I'm Using Katana

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].