Typed pointer arguments should auto-convert arrays
Open
enhancement
low-priority
- Dominant language
- C
- Stars
- 8
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
When giving an argument to a raylib function, If you provide a rank 1 array of ints instead of a pointer to ints, it should automatically allocate the pointer and then free after call is done.
Contributor guide
No contributing guide indexed for this repository
Research direction
No file, test, or entry point is named in the issue. Start by locating the raylib argument-marshalling code and its handling of typed pointers and rank-1 integer arrays; done means arrays are allocated for the call and freed afterward without changing existing pointer behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100