Questions tagged [8th]

8th is a modern, functional, concatenative, cross-platform, closed-source language based on Forth. It comes baked with libraries for TCP, serial, Bluetooth, GUI (JUCE) as well as others. Unlike Forth, it uses namespaces which allows some optional datatype checking. Available for Windows, Linux, macOS, Android and ARM Linux, with embedded being developed.

Home page: https://8th-dev.com/

2 questions
3
votes
2 answers

How do you specify the 8th namespaces in an array?

8th uses namespaces instead of vocabularies. Each namespace has its own integer representation. ok> ns:a . cr ns:n . cr 4 2 So, 2 is for the number namespace, and 4 is for arrays. I want to construct an array holding the namespaces which I can…
Graham Chiu
  • 4,856
  • 1
  • 23
  • 41
1
vote
1 answer

Augmentation Using 8th Wall SDK With Multiple Image Targets

I want to augment a video on multiple images .So i am trying to implementing 8th wall image tracking augmentation with multiple images . But I am not able to get the augmentation. I have an issue with image targets . If i mention the image target…
Aryan
  • 83
  • 1
  • 13