You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Texts is used in most Oberon System Programs. There are two general use cases in a POSIX environment.
Integrated into a graphical application
Headless in an command line application
In a GUI target implementing Display on top of SDL2 makes allot of sense given the ability to wrap C code in a POSIX implementation of Oberon-07.
In a headless use case we could just use a dummy Display and Fonts. Which Display and Fonts included in a compiled program could be controlled via module include paths.
The text was updated successfully, but these errors were encountered:
Texts is used in most Oberon System Programs. There are two general use cases in a POSIX environment.
In a GUI target implementing Display on top of SDL2 makes allot of sense given the ability to wrap C code in a POSIX implementation of Oberon-07.
In a headless use case we could just use a dummy Display and Fonts. Which Display and Fonts included in a compiled program could be controlled via module include paths.
The text was updated successfully, but these errors were encountered: