Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 714 Bytes

File metadata and controls

executable file
·
18 lines (12 loc) · 714 Bytes

What is this project?

This is animation software that allows you to export animations to Minecraft: Java Edition. You can pose and animate all entities to the extent that Minecraft allows.

How to build.

Dev Serve Release Build
npm run dev npm run serve npm run build

Comment structure.

Comments are structured this way so you can easily use extensions like the Todo Tree VSCode extension.

  • TODO is something that needs to be done
  • CONSTANT is a notice that won't change from version to version
  • NEXT is a TODO that has priority
  • FIXME is a bug (this is considered a subcategory of NEXT)