Skip to content

Instantly share code, notes, and snippets.

@Code47X
Code47X / pipeline.rb
Last active December 28, 2021 06:47
A pipeline script to expedite my react-three-fiber workflow. Blender -> Draco Compression -> GLTFJSX -> Component
#!/home/tanner/.rvm/rubies/ruby-2.7.2/bin/ruby
# frozen_string_literal: false
require 'pathname'
require 'colorize'
# rubocop:disable Style/Documentation, Style/ClassVars, Style/GuardClause, Metrics/AbcSize
class Pipeline
@@project_dir = Dir.new("#{Dir.home}/Development/tanman.dev")