rust-sfml icon indicating copy to clipboard operation
rust-sfml copied to clipboard

Missing 2.6 features

Open dogunbound opened this issue 1 year ago • 3 comments

I'm just creating an issue for every missing 2.6 feature. This list will just stay here. Whether we implement them or not will be based on personal needs/wants. If someone creates an issue stating that this feature is missing, then we could include it, and document it's implementation here too.

Missing 2.6 features:

  • [x] Implement direction arrow cursors https://github.com/SFML/CSFML/pull/194
  • [ ] Implement sf::Image::saveToMemory https://github.com/SFML/CSFML/pull/195
  • [x] Implement IsSrgb https://github.com/SFML/CSFML/pull/196
  • [ ] Implement SfVulkan functionality https://github.com/SFML/CSFML/pull/198
  • [x] Implement Scancodes https://github.com/SFML/CSFML/pull/197 <- I think rust-sfml already has this. Not sure how complete it is
  • [ ] Allow creation of a window without opengl context https://github.com/SFML/SFML/pull/1484

dogunbound avatar Jul 04 '23 22:07 dogunbound

Since I'm on my work account, I'll add this comment here then edit the above message later:

Implement IsSrgb() https://github.com/SFML/CSFML/pull/196/files Implement SfVulkan functionality https://github.com/SFML/CSFML/pull/198/file Implement Scancodes https://github.com/SFML/CSFML/pull/197 <- I think rust-sfml already has this. Not sure how complete it is @crumblingstatue could you verify the completion on scancodes?

shane-tran-whitmire avatar Jul 05 '23 13:07 shane-tran-whitmire

Not sure how complete it is @crumblingstatue could you verify the completion on scancodes?

I only added the missing Scancode type and union field to restore the broken ABI, the feature is most likely not complete.

crumblingstatue avatar Jul 06 '23 17:07 crumblingstatue

Alright @crumblingstatue

I'm not sure about how to implement everything else. ill leave it up to you to decide/do them. I don't feel I need them but wanted to at least make rust-sfml do what regular sfml does. You can also edit my IsSrgb message once that's merged.

dogunbound avatar Jul 07 '23 08:07 dogunbound