A userscript that allows EaglerCraft to run on mobile browsers
Go to file
2024-06-01 21:19:49 -05:00
.github/ISSUE_TEMPLATE Updated 2024-05-26 15:21:04 -06:00
.gitignore Updated 2024-05-26 15:21:04 -06:00
eaglermobile-ef.js Update eaglermobile-ef.js 2024-05-30 10:39:38 +03:30
eaglermobile.user.js Forgot to add key events 2024-06-01 21:19:49 -05:00
LICENSE Initial commit 2024-05-26 15:11:24 -06:00
README.md Update README.md 2024-05-28 15:54:42 -06:00

Eagler Mobile

A userscript that allows eaglercraft to run on iOS safari

To-do

  • Strafe buttons when holding forward
  • Crouch lock on hold
  • Sprint button (sperate from double tapping forward)
  • Gamepad support
  • Cancel button for file upload
  • Styling for file upload
  • Back button for Kiwi browser?
  • Re-orginize button layout
  • Redo the display button functions

Implemented

  • Fake pointerlock API (tricks the client into loading)
  • Fake fullscreen API (so that selecting full screen doesn't crash the client)
  • Custom upload button for files (because safari is a pain with button clicks)
  • Fake mousemove events (Allows touch and drag to simulate mouse movement)
  • Fake cursor scroll events (Allows scrolling through hotbar and in menus)
  • On-screen controls (Movement, block placement/removal/picking, inventory, item dropping, keyboard, and exiting keys)
  • Styling for html, body, and canvas (So that the canvas doesn't ignore the navigation bars for viewport sizing)