Darkere / EyeMineMods

A collection of small minecraft modifications to support the use of an eye-gaze controlled keyboard as input. Designed to accompany EyeMine

Home Page:https://www.specialeffect.org.uk/eyemine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EyeMineMods

This repository contains the Minecraft mods used with EyeMine, which provides a gaze-controlled keyboard for in-game actions.

Information for users

The EyeMine wiki contains full information on how to get started, system requirements, a user guide, demo videos, a troubleshooting page, and more.

EyeMine is designed for eye-gaze control, and also supports head-pointer control. If you want to play Minecraft with different alternative inputs such as assistive switches and joystick, please contact SpecialEffect with more information about your setup. Some of the functionality in these mods may be helpful.

Information for developers

These EyeMine mods currently support Minecraft Forge v1.11.2 (via the eyemineClassic_mc1_11_2 branch) and Minecraft Forge v1.14.4 (via the eyemineV2_mc1_14_4 branch).

All the code comprising EyeMine is GPL3 licensed. We would love contributions to port to other versions of Minecraft. If you're interested in doing this, please email eyemine@specialeffect.org.uk to let us know what you're working on!

Dev setup

These instructions are based on Windows 10 and using Eclipse as an IDE. If you are using a different setup, some details may vary.

Pre-requisites

  • Java SDK ("JDK")

Instructions

Get the code.

git clone git@github.com:SpecialEffect/EyeMineMods.git
cd EyeMineMods

Build the code. The built mod file will be found in the build/libs directory.

gradlew build

Optionally set up to build and run from Eclipse:

gradlew genEclipseRuns
gradlew eclipse

Now you can open the project in Eclipse: File -> Import -> Gradle -> Existing Gradle project -> Set Project Root Directory to the EyeMineMods folder -> Finish Once the project is loaded, select the project in Package Explorer, hit the green "Run" or "Debug" button and select "runClient" as the configuration to run.

About

A collection of small minecraft modifications to support the use of an eye-gaze controlled keyboard as input. Designed to accompany EyeMine

https://www.specialeffect.org.uk/eyemine

License:GNU General Public License v3.0


Languages

Language:Java 98.2%Language:Python 1.8%