Finally! A Raylib Template That Works on AmigaOS 4 Out of the Box
Yes, I’ve done it! I’ve built a template that allows you to build a multi-platform on AmigaOS 4, natively, out-of-the-box. […]
Yes, I’ve done it! I’ve built a template that allows you to build a multi-platform on AmigaOS 4, natively, out-of-the-box. […]
The MVP (Minimum Viable Product) that you’re making is probably “wrong.” Mine have been too. In fact, I caught myself
I was finishing a Raylib project last week when I hit something annoying. Windows kept opening a console window in
What if a hacker could modify or delete your app’s database without needing to log in? That’s possible if you
In the previous episode we created a database with a users table. But, the table was empty. Today, we’re going
SQLite is the world’s most used relational database for one simple reason: it’s easy to integrate it into your app.
Most people think that relational databases are boring, but they’re awesome! Why else would they be one of the most
Links mentioned in the video: Summary In brief, here’s how to build a raylib app for AmigaOS4 using a cross-compiler.
As promised in the video: Click here for the FREE starter template here. This video’s source code (and much more)
CMake is a powerful tool for building C/C++ projects to working apps, but learning how to use it can be