Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Screenshot Thread  (Read 282812 times)

0 Members and 1 Guest are viewing this topic.

Duka

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Screenshot Thread
« Reply #270 on: April 14, 2023, 02:19:38 pm »
Simple 2D gravity simulation. My first SFML project

« Last Edit: April 14, 2023, 02:32:08 pm by eXpl0it3r »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: Screenshot Thread
« Reply #271 on: April 14, 2023, 02:33:01 pm »
Ohh, I like gravity simulations, do you have an animation of that? :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Duka

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Screenshot Thread
« Reply #272 on: April 14, 2023, 03:58:39 pm »
Ohh, I like gravity simulations, do you have an animation of that? :)

Here is a gif (If I can even upload it). Also the source code https://github.com/Duje1/Gravity-Simulator

https://gifyu.com/image/Sd8eU

FRex

  • Hero Member
  • *****
  • Posts: 1845
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: Screenshot Thread
« Reply #273 on: May 30, 2023, 06:09:42 pm »


Inspired by some games I'm heavily considering making my own "RPG Maker Mystery/Horror Game" style game, in C++, SFML, with Lua for scripting events, and few other libraries.
Back to C++ gamedev with SFML in May 2023

Bondrusiek

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Screenshot Thread
« Reply #274 on: July 30, 2023, 10:32:27 am »
Hi,
I'vs created Star Pusher. Star Pusher is a Sokoban or “Box Pusher” clone. StartPusherSFML is "Star Pusher" clone written in SFML.

https://youtu.be/eQbRVo_hXUQ

Source code
Best

Hapax

  • Hero Member
  • *****
  • Posts: 3351
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: Screenshot Thread
« Reply #275 on: September 11, 2023, 07:16:59 pm »
Since creating Cheese Map, I decided I wanted to try it out with a project so I dusted off an old (7 years old ago! Look, here's an old post!) platformer beginning I had made and swapped the map to use Cheese Map.

I ended up getting more involved in the game itself and - since I've been trying out working with joysticks/controllers - I have also implemented that as well. I may very well start actually working on it a bit now. We'll see ;)

Here's a quick screenshot (click for full size) of what I've called "Dais":


And, in true "me" style, here's a Windows executable (SFML-statically-built, zipped with included resources) if you want to try it out yourself:
https://www.mediafire.com/file/67y3yqg02nel8z8/Dais_-_early_alpha_tests_0.0.0.zip/file
You can edit the level as you see fit while the game is still running :)
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

Hapax

  • Hero Member
  • *****
  • Posts: 3351
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: Screenshot Thread
« Reply #276 on: October 05, 2023, 05:01:22 pm »
I made a small graphics editor that assists with creating small, reduced-colour images aimed at helping with Rubik's Cube patterns.

Since that tool was made using SFML, I thought it only fit to create one using the SFML logo :D:





Yes, that's 100 mini-cubes! 8)


Technically not a screenshot, I suppose...
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

freesoul

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: Screenshot Thread
« Reply #277 on: January 07, 2024, 10:53:14 pm »
An exploration RPG in development for a few months now.