Skip to content

GUI Interface

Christian H edited this page May 8, 2021 · 4 revisions

A: Output box: shows the output of NARS

B: Current Cycle Number (this number is stored in memory)

C: Slider to change the delay interval between working cycles. This can be set to zero.

D: Play/Pause button

E: Input box: Feed input into NARS. You can feed in multiple sentences at the same time by putting them on multiple lines.

NARS runs much faster the less GUI you use since GUI is updated on the main thread, so the GUI should only be used for debugging and convenience purposes.

Clone this wiki locally