Use case

Reference Organizer for Game Artists: Build Your Library

By refernLast updated August 202613 min read

Game artists accumulate references across every part of production. A single character asset can pull from anatomy studies, costume photos, material breakdowns, lighting references, and color scripts. Multiply that across environments, props, UI elements, VFX, and concept sheets, and an unorganized library becomes a liability. The right reference organizer lets you query the collection, build a moodboard per feature, and trace a finished asset back to the references that shaped it.

This guide walks through how to build and maintain a game art reference library that actually scales.

Before You Start: What a Game Art Reference Library Needs

A game art reference library is not the same as a general inspiration board. It needs:

  1. Category structure that mirrors production (Character, Environment, Prop, UI, VFX, Concept Sheets).
  2. Search that works at scale. When you have 10,000 images, visual scrolling is not search.
  3. Per-feature moodboards without duplicating files or switching apps.
  4. Provenance tracking. A final asset should link back to the references and crops that informed it.
  5. A tool that stays on Windows, macOS, and Linux. Game studios use all three.

refern is a $35 one-time desktop reference manager that combines Eagle-style organization with a PureRef-style infinite canvas and an Obsidian-style relationship graph. It runs on Windows, macOS, and Linux. Normal workspace setup indexes existing files in place, and core workflows run locally without uploading your library.

Step 1: Set Up Your Workspace Structure

Open refern and point it at a folder on your drive. Normal workspace setup indexes the existing source files in place using a local database. Explicit imports and file actions can create or change files.

Recommended top-level folder structure for game art:

/game-references/
  /characters/
    /anatomy/
    /costumes/
    /faces/
  /environments/
    /lighting/
    /materials/
    /architecture/
  /props/
  /ui/
  /vfx/
  /concept-sheets/
  /color-scripts/

Create these folders in refern's left sidebar (or create them in your file explorer first, then import them). refern reflects your actual folder hierarchy on disk, so your folder organization is also your backup organization.

Why folder structure still matters. Tags handle cross-cutting queries; folders handle primary categorization. A "character" folder and a "lighting" tag is cleaner than trying to tag everything without a folder backbone.

Step 2: Build a Tag System for Game Art

Tags let you query across folders. Without them, finding "all fire VFX references" means opening the VFX folder and scrolling.

Recommended tag hierarchy for game artists:

  • Style: stylized, realistic, painterly, cel-shaded
  • Palette: warm, cool, desaturated, high-contrast
  • Subject-type: anatomy, drapery, metal, stone, foliage, liquid
  • Source-type: photo, film-still, painting, 3D-render, screenshot
  • Priority: high-priority, reference-of-record, color-script
  • Feature: character-one, biome-arctic, ui-main-menu (production-specific)

refern supports hierarchical tags (parent tags with child tags), tag groups, and linked tags. A tag macro can insert a full set of style + source-type tags with one keyboard shortcut, saving time on bulk imports.

Directory metadata presets let a folder auto-apply tags when a file is imported. Point your /environments/lighting/ folder at a preset that applies lighting and reference-of-record, and every image dropped there is tagged automatically.

Flag your sprite and pixel references as Pixelated. Game libraries mix high-resolution photos with small sprite sheets, tile sets, and UI atlases, and the small ones normally go soft and blurry the moment anything scales them up. Mark those files Pixelated from the metadata sidebar (single file or a whole selection at once) and refern renders them with hard pixel edges everywhere: the grid, the viewer, folder previews, and the canvas. A 32-pixel sprite blown up on a moodboard stays readable as pixels instead of turning to mush. Flagged files are also findable with is:pixelated, which doubles as a fast way to pull up every sprite reference in the library.

Choose a useful thumbnail background for transparent assets. From the metadata sidebar, set one sprite, decal, UI element, or a whole selection to Default, Transparent, or a custom color. A dark custom matte makes pale edges visible; a light matte exposes dark fringe pixels. This changes only the grid background behind the thumbnail and never alters the source file.

Step 3: Import References Efficiently

Game artists collect from multiple sources simultaneously. refern handles each:

