antz icon indicating copy to clipboard operation
antz copied to clipboard

ANTz immersive 3D data visualization engine

Results 100 antz issues
Sort by recently updated
recently updated
newest added

Need a legend structure to describe the attributes of the glyphs. This is a rather complex task as it needs to correspond to the forest of glyph trees and their...

enhancement
2nd priority
B priority

Compare the difference between two or more directory structures: - new or deleted files (hide similar and show difference). - changes in size, modification date or permissions. ---- Sort and...

enhancement
2nd priority
B priority

Sonify data by generating interactive sound tracks that are created using node attributes. The audio can be spatialized using the nodes world coordinates and global ambience with room dynamics. -...

enhancement
2nd priority
B priority

The 'libpeas' plugins engine natively works for C, Python 2 and 3. Note that we may use in conjuction with other GObject based libraries for different languages. Possibly [JGIR](https://wiki.gnome.org/Projects/JGIR) for...

enhancement
2nd priority
B priority

Use JGIR library to bind our Java API using GObjects. - https://wiki.gnome.org/Projects/JGIR Related issues: #128 Plugin Architecture #254 libpeas GObjects based plugin engine #239 Socket API with Java applet #244...

enhancement
2nd priority
B priority

Currently using ASCII characters via the freeglut keyboard event handler with the assumption of a QWERTY keyboard layout. This does not work for common (international) E.U. keyboard layouts that use...

enhancement
2nd priority
B priority

Implement a formal set of data structures (lists, arrays, trees) with methods (add, remove, sort, traverse) using proven C libraries akin to STL and GPU friendly. https://en.wikipedia.org/wiki/List_of_data_structures Existing methods in...

enhancement
2nd priority
B priority

The method for auto-enumerating the node record_id by node id is not sufficient and can result in redundant record_id that conflicts when loading text tags from a table (scrambles, repeating...

bug

Display file details and contents in full or as an abstraction: - File details: bytes, date(s), permissions, category, etc. - Load image (down sampled), 3D model (with tessellation), tables, etc....

enhancement

When editing a Text Tag, the cursor only allows for editing the bottom line displayed in the console. You can delete multiple lines, but you can only navigate with the...

bug