Skip to content

Instantly share code, notes, and snippets.

View Karamu98's full-sized avatar

Callum Karamu98

View GitHub Profile
@Cannedfood
Cannedfood / assimp.lua
Last active May 29, 2024 19:36
A premake5 script for building assimp
-- How to use:
-- 0. Get assimp from https://github.com/assimp/assimp
-- 1. Place this file next to the cloned assimp repository like this:
--
-- assimp.lua
-- assimp/
--
-- 2. Set up configuration headers
--
-- 2.1 Create a folder for configuration headers, I usually name it _config_headers/