1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2024-06-29 08:19:48 +02:00
SDK for Diya
Go to file
2022-03-06 23:55:58 +01:00
32/bootstrap initial commit 2022-02-15 22:08:44 +01:00
64/bootstrap initial commit 2022-02-15 22:08:44 +01:00
fonts support freetype fonts 2022-03-04 20:45:12 +01:00
unicode initial commit 2022-02-15 22:08:44 +01:00
.gitignore initial commit 2022-02-15 22:08:44 +01:00
build_base_image_70.sh initial commit 2022-02-15 22:08:44 +01:00
build_base_image_diya.sh support freetype fonts 2022-03-04 20:45:12 +01:00
export.st Add classes that support image files reading 2022-03-06 23:55:58 +01:00
init.st initial commit 2022-02-15 22:08:44 +01:00
install.st support freetype fonts 2022-03-04 20:45:12 +01:00
LICENSE Initial commit 2022-02-15 22:05:21 +01:00
README.md initial commit 2022-02-15 22:08:44 +01:00

Hermes-Extensions.hermes # load from base bootstrap Kernel-Chronology-Extras.hermes Jobs.hermes Collections-Arithmetic.hermes Collections-Atomic.hermes Collections-DoubleLinkedList.hermes Zinc-Resource-Meta-Core.hermes Zinc-Character-Encoding-Core.hermes --no-fail-on-undeclared --on-duplication=ignore FileSystem-Core.hermes --no-fail-on-undeclared FileSystem-Disk.hermes FileSystem-Memory.hermes Compression.hermes --no-fail-on-undeclared FileSystem-Zip.hermes Multilingual-Encodings.hermes Multilingual-Languages.hermes --no-fail-on-undeclared Multilingual-TextConversion.hermes

we need the kernel to update things

Kernel.hermes --no-fail-on-undeclared --on-duplication=ignore Text-Core.hermes --no-fail-on-undeclared Fonts-Abstract.hermes Fonts-Infrastructure.hermes --no-fail-on-undeclared AST-Core.hermes --on-duplication=ignore --no-fail-on-undeclared Debugging-Core.hermes --no-fail-on-undeclared OpalCompiler-Core.hermes --on-duplication=ignore Alien-Core.hermes System-Model.hermes PragmaCollector.hermes UnifiedFFI.hermes --on-duplication=ignore Graphics-Primitives.hermes --no-fail-on-undeclared Graphics-Transformations.Hermes Graphics-Canvas.hermes --no-fail-on-undeclared Graphics-Display-Objects.hermes --no-fail-on-undeclared TraitsV2 --on-duplication=ignore# from boot strap WARN we may not need this TraitsV2 --on-duplication=ignore # from new system WARN we may not need this FreeType --no-fail-on-undeclared EmbeddedFreeType Text-Scanning.hermes loadHermes Multilingual-OtherLanguages.hermes --no-fail-on-undeclared Multilingual-TextConverterOtherLanguages.hermes

extra graphic support