Welcome

Welcome to Skyesblog! 😊 This is my digital portfolio and creative web-playground space where I explore and share all kinds of digital work. I love making things, whether that’s programming, creating art, producing videos, crafting beats, or experimenting with new ideas. Thanks for stopping by, and I hope you enjoy exploring my work as much as I enjoy creating it!
ChibiPet

Skyesblog | Home

Blog

3D FPS Game Development in C & .MAP files

3D FPS Game Development in C & .MAP files

Journey through the creation of 3D game development, tackling a first person shooter engine built entirely in C. Covers topics such as rendering, map & geometry projection, parsing and understanding .MAP files, textures, collision detection, lighting & shaders, occlusion culling and more. This engine uses the same techniques, mapping files, and ideologies as classic 90's shooters such as Quake, and HalfLife.


React Crash Course

React Crash Course

A big manual of useful React knowledge and basics referencing the BroCode youtube video.


C++ Notes

C++ Notes

General notes and basics for the C++ programming language