Simple editor to create custom node network graphs aka ontologies
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Victor Giers 20f07335c2 added menu, added clear workspace function, buttons file now gui file 4 роки тому
build added menu, added clear workspace function, buttons file now gui file 4 роки тому
data added menu, added clear workspace function, buttons file now gui file 4 роки тому
examples initial 4 роки тому
README.md initial 4 роки тому
buttons.pde initial 4 роки тому
gui.pde added menu, added clear workspace function, buttons file now gui file 4 роки тому
links.pde initial 4 роки тому
nodes.pde initial 4 роки тому
ontology.pde added menu, added clear workspace function, buttons file now gui file 4 роки тому
save_load.pde added menu, added clear workspace function, buttons file now gui file 4 роки тому
ui.pde added menu, added clear workspace function, buttons file now gui file 4 роки тому

README.md

Simple Ontology

Define some truth !

Create custom node network graphs aka ontologies.
Tool to make ontological network topologies with.
Has saving and reopening functionality and exports images.
Smallest alternative to protégé, ONTOLIS or OntoStudio.

How to use
Add nodes by clicking on “Add Node”.
Select a node by clicking on it and type on your keyboard to give it a title / rename it.
Link nodes by dragging “wires” out of the inlets / outlets and plug them into another nodes inlets / outlets (inspired from Blenders node based shading and compositing system).
You can only connect black with red / red with black. Black is inlet, red is outlet. You can not connect inlet with inlet or outlet with outlet.

You need Java 1.8 to run the builds.

Ideas

  • Subtitles and image-import for each node
  • Seperately render UI from workspace
  • Database
  • Make workspace dragable / movable (like Google maps)
  • draw only when necessary (more events) (ditch Processing?)
  • Test if it runs on windows
  • Even more testing!

Pretty sure I’m gonna leave it as is for the time being though.