home.social

#sfml — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sfml, aggregated by home.social.

  1. @markojahnke

    Ja schade das es bei dir auch keine gute und zuverlässige Vorhersage bietet. Auch liegt solcast bei immer relativ gut.
    Ich habe das SFML AddOn deshalb vor 2 Wochen gelöscht.

    #homeassistant #LLM #sfml #Solcast

  2. @zahnfee Du hattest recht.

    Auch nach langer Anlernphase liegt die Prrognose der #SFML-Integration für #Homeassistant gnadenlos daneben. Es ist auch kein Trend zur Verbesserung zu erkennen.

    #Solcast ist tatsächlich um Welten besser.

    Und das ist nur auf den Gesamtertrag pro Kalendertag bezogen.

  3. SFML 3.1 has just been released! 🥳🎉

    It's a minor release, but brings major new features!

    - Revamped text rendering with complex text layouts
    - Supporting TLS, HTTPS, SFTP, and IPv6
    - Better Unicode support
    - Many Android and iOS improvements

    github.com/SFML/SFML/releases/

  4. All right, another game is out! Mansion Malevolence is available for free for PC and Android on my Itch.io: nerudaj.itch.io/mansion-malevo

    The game is a demake of classic survival horror Resident Evil, reimagined as a solitaire card game that you can play in short bursts while commuting.

    The game was made in C++, using SFML for rendering and sounds and TGUI for UI. Source code is available on GitHub: github.com/nerudaj/MansionMale

    youtu.be/f1jT3A2XqXU

    #gamedev #indiedev #MansionMalevolence #ScreenshotSaturday #SFML #TGUI #cpp

  5. Created some tutorials to aid the initial use of Cheese Map, with guidance from scratch to creating grid-style tile maps as well as layers of free tiles:

    github.com/Hapaxia/CheeseMap/w

    Cheese Map is a map drawable for use with SFML and can simplify drawing maps, especially grid-style (the most obvious type) tile maps (it can work with and also draw multiple at once - order by z-order) and can also use 3D scaling.

    Here is a video of it in action during tests: youtube.com/watch?v=de0OGuVQkGk

    #cheesemap #sfml

  6. Created some tutorials to aid the initial use of Cheese Map, with guidance from scratch to creating grid-style tile maps as well as layers of free tiles:

    github.com/Hapaxia/CheeseMap/w

    Cheese Map is a map drawable for use with SFML and can simplify drawing maps, especially grid-style (the most obvious type) tile maps (it can work with and also draw multiple at once - order by z-order) and can also use 3D scaling.

    Here is a video of it in action during tests: youtube.com/watch?v=de0OGuVQkGk

    #cheesemap #sfml

  7. Created some tutorials to aid the initial use of Cheese Map, with guidance from scratch to creating grid-style tile maps as well as layers of free tiles:

    github.com/Hapaxia/CheeseMap/w

    Cheese Map is a map drawable for use with SFML and can simplify drawing maps, especially grid-style (the most obvious type) tile maps (it can work with and also draw multiple at once - order by z-order) and can also use 3D scaling.

    Here is a video of it in action during tests: youtube.com/watch?v=de0OGuVQkGk

    #cheesemap #sfml

  8. Created some tutorials to aid the initial use of Cheese Map, with guidance from scratch to creating grid-style tile maps as well as layers of free tiles:

    github.com/Hapaxia/CheeseMap/w

    Cheese Map is a map drawable for use with SFML and can simplify drawing maps, especially grid-style (the most obvious type) tile maps (it can work with and also draw multiple at once - order by z-order) and can also use 3D scaling.

    Here is a video of it in action during tests: youtube.com/watch?v=de0OGuVQkGk

    #cheesemap #sfml

  9. Created some tutorials to aid the initial use of Cheese Map, with guidance from scratch to creating grid-style tile maps as well as layers of free tiles:

    github.com/Hapaxia/CheeseMap/w

    Cheese Map is a map drawable for use with SFML and can simplify drawing maps, especially grid-style (the most obvious type) tile maps (it can work with and also draw multiple at once - order by z-order) and can also use 3D scaling.

    Here is a video of it in action during tests: youtube.com/watch?v=de0OGuVQkGk

    #cheesemap #sfml

  10. Added a "page" state stack, as well as "behavior" for characters which currently just includes a slide movement and a wobble when talking.

    #ChristmasHorse #gamedev #CPP #SFML

  11. Begun creating a new PSG (Provided Symbol Group) for Grambol (github.com/Hapaxia/Grambol/wiki):

    Flags!

    Obviously, I've stuck to the more simple ones for now (mostly striped) but there are so many more to come!

    The image is a screenshot of what I have so far (challenge: can you name them all?!)

    #grambol #sfml #cpp #flags

  12. Updated Grambol to include some more Provided Symbol Groups, including: BasicGradient, CardSuit and Icon.

    BasicGradient is identical to Basic group with added gradient.

    CardSuit provides symbols for the suits of standard playing cards: heart, diamond, spade and club.

    Icon provides some customisable symbols that are commonly used as icons: home, (location) pin, upload/download, cog, clock and Bluetooth logo.

    Images shows examples of some the newly added symbols.

    #grambol #sfml #c++

  13. Teaching a data structure class in C++ this semester. Created an assignment where students have to implement a word search game that can solve itself. It's going to be fun!

    Using SFML for the graphical interface.

  14. This keybinding dialog took way longer to implement than I anticipated, but is generic so I can use it in any project from now on :)

    #gamedev #sfml #tgui #ScreenshotSaturday

  15. Псевдо-3D движок за 150 строк кода или рейкастинг для чайников

    На хабре было много статей как создать такой движок, но их проблема была в том что они давали только отрывки кода, не объясняя полностью весь процесс, который мог бы быть по-настоящему полезен новичкам или полным нулям. Поэтому я решил подделится своим опытом в этом направлении

    habr.com/ru/articles/948320/

    #SFML #C++ #Игровой_движок #raycasting #псевдотрёхмерность #псведо3D #минимализм #kiss #игра #импровизация

  16. While work for 3.1 is getting closer to the finish line, we've just released a new patch version 3.0.2 with a few small bugfixes and build enhancements! 🥳

    It's awesome to see so many contributors listed even with this small release! Thank you! ❤️

    github.com/SFML/SFML/releases/

  17. Summer is almost over and I'm releasing my summer-long project - MagRider! A simple-to-learn, hard-to-master 2D platformer where you move by magnetizing your avatar - a cutsy round ball.

    Build by hand in C++, SFML and TGUI, this one also runs on Android and let me tell you a secret - it is a great toilet-break game! Just don't get too angry with the uncompromising difficulty so your phone doesn't end up in the toilet as well. 😁

    Play the game for free: nerudaj.itch.io/magrider

    #cpp #sfml #tgui #ScreenshotSaturday #Gamedev #Indiedev

  18. It's about month and a half since I finished working on support for gamepads in #SFML on Android and the maintainers are ghosting me ever since. I guess I pissed them off with something, although unclear on what.

    Welp, seems I'll be building everything on my fork for foreseeable future 🤡

    #gamedev

  19. Deer Portal Release 0.9.7 - Particles storm. There is a little FPS drop, so optimisations are incoming, but its good for start :) Do you like this massive particles? #GameDev #IndieDev #OSX #Linux #Windows #SFML #linuxgaming #indiegame #DeerPortal devcarpet.itch.io/deer-portal/...

  20. 0.9.4 had issues with full screen, before going sleep I did the fix for it and schedule the build. So release is available with working full screen devcarpet.itch.io/deer-portal/

    #DeerPortal #GameDev #SFML

  21. So yeah, I am making a game again. An homage to Magnetic Joe, working title MagRider. Stupid name, yes, does someone have a better suggestion?

    Made with C++, #SFML, and #TGUI, target platforms are Windows and Android.

    #ScreenshotSaturday #IndieDev #GameDev

  22. I've crippled my left hand with an axe a month ago so I wasn't able to finalize #SteamDeck support of #Rend or write any articles or do any unrelated gamedev whatsoever (don't even ask me on my gaming backlog!), but the hand is getting better now and now I have a working prototype of gamepad support on #Android in #SFML!

    Connection, identification, and button presses are working. Now to get analog inputs and disconnection code in place.

  23. Technical details:
    - Open-source, powered by @sfmldev #sfml, Modern #cpp, and @ocornut's incredible #imgui library
    - Graphics by my girlfriend Sonia (IG: sonia_misericordia)
    - Music by my good friend Giuseppe (IG: peppe.vinci94)

    Release trailer:
    youtube.com/watch?v=Db_zp66OHI

    Enjoy!

  24. Play FlappyBird, but written in #vala !
    gitlab.com/nda-cunh/flappyvala
    Using only #SFML and #glib as dependencies.
    The code is object oriented and a very good example for a non-gtk Vala app. Check it out!

    #gamedev #gaming #FlappyBird #OOP

  25. Now that Cheese Map is available, I thought a simple example was in order so I've added a wiki to the repository and included a simple example that - with very little code - makes this animation (obviously it runs smoother than this; this is just a GIF example):
    i.imgur.com/GF7UIg9.gif

    The simple example is all here:
    github.com/Hapaxia/CheeseMap/w

    #cheesemap #sfml

    github.com/Hapaxia/CheeseMap

  26. Now that Cheese Map is available, I thought a simple example was in order so I've added a wiki to the repository and included a simple example that - with very little code - makes this animation (obviously it runs smoother than this; this is just a GIF example):
    i.imgur.com/GF7UIg9.gif

    The simple example is all here:
    github.com/Hapaxia/CheeseMap/w

    #cheesemap #sfml

    github.com/Hapaxia/CheeseMap

  27. Now that Cheese Map is available, I thought a simple example was in order so I've added a wiki to the repository and included a simple example that - with very little code - makes this animation (obviously it runs smoother than this; this is just a GIF example):
    i.imgur.com/GF7UIg9.gif

    The simple example is all here:
    github.com/Hapaxia/CheeseMap/w

    #cheesemap #sfml

    github.com/Hapaxia/CheeseMap

  28. Now that Cheese Map is available, I thought a simple example was in order so I've added a wiki to the repository and included a simple example that - with very little code - makes this animation (obviously it runs smoother than this; this is just a GIF example):
    i.imgur.com/GF7UIg9.gif

    The simple example is all here:
    github.com/Hapaxia/CheeseMap/w

    #cheesemap #sfml

    github.com/Hapaxia/CheeseMap

  29. Now that Cheese Map is available, I thought a simple example was in order so I've added a wiki to the repository and included a simple example that - with very little code - makes this animation (obviously it runs smoother than this; this is just a GIF example):
    i.imgur.com/GF7UIg9.gif

    The simple example is all here:
    github.com/Hapaxia/CheeseMap/w

    #cheesemap #sfml

    github.com/Hapaxia/CheeseMap

  30. Finally!

    Cheese Map is here!

    Some other features are planned for the future and more documentation will be added over time (but it should be relatively easy to work out) as well as examples.

    #cheesemap #release #sfml

    github.com/Hapaxia/CheeseMap

  31. Finally!

    Cheese Map is here!

    Some other features are planned for the future and more documentation will be added over time (but it should be relatively easy to work out) as well as examples.

    #cheesemap #release #sfml

    github.com/Hapaxia/CheeseMap

  32. Finally!

    Cheese Map is here!

    Some other features are planned for the future and more documentation will be added over time (but it should be relatively easy to work out) as well as examples.

    #cheesemap #release #sfml

    github.com/Hapaxia/CheeseMap

  33. Finally!

    Cheese Map is here!

    Some other features are planned for the future and more documentation will be added over time (but it should be relatively easy to work out) as well as examples.

    #cheesemap #release #sfml

    github.com/Hapaxia/CheeseMap

  34. Finally!

    Cheese Map is here!

    Some other features are planned for the future and more documentation will be added over time (but it should be relatively easy to work out) as well as examples.

    #cheesemap #release #sfml

    github.com/Hapaxia/CheeseMap

  35. Just going to go through my notes/plans for Cheese Map to see if I've implemented everything I wanted to and then I will begin to get it ready to upload for everyone :)

    #cheesemap #sfml

  36. Just going to go through my notes/plans for Cheese Map to see if I've implemented everything I wanted to and then I will begin to get it ready to upload for everyone :)

    #cheesemap #sfml

  37. Just going to go through my notes/plans for Cheese Map to see if I've implemented everything I wanted to and then I will begin to get it ready to upload for everyone :)

    #cheesemap #sfml

  38. Just going to go through my notes/plans for Cheese Map to see if I've implemented everything I wanted to and then I will begin to get it ready to upload for everyone :)

    #cheesemap #sfml

  39. Just going to go through my notes/plans for Cheese Map to see if I've implemented everything I wanted to and then I will begin to get it ready to upload for everyone :)

    #cheesemap #sfml

  40. I had an old tileset I begun to create for a game I started to work on with someone a while ago (that never materialised) so I thought I'd use that to see how Cheese Map is to use.

    It's worth noting that I found this incredibly simple to do. I used Tiled (editor) to make a CSV list for each grid and the cloud layer took some tweaking but apart from that it's mainly just view movement!

    Here's a video, showing some new features too (including dolly):

    youtube.com/watch?v=de0OGuVQkG

    #cheesemap #sfml

  41. I had an old tileset I begun to create for a game I started to work on with someone a while ago (that never materialised) so I thought I'd use that to see how Cheese Map is to use.

    It's worth noting that I found this incredibly simple to do. I used Tiled (editor) to make a CSV list for each grid and the cloud layer took some tweaking but apart from that it's mainly just view movement!

    Here's a video, showing some new features too (including dolly):

    youtube.com/watch?v=de0OGuVQkG

    #cheesemap #sfml

  42. I had an old tileset I begun to create for a game I started to work on with someone a while ago (that never materialised) so I thought I'd use that to see how Cheese Map is to use.

    It's worth noting that I found this incredibly simple to do. I used Tiled (editor) to make a CSV list for each grid and the cloud layer took some tweaking but apart from that it's mainly just view movement!

    Here's a video, showing some new features too (including dolly):

    youtube.com/watch?v=de0OGuVQkG

    #cheesemap #sfml

  43. I had an old tileset I begun to create for a game I started to work on with someone a while ago (that never materialised) so I thought I'd use that to see how Cheese Map is to use.

    It's worth noting that I found this incredibly simple to do. I used Tiled (editor) to make a CSV list for each grid and the cloud layer took some tweaking but apart from that it's mainly just view movement!

    Here's a video, showing some new features too (including dolly):

    youtube.com/watch?v=de0OGuVQkG

    #cheesemap #sfml