jMonkeyEngine / jMonkeyEngine/sdk
Design and implement components to edit material values (vectors etc)
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 348
- Forks
- 104
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 3
Description
Design and implement components to edit material values (vectors etc). I think we are mainly missing editors for matrices and vectors. And int & float arrays and array vectors. It is difficult for a new comer to understand how to input these values. Like the decimal separator is always "." and what is a vector separator etc...
Challenge is to design components that provide ease to use but also efficient for those who'd just prefer to write the value quickly.
These are distributed from com.jme3.gde.materials.multiview.widgets.WidgetFactory.
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
Start by reading the material editor components distributed from com.jme3.gde.materials.multiview.widgets.WidgetFactory and compare how current values are entered. Define the supported vector, matrix, integer-array, float-array, and array-vector formats, including separators and decimal notation. Done means the components are usable for both guided input and quick value entry.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100