Skip to content

Instantly share code, notes, and snippets.

View binaryfox0's full-sized avatar

binaryfox0

  • Ho Chi Minh City, Vietnam
  • 14:16 (UTC +07:00)
View GitHub Profile
@binaryfox0
binaryfox0 / vsbm.c
Created July 4, 2025 14:28
C-version of cznull's vsbm
// ported code of https://github.com/cznull/cznull.github.io/blob/master/vsbm.html
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <math.h>
#include "GL/glew.h"
#include "GLFW/glfw3.h"