Sujet : Re: GUI applications in Forth
De : josv (at) *nospam* planet.nl (josv)
Groupes : comp.lang.forthDate : 13. Nov 2024, 13:20:41
Autres entêtes
Organisation : novaBBS
Message-ID : <61aedac50a81933570328fedd9e1221a@www.novabbs.com>
References : 1
User-Agent : Rocksolid Light
Hi,
Some time ago I decided to use a webserver and HTML/SVG as my GUI.
It was not hard to port the GUI part to Win32Forth/Gforth/Cforth.
See
https://github.com/Jos-Ven/A-smart-home-in-Forth for Gforth under
Linux
Or
https://github.com/Jos-Ven/Cforth-apps-esp32/tree/main/rgb_ledstripfor Cforth on a ESP32.
The same GUI can also be used on a ESP8266
Under Cforth see:
https://github.com/Jos-Ven/cforth/blob/master/src/app/esp32-extra/tools/extra.fthfor the used non standard words.
Jos.
--