Skip to content

Instantly share code, notes, and snippets.

@mieki256
mieki256 / 01_ssstars_opengl.c
Created January 11, 2024 11:59
Like ssstars screensaver for C and OpenGL
// like star screensaver (ssstar.scr) by OpenGL
//
// by mieki256
// License : CC0 / Public Domain
// Last updated: <2024/01/10 05:31:11 +0900>
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <mmsystem.h>