Skip to content

3d effects using react-renderer-fiber. inspired by john whitney's "digital harmony" book

Notifications You must be signed in to change notification settings

JorgeX/digital-harmony

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is an ongoing project to help me create audiograms to promote my music on instagram.

notes for me

public/audio/split.py

example usage: python3 split.py <EXAMPLE_DIR>

requirements - input filenames can't have a space in them. use this inside the audio directory to rename the stems: rename --dry-run 's/<EXAMPLE> (\w+).wav/<EXAMPLE>_$1.wav/g' *

todos & ideas

20 May 2019

  • use a bump map with custom shaders
  • shadow map

16 July 2019

  • 'parameterize' the octahedron for quicker modeling

About

3d effects using react-renderer-fiber. inspired by john whitney's "digital harmony" book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%