Skip to content

Instantly share code, notes, and snippets.

@Frooxius
Frooxius / ModelExporter.cs
Created July 8, 2018 22:26
Model Exporter
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Assimp;
using Assimp.Configs;
using System.IO;
using BaseX;
namespace FrooxEngine
@Miouyouyou
Miouyouyou / steam-idler.c
Last active September 14, 2022 16:59
SteamIdler
/* A really dumb Steam Idler in C for Linux systems.
* Might work on Mac OS too but I never tested it.
*
* /!\ You need to have Steam currently running on the computer
* ⁻⁻⁻ executing this software.
*
* Short version :
* gcc -o SteamIdler steam-idler.c libsteam_api.so
*
* Long version :