An observation: I notice that by virtue of people being mostly anonymous, a curious effect occurs …
First off, I wanna make it clear I'm aware this is probably not in the cards for RemedyBG. That s…
Mór —
I can't say how you do it in raylib, but this is a pretty good resource for pathfinding.
Well hello there. I was wondering how one would go about tile or grid based movement in raylib. to…
RemedyBG 0.3.9.8 is now available for download. Improved speed of command-line driver due to a bro…
Mór —
The AI gen art looks great. How you made it all in the same style, made me think you used a human …
As I was sure it happened on any OpenGL application that went fullscreen. I just created the small…
Thanks for the reply. I feel like solving toggling from fullscreen window away with DXGI swap chai…
Yeah, that's fair, AI is controversial and there are many aspects to consider. I am not sure where…
I feel like solving toggling from fullscreen window away with DXGI swap chain integration with GL …
I recently changed graphics card for a AMD RX580 which is quite old, but a bit better than the NVi…
Welcome. Don't hesitate to also join the discord server (link at the top of the page) if you'd lik…
Tassu —
Some screenshots and a video: Screenshot at 2024-01-23 20-47-54.png Screenshot at 2024-01-23 20-48…
Tassu —
Hi, it's my first post here! I found this community trough Raylib and was impressed by the manifes…
The sitcom ambiance of the 90s (I think) is well done. I don't like laugh tracks and there was a l…
Hi, I'm a long time user of the handmade network and was looking for a job. I have 5+ years profes…
I made a small game with the engine, for a game jam:
We don't have a blogs-only RSS feed at the moment. All the blog-related feed items start with New …
Hi all, I have a request, or maybe just need some help. Is it possible to get an RSS feed of only …
Cool, thank you! :) (and btw, for anyone wondering, my code is free-to-use/cc0 as well. except for…
Sure, no problem. The game, sources (scripts, not your code of course) and assets are free to use …
hey, I wanted to ask you, would it be ok if I share your Yarnship game on the Yarnspin discord ser…
LLVM used to be hailed as a great thing, but with language projects such as Rust, Zig and others c…
One of the most attractive things about language design is to be able to tweak the syntax of a lan…
At some point MSVC split CRT library into multiple parts so they can share code for different reas…
When compiling my code without the C runtime library, the linker always tells me to link with one …
Thank you Sharlock93 for writing this tutorial! I get a lot of helps from your posts (including th…
It's almost 2 months since 0.5.0 was released and we're now at 0.5.3. This is the change list from…
Yeah, I guess there's a balance between keeping complexity down and providing power/flexibility. I…
I didn't know about all the styling variables. As I was looking through the example you displayed,…