Have you looked into inotify for monitoring file changes? It seems to be the preferred method. In …
Thanks for the detailed proposal. This is simple and worth doing. By the way, you don't have to ma…
Here is a proposal to allow number groupings in numeric literals. It allows the optional introduct…
Nice! I like the capture idea. It's cool to see all the work you're doing on your parallel impleme…
Got hotload header finished up! Decided to name it tinyfilewatch.h. Ended up being fairly easy to…
I normally dont post stuff like this, but this AMV editing is really insane! -> Warning: Anime con…
Yep in the next build (4.0.26)
Hi Ryan, I have trouble with this too. Even though I really like and (I think) I understand the Fo…
Thanks Chen for the comment. Yes, since changing to this approach I've been thinking about reusabi…
Yup, that works thank you! :) Will it be incorporated into a release on the itch.io page at some p…
Finished today (I didn't forbid assignments, only declarations, breaks and continue). Continuing …
Hi mrmixer, Thanks for the feedback! I'm a bit busy this week, so I'll try to update the post wit…
This thread is dedicated to any constructive feedback for FPL. So if you got some ideas to make th…
The way you did it was perfect if you just had one jump. The formal way is to build a table where…
This is the fourth part in a series about programming with splines. , , and can be found at thos…
Of course! Also feel free to file them as a GitHub issue. I just pushed the fix for that bug. Than…
Hm, okay- I'll try that out. I'm not sure if that is what was causing the errors, though, as at th…
currently causes a seg-fault. P.S. really enjoying it all so far!
Ahh okay. In that case, the other thing to keep in mind is what the current directory is for the …
Interesting read! The "modular" approach is smart. Personally I also find it extremely useful to p…
This is a quick update about what I've been working on recently. Up to this point, I've been writ…
Hmm, interesting... I'm just using Alt+M currently.
It may be that there is actually a bug in the script technically but the terminal fixes it by forc…
Hey there- I'm not sure if my problem is a result of my own incompetence or not... I'm building on…
Thanks for the post. Here are some questions. Is this only a "common" way to do a filesystem ? Wha…
The image doesn't show anymore (your site seems to be down at the moment).
Thanks! While we do have a project on our own to test the library's potential (and it also serves …
Doe it means using C++98/03 and not modern C++11/14/17? Is OOP part of minimalist C++? Is it like …
Finished first release of tinyspritebatch! Overall it seems to work better than I hoped for, but …