Skip to content

defenestrant/Jeight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Jeight

A Virtual Gamepad Keyboard Prototype test it @ https://jeight.io/prototype

What

Jeight.io is a prototype that hopes to be an alternative way to type sentences using your gamepad. It's closely related to the T9 keyboards found on old cellphones. But instead of using keys, you move the 2 joysticks each in 4 possible directions to type. Every direction (8 in total) is linked to a group of letters.

gamepad example

Goal

The goal was to show it's possible to provide a more time-efficient way of typing with your controller. Unfortunately, there are currently no practical uses. I can not do much more than show off the fact that the prototype works. It cannot be implemented on consoles without official development from Microsoft (for Xbox) or Sony (for Playstation).

What I could use help with in the future

If lots of people would want this for desktop games, it could be implemented. However I do not currently have the skillset to do so. I would gladly welcome help of someone more at home in the world of C++/DirectX and native game development. So if this is you, and you see a future in this project, be sure to shoot me a message. If you work for the Microsoft Xbox development team or the Sony Playstation development team, you can do so too :)

Technical details

This repository contains the entire website of jeight.io. Publishing is done via CI/CD on the master branch. The project (and website) are written as a Javascript application with a focus (as a learning experience) on functional programming. It's component based, written in functional vanilla React with Styled-Components. Throughout the entire code-base, I make heavy use of the functional programming utility library RamdaJS and have tried to limit the amount of procedural code, unless I did not quickly find a functional solution.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

A virtual gamepad keyboard prototype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published