github.com/goki/ki@v1.1.11/doc.go (about)

     1  // Copyright (c) 2018, The GoKi Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  /*
     6  Package ki provides the top-level repository for GoKi Trees: Ki = Tree in Japanese, and
     7  "Key" in English -- powerful tree structures supporting scenegraphs, programs,
     8  parsing, etc.
     9  
    10  The sub-packages contain all the relevant code:
    11  
    12  * ki: is the main Ki interface and Node implementation thereof.
    13  
    14  * kit: is a type registry that ki uses in various ways and provides
    15  useful type-level properties that are used in the GoGi GUI.  It also
    16  is a powerful 'kit for dealing with Go's reflect system.
    17  
    18  * ints, floats, dirs, bitflag, atomctr, indent all provide basic
    19  Go infrastructure that one could argue should have been in the
    20  standard library, but isn't..
    21  
    22  */
    23  package ki