Sean Bix
Sean Bix
  • 16
  • 120 075
WebGL Text Rendering (Tutorial On Instancing)
Works the same in OpenGL 3 +.
Basic text rendering implementation, sampling from a bitmap font
(nothing fancy, sorry, but I do mention SDFs).
Link to project: github.com/Bixkitts/relic-mercs-game
This is strictly WebGL 2, and not WebGL 1, which have big differences!
Thanks for visiting.
Переглядів: 399

Відео

I Rewrote A Powershell Script In C (It Was Faster To Write)
Переглядів 2,3 тис.3 місяці тому
This is mostly just a fond recollection of my incompetence, but the part about many Cmdlets being 1:1 with WinAPI function calls is legit. Hence, the equivalent C code to rewrite a lot of Powershell scripts could end up being barely even longer, especially with ready made custom abstractions. How's your relationship with Powershell, or simply working as a Windows sysadmin been? Thanks for visit...
I Wrote Websockets "From Scratch"
Переглядів 23 тис.3 місяці тому
Real-time, bi-directional TCP in the browser. I explain how Websocket protocol works down to every byte, and show it in action. Note this is HTTP 1.1, but should be similar enough for HTTP 2 and 3. I also mention TLS/SSL! Project Link: github.com/Bixkitts/relic-mercs-game Docs: developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_servers HTTP & OSI Video I Made Prior: ua-ca...
I Wrote HTTP "From Scratch" (It Was Easy)
Переглядів 86 тис.3 місяці тому
Link to the project: github.com/Bixkitts/relic-mercs-game (It's a multiplayer browser game) Link to newb-friendly article: developer.mozilla.org/en-US/docs/Web/HTTP/Overview Link to actual HTTP 1.1 standard: www.rfc-editor.org/rfc/rfc2616 Note: I wrote HTTP 1.1, not 2 or 3 or even TCP/IP itself. BUT this does include TLS/SSL. Blocked nose today, sorry. I'm happy to answer any questions in the c...
Pi Pico SDK/Cross Compile Solve Missing Header Issues (vim/vscode + cmake)
Переглядів 442Рік тому
I (bumbling beginner) set up the Pico SDK and ARM cross compiler following the instructions on Github and was left with missing header issues. Perhaps I did something wrong or unorthodox, but I solved it by telling my language server exactly where the header files reside! This probably applies to most custom IDEs or cross compilation builds. Same issue happened to me with VScode.
Simulate Any Circuit! - Windows/Linux 2023
Переглядів 3 тис.Рік тому
I've recently started getting into electronics by building a sound synthesizer and had some frustrations figuring out how to simulate things on PC, so I've made a video of how I've gotten it to work (using arbitrary schematic symbols!). This is a useful tool as a beginner to test and learn circuits without an oscilloscope or blowing stuff up, or while on the move with a laptop. All the steps I'...
Lilo rolls over
Переглядів 3264 роки тому
Lilo rolls over