Skip to content

Instantly share code, notes, and snippets.

View ken-morel's full-sized avatar
💥
burn8ng

Engon Ken Morel ken-morel

💥
burn8ng
View GitHub Profile
@ken-morel
ken-morel / cube.c
Created June 24, 2024 12:57 — forked from hkulekci/cube.c
OpenGL Cube Example
#include<stdio.h>
#include <gl/glut.h>
#define KEY_ESC 27 /* GLUT doesn't supply this */
int fullscreen = 0;
int mouseDown = 0;
float xrot = 100.0f;
float yrot = -100.0f;
@ken-morel
ken-morel / python-embedded-for-Win10.md
Created May 7, 2024 17:19 — forked from jtmoon79/python-embedded-for-Win10.md
fully configuring embedded Python on Windows 10

Update: use PowerShell script PythonEmbed4Win.ps1.

The instructions in this gist have some subtle problems and this gist will not be updated.

About