Skip to content

Releases: 2d-inc/Nima-CSharp

v0.4 Constraints & Jelly Bones

15 Jan 02:25
Compare
Choose a tag to compare
  • Support for new Constraints:
    • IK Constraint
    • Distance Constraint
    • Translation Constraint
    • Scale Constraint
    • Rotation Constraint
    • Transform Constraint
  • Support for Jelly Bones.

v0.3-alpha

23 Feb 04:51
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release

Adding support for CustomProperties from Nima to the generic C# library.

v0.2-alpha

17 Feb 02:28
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

This release adds support for events and actor components.

v0.1-alpha

29 Jan 05:18
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

Self contained C# library for loading, instancing, and animating Nima character files. Please note this library has no rendering logic. Vertex arrays are generated for you but it's up to you to implement a rendering layer on top of this. Please see our Unity and OpenTK implementations for more details.