Browser extension. The refern extension (Chrome, Firefox, Safari) adds a hover-save button on every image. Right-click to save with a tag and destination folder pre-set. Batch-save a full ArtStation portfolio page in one pass.

Drag and drop. Drag files or folders from your file explorer directly into refern. The staging area shows a preview before committing, so you can tag and sort before anything lands in the library.

Folder import. Add an existing folder of references with "Add folder." refern scans it and indexes all images without moving them.

Screenshot tool. Capture a reference from a game trailer, a 3D viewport, or a reference website with the built-in screenshot tool. The capture lands in your library immediately.

Eagle import. If you are migrating from Eagle, refern's importer has full parity across its supported transfer surface. It copies the first supported media placement into a new Eagle Library folder and represents additional folder placements as linked database records. Password locks, saved smart-folder rules, arbitrary plugin-owned data, and unsupported media are excluded. The source Eagle library is not modified.

Step 4: Use Search Instead of Visual Scanning

A reference library that requires visual scrolling to find an image is not a reference library. It is a pile.

Full-text search in refern covers filename, folder name, description, notes, source URL, creator, and tags. Type a term and results appear from across your entire workspace.

Inline operators let you narrow precisely:

  • tag:metal rating:>=4 finds all highly-rated metal references.
  • type:image color:#c8a060 finds images with a warm ochre in their palette.
  • in:characters tag:drapery scopes search to the characters folder, then filters by tag.
  • is:duplicate surfaces exact or near-duplicate images accumulated across multiple import sessions.
  • is:pixelated returns everything you flagged as pixel art, which is the quickest route to your sprite and tile references.
  • linked-to:<uuid> finds every image linked to a specific asset (more on this in Step 6).

Color search. Game artists care deeply about palette. Type a hex value or click a swatch to find all images that contain that color. This is built in locally. No API, no internet.

Visual similarity. Right-click any image and choose "Find similar" to surface images that share visual structure: palette, composition, edge density. Useful for finding all the lighting references in your library that match a specific mood, without having tagged them the same way.

Step 5: Build Per-Feature Moodboards on the Canvas

Game art production often organizes references around features rather than categories. A character moodboard, an environment biome board, a UI palette board. refern's infinite canvas handles this without requiring a second app.

Create a new canvas for each major feature. Name it after the feature or asset: character-one-references.refern-canvas, arctic-biome-mood.refern-canvas. These canvas files live in your workspace folder like any other file.

Drag images from the library onto the canvas. Arrange them spatially: lighting studies on the left, palette swatches across the top, anatomy references in the center. Group related images with Cmd+G to create a labeled group with a background.

Layer organization. refern's canvas uses real layers. You can have a "Lighting" layer, a "Palette" layer, and a "Silhouette" layer all on one board, toggled independently. This is more structured than PureRef's group system.

Text annotations. Add a text element to note why a reference matters, what color it anchors, or which part of the mesh it informs.

Pin the canvas on top. refern supports always-on-top mode with adjustable window transparency and click-through (the PureRef overlay workflow). Open your per-feature moodboard, pin it above your 3D viewport or painting app, and keep it visible while you work. This is the same reason game artists use PureRef, now without needing a separate app.

Step 6: Track Provenance From Reference to Final Asset

This is where refern goes beyond a library manager.

The problem. After shipping a character, which of the 300 references you collected actually influenced the final design? If a detail is questioned in review, can you trace where the visual decision came from?

Typed entity links in refern connect images explicitly:

  • Derived-from. When you crop a specific lighting study to isolate a shadow shape, refern marks the crop as derived from the original. The original and the crop are connected.
  • Placed-in-canvas. Every image dragged onto a canvas automatically creates a "placed-in-canvas" link. Open an image and the Linked References sidebar shows every canvas it appears on.
  • Cross-reference. Manually link two related images. An anatomy reference and a costume reference for the same character. A material photo and a 3D texture sheet.
  • Grouped. Images grouped together (fan cards in the grid) are linked as group members, so the cluster travels together.

The relationship graph. Open the graph view and every image, folder, canvas, group, and typed link appears as a navigable node map. Find an image in the graph and follow its connections: which canvas it was placed on, which image it was cropped from, which images it is cross-referenced with. This is provenance tracking without a spreadsheet.

