Skip to content

Instantly share code, notes, and snippets.

View starburst997's full-sized avatar
🎵

Jean-Denis Boivin starburst997

🎵
View GitHub Profile
@starburst997
starburst997 / resume.json
Last active November 18, 2022 16:06
My resume.json: https://jsonresume.org/. This file is automatically generated by the CI pipeline of my Nuxt Résumé project: https://github.com/starburst997/nuxt-resume#resumejson. View a rendered version of this data at https://registry.jsonresume.org/starburst997.
{
"basics": {
"name": "Jean-Denis Boivin",
"label": "Software Engineer",
"picture": "https://jd.boiv.in/JD.jpg",
"email": "jd@boiv.in",
"website": "https://jd.boiv.in",
"summary": "Programmer since a little kid and based out of Montréal, Québec. Currently having fun with Unity and Haxe.",
"location": {
"city": "Montréal",
@starburst997
starburst997 / ResourceGenerator.hx
Created October 4, 2018 23:34 — forked from elsassph/ResourceGenerator.hx
Haxe build macro converting a JSON file into strongly typed, inline/dce friendly, properties
package;
#if macro
import haxe.Json;
import haxe.macro.Context;
import haxe.macro.Expr;
import haxe.macro.Type;
import sys.io.File;
import sys.FileSystem;
package fs.loaders;
import openfl.display.Bitmap;
import openfl.display.BitmapData;
import openfl.display.Loader;
import openfl.display.LoaderInfo;
import openfl.events.ErrorEvent;
import openfl.events.Event;
import openfl.events.IOErrorEvent;
import openfl.events.SecurityErrorEvent;