Skip to content

A standalone Blender Node Group visualizer using BRNA JSON Serialization for the web

License

Notifications You must be signed in to change notification settings

Vivacity-Interactive/klee-blender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Klee Blender

A standalone Blender Node Group visualizer using Unreal Engine Blue Print Serialization for the web. Based on Klee

Build minified JS

To build a minified JavaScript file of klee you have to install the development dependencies:

npm install

As soon as the dependencies are installed you can run the following command to build a minified JavaScript file.

npm run build

You can find the output at dist/klee-blender.min.js relative to the root of the project directory.

Development setup

npm install
npm run dev

About

A standalone Blender Node Group visualizer using BRNA JSON Serialization for the web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.2%
  • HTML 20.2%
  • Other 0.6%