Skip to content

Instantly share code, notes, and snippets.

View kent-h's full-sized avatar

Kent Hagerman kent-h

  • Ottawa, ON, Canada
View GitHub Profile
@trojanfoe
trojanfoe / build-shadercross.py
Last active March 13, 2025 09:15
Build SDL_shadercross
#!/usr/bin/env python3
#
# Builds the SDL_shadercross tool and installs it locally.
#
# Prerequisites:
# Python 3
# Git
# C++ compiler
# CMake
# Ninja