Authentication-Results: mail-b.sr.ht; dkim=pass header.d=protonmail.com header.i=@protonmail.com Received: from mail-4324.protonmail.ch (mail-4324.protonmail.ch [185.70.43.24]) by mail-b.sr.ht (Postfix) with ESMTPS id A307811F0C2 for <~skeeto/public-inbox@lists.sr.ht>; Thu, 19 Jan 2023 16:14:35 +0000 (UTC) Date: Thu, 19 Jan 2023 16:14:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1674144874; x=1674404074; bh=cSITPDKxtSgxoJrqFe9SvwYC0+1aR+nJq7YmYJSaKBY=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=oEJDgTZsPaUcuhvowsjn0poi4THxeKMIWui+OMW9EBpdrCxx/pbTKWEFzblx/leyt 8XBBKP+UI8NJdU542eII00ix4Z3JyR8aHIzaOy0ZKmIWeIheT15jYx17YkqhBQImGX y7SBW5KR+Qj1gKH1/HasOtp+GDF+eI6u6QVfkN8f5/0sQpaLcm3OHBS48jcggjubkL Jxp0paIcJ3HOfEiskhVbPiFiUbslAaUi6vVdKPwpG9BLu0coFHcxu198nT5HWTVNBg /HO8Fr33eHeZDKzTbn5wqEmv8mjhtIvfQuVUuAr2QKQ6g63wfHRgvcQxbne4yryPGi DWyVvTXNMX3kA== To: "~skeeto/public-inbox@lists.sr.ht" <~skeeto/public-inbox@lists.sr.ht> From: biker95 Subject: SDL Questions and suggestions Message-ID: Feedback-ID: 56370432:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hey Skeeto! I have read your very good blogpost about SDL, and you seem very knowledgab= le on the subject. Since the tutorial series for SDL written in C could be = counted on one finger, I think it would be a public service to share your k= nowledge with others, and perhaps even profitable. Some of the things you k= now can't even be found in the header files. Maybe you can make a blog series or a video series where you outline the ti= ps and trick and teach people how to use the headers, and make a little pro= ject with good C and SDL form in a substantiated manner. Don't know about your other projects, but I think it would be cool. Maybe y= ou can even get the jumpstart and make the first SDL3 tutorial for C. :O $b= ling$ $bling$ haha. But imagine how popular you would be. I hope they fix t= he Wiki for SDL3 because it is only marginally better than the header files= , and they only have limited comments, and you have to literally go into a = function and see what it does and hope it doesn't address some secret globa= l variable that you can't find anywhere (at least that's my experience). Other than that I have a little question about the #include"SDL.h" part. My= understanding is that quoted includes try to find the library first in you= r local folder, and then expand to the known list of places. I'm unsure how= this is linked to the sdl2-config script, and how it is superior to the no= rmal system #include (unless you literally put the library in your = folder and want to use that specific one over the system one.) Anyway, keep on rocking! :)