They have completely lost track of what their clients want. All that matters now is AI hype.
They have completely lost track of what their clients want. All that matters now is AI hype.
#Microsoft in 2025
- Increased prices on EXISTING consoles
- Game Pass price hike
- Copilot in freaking Notepad
- "Making every Windows 11 PC an AI PC"
- GitHub will introduce a fee for SELF-HOSTED runner usage
- Azure global outage
- "1 engineer, 1 month, 1 million lines of C/C++ code to Rust"
Microsoft at it again!
Porting DirectX Math to pure C. Taking some inspiration from cglm as well.
github.com/simstim-star...
#gamedev #simd #math #programming #directx #cprogramming #c_programming
May be nostalgia, but Castlevania SOTN.
Also Celeste!
Insane how just glancing at a Steam page for one second is often enough to correctly guess that the game wonβt sell
www.youtube.com/watch?v=Tu2c...
#gamedev
Looks really nice! Where are you learning it? Learning 3D modeling is so hard for my developer brain π
I really enjoy DirectX 12 more than Vulkan, but there is one problem that is getting harder and harder to ignore: Microsoft.
blogs.windows.com/windowsexper...
#gamedev
To make it work, I also had to rewrite a lot of DirectX Math stuff in C, as this lib only supports C++. I definitely miss the convenience of using C++ references when writing this kind of stuff.
github.com/simstim-star...
I'm working on porting the official Microsoft DirectX12 examples to C. I am doing it for fun and to learn better about DX12, Windows and C. Here is the code for this sample:
github.com/simstim-star...
#directx #gamedev #cprogramming #C #graphicsprogramming
Only in #cpp this is "fairly straightforward" lmao
You don't get any reach on Twitter without paying to be verified, it's even written there that you get a "Reply boost" by being premium. Something like 99% of the posts on my Home there are from premium users.
I started all social media at the same time six months ago.
Twitter: 28 followers
Mastodon: 118 followers
Bluesky: 7256 followers
This is literally the only social media platform you can get people to follow you're starting from scratch.
Similar here. Accounts created at the same time and posting the same content:
Twitter: 2 followers
Bluesky: 112 followers
One thing that makes me reluctant to use C instead of C++ is concurrency, especially on Windows. C++ support for concurrency is already not great as is, but at least it offers a lot of nice functional programming idioms out of the box that make the code nicer compared to using raw Win32 stuff.
The pace of your videos is so good.
The example using it: github.com/microsoft/Di...
It's funny to find an __if_exists in DirectX 12 official examples when this article devblogs.microsoft.com/oldnewthing/... says you should never use it
Trying to port DirectX 12 Graphics Samples to #c
Already done: HelloBundles, HelloConstBuffers, HelloFrameBuffering, HelloTexture, HelloTriangle, HelloVADecode, HelloVAEncode, D3D12Bundles and D3D12DepthBoundsTest
#programming
github.com/simstim-star...
I buy the game on sale and it only dawns on me that I didn't want it after months go by and I never play it.
Trying to rewrite DirectX stuff in C as an excuse to study some of its internals is a nice exercise.
Here is a WIP rewrite of DirectX Math library in C
github.com/simstim-star...
#gamedev
#mathematics
#gamedevelopment
#programming
Nice, ty!
I didn't know Bevy is mature enough to create something like the first game, very nice! How do you do characters animations in Bevy?
Looks crazy cool!
I'm thinking about giving Bevy a try. How long did it take for you to make something like this? I already have some Rust experience.
Some notes I took while studying DirectX 12.
Do you take notes while studying?
#programming
#gamedev
#gamedevs
#gamedevelopment
I created a new account here and on Twitter to see how fast both grow posting the same content about #gamedev. Results after one day:
#Bluesky: 44 followers and every post got a few likes.
#Twitter: 1 follower and 1 like on the posts.
Great results, only thing I miss here is an impressions count.
Also important to identify the hills you are actually capable of climbing in the first place. Many die trying to climb the Everest too early.
Graph showing the growth from 200ish followers to 10K followers over the course of 72 days for game developer SteinMakesGames.
Sharing this graph to show how I reached 10K followers as a #gamedev on #bluesky in roughly 10 weeks. Thanks for being part of it!
Congrats! I just created a new account here and on Twitter to see how fast both grow posting the same content about gamedev. So far 20 followers here already and some reaction to the posts, while 0 followers and absolutely no reaction at all on Twitter, lol
Drawing a triangle with DirectX 12 using pure C
github.com/simstim-star...
#CProgramming #Gamedev #gamedevs #gamedevelopment #Programming