Search by relationship. The derived: operator finds all images derived from a specific source. The linked: operator finds all images that have any cross-reference. This means you can run "find all crops derived from this lighting study" as a search query.

Step 7: Smart Folders for Automatic Cross-Cutting Views

Smart folders auto-populate based on saved search queries. They appear in the sidebar like regular folders but update themselves.

Useful smart folders for game art:

Smart FolderQuery
All five-star referencesrating:5
High-priority itemstag:high-priority
All color scriptstag:color-script
Recent imports (this week)date:>2026-06-01
Untagged images(no tag filter)
Arctic biome materialstag:stone in:environments/materials
Duplicate candidatesis:duplicate

Smart folders do not store any files. They are saved search queries that run live against your library. Add a new image that matches the query and it appears in the smart folder automatically.

Eagle and PureRef: What Game Artists Are Already Using

Most game artists arrive at refern from one or both of these tools.

Eagle cost $34.95 one-time for 2 devices as of August 31, 2026 and runs on Windows and macOS only. Its strengths for game artists are broad format coverage and its plugin ecosystem. This page does not publish a numerical large-library benchmark. Its standard import copies media into an Eagle-managed .library folder rather than indexing originals in place; if source originals are retained, their media bytes exist in both locations. Eagle also has no canvas or relationship graph. [eagle.cool, verified August 31, 2026]

PureRef (as of 2026) is free for personal non-commercial use (pay-what-you-want, suggested $7 or $15), $49 one-time for small business commercial use, and $10/seat/month for larger teams. PureRef is described as "free and basically universal in professional game development" and appears in art school curricula alongside Photoshop and ZBrush. [conceptartempire.com, pureref.com] Its strengths are the always-on-top overlay, click-through for color picking, and zero setup. Its weaknesses are equally genuine: no search of any kind, no tags, no cross-project library. Once a board has hundreds of images, finding one requires visual scanning. A .pur file can corrupt on an interrupted save, and users have lost months of references this way. [pureref.com/forum]

FeaturerefernEagle (as of 2026)PureRef (as of 2026)
Searchable libraryFull-text + 21 user-visible operator keywordsKeyword + color + typeNone
Tags + hierarchical tagsYesYes (flat tag hierarchy)None
Smart foldersYesYes (nested)None
Infinite canvasYes, with layersNoneYes (groups only)
Always-on-top overlayYes + transparency + click-throughNoneYes, best-in-class
Relationship graphYesNoneNone
Typed entity linksYesNoneNone
Normal folder indexingIn place; explicit imports and copy actions can create filesNo; standard import copies media to .libraryLocal images embed by default; PureRef 2.x can link disk paths
LinuxYesNoYes
Price$35 one-time$34.95 one-time, 2 devicesFree personal / $49 Small Business / $10/seat/month Business
Cloud sharingNot shipped; shareable canvases planned without a published dateNoneNone
Plugin ecosystemNone today; planned without a published dateYes, hundreds of pluginsNone
Format preview breadthImages and video native; opt-in PDFs get a first-page preview and native viewer; other extra formats remain icon-only99 to 108 formatsImages and GIFs
Font managementNoYesNo

Where Eagle still wins for game artists. If your workflow centers on font management, format conversion plugins, or previewing 3D formats like GLB and STL natively, Eagle holds a real advantage refern has not yet closed. Eagle's plugin ecosystem also provides auto-tagging via its AI Action plugin (announced March 2026 for Eagle 4.0 as a plugin; full availability not independently confirmed at time of writing). refern ships its own opt-in Auto Tagger; downloading a model uses the network, then inference runs on-device to suggest tags, read the text inside images, and describe them. On a large game-art library, a Configure tab lets you browse the models' full vocabulary and block tags you never want or rename them to your own words, so the suggestions match your production taxonomy instead of adding noise. You can also scope tag review to specific folders and wipe suggested tags from a single item or a whole selection.

