Skip to content

Instantly share code, notes, and snippets.

View xaqbr's full-sized avatar

Xavier Brown xaqbr

View GitHub Profile
#version 120
/* DRAWBUFFERS:02 */ //0=gcolor, 2=gnormal for normals
//Varyings//
varying vec2 texCoord;
//Uniforms//
uniform sampler2D texture;
//Program//
@xaqbr
xaqbr / aj-changelog.md
Last active April 16, 2021 21:17
ajourn changelog

Version 1.1.0 - 4/16/21

Added

  • Attachment cropping. When uploading image attachments, you will now be given the option to crop the file in-browser.
  • Attachment references (avatar, attachment/map fields) are now automatically re-linked when updating attachment names.
  • Empty states for fields. If a field's content is empty or hasn't been modified since creation, it will display an "empty" state instead.
  • Delete button for categories.
  • Changelog x3

Changed

  • Attachment name character limit is now 64 characters.
  • New categories now appear at top in Manage Categories dialog.
@xaqbr
xaqbr / nine-tracks-local-setup.md
Last active October 29, 2018 03:04
Nine Tracks Local Setup Guide