Trending

#sdl2

Latest posts tagged with #sdl2 on Bluesky

Latest Top
Trending

Posts tagged #sdl2

Video

Random weekend project my brain decided on this time was a full top down 2d engine in SDL2 that I can do level creation while the game is running in

I got carried away lmao
#gamedev #SDL2 #PixelArt

8 1 1 0
Preview
Abuse Amiga port on AmigaOS 4.1 - The Oasis BBS Abuse Amiga port demo shows keyboard movement, mouse aiming, and new Abuse 2025 features. Watch the video for AmigaOS 4.1 play.

Abuse Amiga port on AmigaOS 4.1
#AmigaOS4 #Abuse2025 #HunoPPC #RetroGaming #OpenSourceGames #SDL2 #SideScroller #RunAndGun

theoasisbbs.com/abuse-amiga-...

1 0 0 0
Preview
Flare 1.14 Release Brings Smarter Scrolls and Friendlier Fights - The Oasis BBS Flare 1.14 release updates scroll combat, tunes key enemies, and keeps mod-friendly tools alive, with an AmigaOS 4 port.

Flare 1.14 Release Brings Smarter Scrolls and Friendlier Fights
#FlareRPG #ActionRPG #OpenSourceGames #GPLv3 #AmigaOS4 #PPC #IndieRPG #SDL2 #GameModding

theoasisbbs.com/flare-1-14-r...

1 0 0 0

Trying to build #SDL2 for #solaris 8 today. There's really no better way to spend a dark Sunday afternoon.

#retrocomputing

1 0 1 0

๐Ÿ”ฅ Mikicrep Framework 1.7.0 is out!
this update fixes a bunch of core problems, adds better error handling, cleaner window logic, and improves how buttons and drawing work. overall everything feels smoother and easier to use now

#cpp #gamedev #indiedev #mf #sdl2

7 3 0 0
Preview
GitHub - Linirby/SDL_Cpp_Base_Template: A starting template for SDL2 in C++ A starting template for SDL2 in C++. Contribute to Linirby/SDL_Cpp_Base_Template development by creating an account on GitHub.

Haii! Today I've made a Template to start making game with #SDL2 in C++.
---------------
Here's the Github Like for more details +
github.com/Linirby/SDL_...
---------------

#Cpp #GameDev #Template #Github

12 3 0 0
A picture of a portal depicted by black borders reflecting back recursively against an off screen port.

A picture of a portal depicted by black borders reflecting back recursively against an off screen port.

The borders are a little scuffed but making good progress here I think. Finally got some recursive portal rendering working. Took quite a bit of time to figure out and still needs a little work.
#indiedev #gamedev #Paradox #opengl #cpp #sdl2

15 3 1 0

๐Ÿฑ Enhanced Platform System spec! Added SDL2โ†’Event System integration, clarified ECS patterns (components=entities only), mapped system dependencies. Ready for test creation!

#GameDev #ECS #SDL2 #VulkanEngine #SpecFirst #SystemArchitecture

4 1 0 0

๐Ÿฑ M2 Platform System spec complete! SDL2 window mgmt + Vulkan surface + Event System integration. Fixed roadmap inconsistencies, aligned with existing engine architecture. Next: tests โ†’ implementation!

#GameDev #SpecFirst #TDD #VulkanEngine #SDL2 #BadCat

5 1 0 0
Prehistorik 2 for PS VITA
Prehistorik 2 for PS VITA YouTube video by Sardaukar

Blues Brothers, Jukebox Adventure & Prehistorik 2 engine reimplementation #PSP #SDL2 #PSVita

github.com/cyxx/blues

#retrodev #pspdev #MSDOS #Amiga #homebrewgame

2 0 1 0

Thinking about turning my game from whatever it is now into a sandbox

#gamedev #indiedev #gaming #gameupdates #cpp #SDL2

6 3 0 0
Video

๐ŸŽ‰ Mikicrep Studios is now 4 years old! ๐ŸŽ‰
Time goes fast huh

Also I just released Random SDL Game 2.1.0
Iโ€™ll be uploading a video with the changelog soon so you can see whatโ€™s new

Thanks for being with us ๐Ÿ™

#gamedev #indiedev #gaming #gameupdates #cpp #SDL2 #anniversary

6 3 0 0

I was able to compile my game on Ubuntu too, I will soon release tutorial on how to do it there too

#gamedev #indiedev #gaming #gameupdates #cpp #SDL2

9 4 0 0

Just prepared something special for Mikicrep Studios anniversary, gonna post it soon ๐Ÿ‘€

#gamedev #indiedev #gaming #gameupdates #cpp #SDL2

8 4 0 0
Post image

Added a proper main menu to my game

Before, there was only a Play button that auto loaded your save

Now there are New Game and Load Game buttons so players can choose

#gamedev #indiedev #gaming #gameupdates #cpp #SDL2

7 4 0 0
Post image Post image

Hover effect on all buttons might be too strong, it darkens a lot.

Should I tone it down?
#gamedev #indiedev #UI #SDL2 #cpp

10 5 0 0

Still thinking if I should draw the player as an image or just keep the simple square.

Image would use a bit more CPU but players could swap for different images.

What do you think? Square or image?
#gamedev #indiedev #cpp #SDL2

