Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raygui support #7

Closed
buckle2000 opened this issue Feb 7, 2019 · 3 comments
Closed

raygui support #7

buckle2000 opened this issue Feb 7, 2019 · 3 comments
Labels
0.11.0 To be addressed in 0.11.0 milestone enhancement New feature or request

Comments

@buckle2000
Copy link
Contributor

buckle2000 commented Feb 7, 2019

Hi @deltaphc , have you considered supporting raygui?

I have created bindings of most functions

These are left unimplemented.

// TODO please write those for me
// GuiTextBox|bounds: Rectangle, text: *mut ::std::os::raw::c_char, textSize: i32, editMode: bool|bool
// GuiTextBoxMulti|bounds: Rectangle, text: *mut ::std::os::raw::c_char, textSize: i32, editMode: bool|bool
// GuiListViewEx|bounds: Rectangle, text: *mut *mut ::std::os::raw::c_char, count: i32, enabled: *mut i32, active: *mut i32, focus: *mut i32, scrollIndex: *mut i32, editMode: bool|bool
// GuiLoadStyleProps|props: *const i32, count: i32|
@deltaphc
Copy link
Owner

deltaphc commented Feb 9, 2019

Supporting more of the "raylib ecosystem" certainly seems worth doing. Extra things like these would probably be behind Cargo feature flags since not everyone would need raygui.

That said, I think I'll look at this more closely after 0.10.0 of raylib-rs is published. I'm thinking it'll be lumped in with other major changes for 0.11.0 (tentatively).

@deltaphc deltaphc added enhancement New feature or request 0.11.0 To be addressed in 0.11.0 milestone labels Feb 9, 2019
@deltaphc deltaphc mentioned this issue Feb 9, 2019
6 tasks
@Dacode45
Copy link
Collaborator

Dacode45 commented Aug 5, 2019

Raygui is now in on master. See the rgui sample.

@Dacode45 Dacode45 closed this as completed Aug 5, 2019
@benstigsen
Copy link

Is Raygui going to be updated to the latest 2.6 version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.11.0 To be addressed in 0.11.0 milestone enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants