React for Embedded Development

It’s strange, because web development and programming microcontrollers seem to be very different from one another. One is all about crafting slick user interfaces in the comfort of a web browser, wi...
0 Read More

BEAR OS: The best kernel.

Hello DevCommunity!Today, I'm here to introduce my OS (kernel), called BearOS. It's an x86 kernel I created myself.It's inspired by Unix and has a very user-friendly interface and commands. It's desig...
0 Read More

Learning 3D Graphics From Scratch

Learning 3D Graphics From Scratch
I'm starting a new blog series based on my fascination with 3D graphics rendering.The very first game I built used DirectX, and throughout my career, I've only used graphics APIs (DirectX and OpenGL)....
0 Read More

3D Renderer in C - Project Setup

3D Renderer in C - Project Setup
Although this is probably not an interesting topic to start with, I want to write about the setup of the project for our 3D renderer from scratch. Don't worry, this does not constitute as this week's ...
0 Read More

3D Renderer in C - Create a Window

3D Renderer in C - Create a Window
Welcome to the next article in my 3D graphics programming from scratch series. Previously, we set up the project to call SDL_Init and make sure our include and library directories are found successful...
0 Read More