HaxeFlixel / HaxeFlixel/flixel
Floating button for fullscreen toggle
Nobody has claimed this yet.
- Dominant language
- Haxe
- Stars
- 2.2k
- Forks
- 522
- Avg merge
- 34m
- Merged PRs (30d)
- 1
Description
When hosting a game on itch, there's a checkbox for "Allow game to run in fullscreen" which just creates a floating button above the game to turn the game fullscreen
I think this would be a nice feature to add to Flixel itself, so that easy fullscreen can be toggled on sites other than itch!
I think this can be generally easily made and added as some option for new FlxGame() or something? just creates a small openfl button that sits above the main FlxGame sprite object
Contributor guide
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
Start by reviewing the FlxGame construction entry point and how the game is embedded as an OpenFL display object. Define the fullscreen button's placement, configuration, platform behavior, and completion criteria before implementation; done should allow fullscreen toggling on sites other than itch.
Written by the indexing model from the issue text.
Assessment
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100