You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Bringing ASFML inline with CSFML 2.6! 🎉
Sf.Graphics.Font.setSmooth
/Sf.Graphics.Font.isSmooth
(Pull request for 2.6.x CSFML SFML/CSFML#186)Sf.Network.Packet.getReadPosition
(Pull request for 2.6.x CSFML SFML/CSFML#186)Sf.Graphics.Blendmode.sfBlendMin
&sfBlendMax
(Implement min and max blend modes SFML/CSFML#191)Sf.Graphics.Rect.getPosition
&Sf.Graphics.Rect.getSize
(Implementsf::Rect<T>::getPosition()
andsf::Rect<T>::getSize()
SFML/CSFML#190)Sf.Graphics.Font.getBoldKerning
(Implement fetching bold kerning SFML/CSFML#192)Sf.Window.Vulkan
functions (Implementsf::Vulkan
functions SFML/CSFML#198, Fix Vulkan type declaration SFML/CSFML#212)Sf.Graphics.RenderTexture.isSrgb
/Sf.Graphics.RenderWindow.isSrgb
(ImplementisSrgb()
SFML/CSFML#196)Sf.Graphics.Image.saveToMemory
withsfBuffer
(AddsfBuffer
wrapper and implementsf::Image::saveToMemory
SFML/CSFML#205)Sf.Window.WindowBase
(Add API forsf::WindowBase
SFML/CSFML#207)For the complete note of the CSFML 2.6 release see https://github.com/SFML/CSFML/releases/tag/2.6.0
Tests in ASFML can now directly executed from the repository:
cd tests && make all run
.Known problems
Sf.Window.Vulkan.getGraphicsRequiredInstanceExtensions
cannot be called yet due to a problem in CSFML, see:SFML/CSFML#227
Full Changelog: v2.5.5...v2.6.0
This discussion was created from the release ASFML v2.6.0: update to latest CSFML version.
Beta Was this translation helpful? Give feedback.
All reactions