isXander / isXander/Controlify
"Fake" split-screen
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 341
- Forks
- 97
- Avg merge
- 1h
- Merged PRs (30d)
- 1
Description
An intermediary step between full in-game split-screen could be achieved by simply smartly detecting other minecraft windows and utilising borderless windows to achieve a split-screen look.
Normal borderless fullscreen simply tells the OS to remove window borders, and sets the size and position to fill the screen. This could be adapted to manage both windows and position them in a split-screen view.
Problems to overcome
- Currently, both instances will try to read the same config file, and have no way to communicate with
eachother. This prevents changing any configs as it will behave funnily.
Issues with this implementation
- Not ideal for system performance. Loading resources twice in RAM is very bad and there are a lot of systems
in the game that only need to run once. - Running two instances of Minecraft will cause config issues with every mod, including vanilla
options.txt
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no repository files, tests, or entry points. Begin by locating the borderless-fullscreen/window-management code and how separate instances read config files, including options.txt; define done around two Minecraft windows positioned in a split-screen view without the described configuration conflicts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100