Where PureRef still wins. If you use a reference overlay purely as a per-session board that you clear after each asset, PureRef at $0 personal cost is hard to argue against. Students and early-career artists who cannot spend $35 should know PureRef's limitations honestly: no library, no search, no provenance, and a file-corruption risk, but for a quick overlay it is excellent and refern is not trying to take that away.

Common Problems and Fixes

"I imported 5,000 images and thumbnails are generating slowly." refern's streaming pipeline generates thumbnails in the background while you work. You can browse and search while thumbnail generation continues. Completion time and practical capacity depend on hardware, storage, media types, and thumbnail state; this page does not publish a numerical benchmark.

"I duplicated a reference across multiple boards before I knew about entity links." Run is:duplicate in the search bar. refern uses pHash to find near-identical images. Once you identify duplicates, you can delete the extras and replace with cross-reference links pointing to the canonical copy.

"My team works across Windows and macOS." refern runs on both. Normal workspace setup can index existing files from a shared storage location, but simultaneous editing of the same live SQLite workspace is not a substitute for collaboration. Cloud sync is planned without a published date. For shared work today, use exported canvases, selected source files, or a purpose-built collaboration service.

"I want to use refern like PureRef, pinned on top of my 3D app." Enable always-on-top in the window controls. Adjust transparency with the slider. Enable click-through to eye-drop colors from a reference directly into your painting app. These controls mirror PureRef's overlay workflow.

Next Steps

Conclusion

A game art reference library works when you can retrieve images, build a focused moodboard per feature, and trace the line from reference to final asset. refern handles all three in one local desktop app: a searchable library with 21 user-visible operator keywords and color search, an infinite canvas with layers and overlay controls, and typed entity links with a relationship graph. It runs on Windows, macOS, and Linux. Normal indexing reads existing files in place; explicit imports and file actions can create or change files.

Cloud sync and shareable canvases are planned without published dates. Studios that need real-time collaboration today should use a service built for that workflow.

Frequently asked questions

What is the best reference organizer for game artists?

For most game artists, refern handles the full workflow: tagged library for characters, environments, and props; smart folders that auto-populate by filter; infinite canvas for per-feature moodboards; and typed links so a finished asset traces back to its references. Eagle is the strongest alternative if font management or format breadth matters more.

How do game artists organize their concept art reference library?

A practical structure is one top-level workspace, folders per category (Character, Environment, Prop, UI, VFX), hierarchical tags for sub-types, and smart folders for cross-cutting queries like 'all sci-fi references' or 'all rated 5 stars'. Color labels mark urgency or source.

Can I use refern with my team for game development references?

refern is currently single-user and has no built-in cloud sharing. Cloud sync and shareable canvases are planned without published dates. For collaboration today, use a purpose-built shared service or export canvases and selected source files.

Does refern replace PureRef for game artists?

refern includes PureRef's always-on-top overlay, transparency, and click-through, plus a full searchable library and canvas layers. Artists who use PureRef for a quick per-session overlay can stay on PureRef; artists who want search, tags, and provenance tracking across projects are better served by refern.

How do I track which references influenced a final game asset?

refern's typed entity links let you mark an image as 'derived-from' its source, place it in a canvas, and cross-reference related images. The relationship graph then shows the full provenance chain: source reference to crop to canvas to linked assets.
  • $35 one-time, no subscription
  • Windows, macOS, Linux
  • Local-first and private
  • 10,000+ creatives
  • Community on Discord
“Organization and search like Eagle cool, canvas from PureRef.”
An early refern user

Try it yourself

One library for your references, with a canvas built in.

refern keeps your images organized and searchable, with an infinite canvas in the same app. Normal workspaces read existing files in place. $35 one-time, updates included.

No account required for the 30-day trial. Your normal files remain accessible on disk if the trial ends.

Sources

  1. 1.Eagle feature list, pricing $34.95 one-time as of 2026, 2 devices, no Linux
  2. 2.Eagle confirms no Linux client
  3. 3.PureRef pricing as of 2026: pay-what-you-want personal, $49 Small Business, $10/seat/month Business
  4. 4.PureRef confirms no search, no tags, no cross-project library
  5. 5.PureRef described as 'free and basically universal in professional game development'