8 3 0 0
Post image

Starting devlogs for Random SDL Game - a 2D sandbox built in C++ with my own Mikicrep Framework.

Goal: experiment with mechanics & see how far I can push it.

Discord link in bio.
#gamedev #indiedev #cpp #SDL2

8 5 0 0

If you want to use vcpkg to install SDL2 with vulkan: seems to have some issues. I got a lot of error-messages because of a not correct initiated SLD2 installation. #vulkan #sdl2 #gamedev

6 3 0 0
Grafica in Fortran con le SDL / Programmazione
Grafica in Fortran con le SDL / Programmazione YouTube video by Mille e Una Avventura

In vista di future simulazioni programmate in Fortran, proviamo il binding con la libreria SDL. #fortran #sdl2 #programmazione #simulations www.youtube.com/watch?v=kjri...

0 0 0 0
Preview
Gravedigger by alexmmusic In a massive destruction, only the stone remains.

Hace unos dรญas terminรฉ de programar un mini proyecto de "juego" en C++ en el que puedes dejar un mensaje en un mapa creado proceduralmente (tรฉcnicamente es asรญ) os lo dejo aquรญ por si querรฉis echarle un vistacillo y dejar un mensaje alexmmusic.itch.io/gravedigger #gamedev #c++ #SDL2

4 0 0 0
AI, Neural Network in C no Libraries - Update - C and SDL2.
AI, Neural Network in C no Libraries - Update - C and SDL2. YouTube video by Programming Rainbow

AI, Neural Network in C no Libraries - Update - C and SDL2.

Update for adding a Feed Forward Neural Network to an SDL2 game in C. This is a Multi-Layer Perceptron Network.

#C #SDL2 #Coding #AI #NeuralNetwork #Programming #GameDev

youtu.be/_BMiFmV1k1o

7 0 0 0
Makefile - Conway's Game of Life - Part 6 - C and SDL2.
Makefile - Conway's Game of Life - Part 6 - C and SDL2. YouTube video by Programming Rainbow

Makefile - Conway's Game of Life - Part 6 - C and SDL2.

In this video we will talking about Makefiles. We will go through the Makefile for this project line by line to understand what it does.

#SDL2 #SDL #C #C11 #C99 #GameDev #Coding #Programming #GameOfLife #Makefile

youtu.be/4qTTNZbLcjw?...

8 3 1 0
Post image

Evolutionary Neural Network in C without libraries.

For playing around with training and letting a Neural Network play a game. There are many switches and options to have 1 to 10 hidden layers of different sizes. It is CPU multi-threaded

#AI #NeuralNetwork #SDL2 #C

github.com/ProgrammingR...

1 0 0 0
Game Speed - Conway's Game of Life - Part 5 - C and SDL2.
Game Speed - Conway's Game of Life - Part 5 - C and SDL2. YouTube video by Programming Rainbow

Game Speed - Conway's Game of Life - Part 5 - C and SDL2.

In this video we will create the fps object to be able to control the game speed.

youtu.be/h-Lg7Ve95_Q?...

#SDL #SDL2 #C #C99 #C11 #GameOfLife #GameDev #Coding #Programming #Tutorial

7 1 0 0
Conway's Game of Life - C and SDL2 - Part 4.
Conway's Game of Life - C and SDL2 - Part 4. YouTube video by Programming Rainbow

In this video we will create the update rules for which cell stays alive. We will also take mouse inputs to edit the board and add a pause option.

A Tutorial Series for creating Conway's Game of Life in C and SDL2.

#C #SDL2 #GameOfLife #GameDev #Coding #Programming

youtu.be/1HXL_TyUgbc?...

7 1 0 0
Conway's Game of Life - Part 3 - C and SDL2.
Conway's Game of Life - Part 3 - C and SDL2. YouTube video by Programming Rainbow

Conway's Game of Life in C and SDL2 - Part 3

youtu.be/icAtQ4fC3FA?...

#C #C99 #SDL2 #SDL #GameDev #GameOfLife

6 1 0 0
Conway's Game of Life - Part 2 - C and SDL2.
Conway's Game of Life - Part 2 - C and SDL2. YouTube video by Programming Rainbow

Conway's Game of Life in C and SDL2 - Part 2

youtu.be/Tk-xe7FWYC8?...

#C #C99 #SDL2 #SDL #GameDev #GameOfLife

6 1 0 0
Conway's Game of Life - Part 1 - C and SDL2.
Conway's Game of Life - Part 1 - C and SDL2. YouTube video by Programming Rainbow

Conway's Game of Life in C and SDL2 - Part 1

youtu.be/fdOYPmplVk8?...

#C #C99 #SDL2 #SDL #GameDev #GameOfLife

5 1 0 0
Don't Eat the Yellow Snow! - Part 10 - C++ and SDL2.
Don't Eat the Yellow Snow! - Part 10 - C++ and SDL2. YouTube video by Programming Rainbow

Don't Eat the Yellow Snow! - in C++ and SDL2 - part 10. Changing to use Delta Time.

youtu.be/3SCwt4WLw10?...

#SDL #SDL2 #C++ #C++20 #Cpp #Cpp20 #GameDev #Programming

4 2 0 0