From 9c305c1476c81466dd1b381666bf648a4b59d45c Mon Sep 17 00:00:00 2001 From: Willem Date: Mon, 15 Aug 2022 01:15:20 +0200 Subject: [PATCH] Added main class --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f98ac6f..9812fe27 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Is a demo or POC of TempleOS Next Generation coded in java with libGDX and ImGui Final version will be written in HolyC++ on TempleOS and runs on dedicated 144 bit hardware. +DEC144 has a 9 bit exponent and 135 bit coefficient see +[DEC64](https://www.crockford.com/dec64.html) as an example. + ## Project Features * Single Endpoint Application model (user) @@ -14,7 +17,7 @@ Final version will be written in HolyC++ on TempleOS and runs on dedicated 144 b * Applications are distributed as OSGI bundles * Blockchain app distribution and storage and OS boot layer * Mimetype based link chain sea file system model -* Unicode4D 72 bit glyph sequences +* Unicode4D 72 bit glyph sequence blocks ## Project Setup @@ -34,7 +37,9 @@ When hyperdrive is running just start the jar file with; Run "mvn package" once before starting. -Append "use-local" to the main launcher to use the local chains. +Run the main class from gdxapp4d-boot-desktop; love.distributedrebirth.gdxapp4d.boot.desktop.GDXAppDesktopLauncher + +Append "use-local" to the main launcher to use the local chains. (as the real are fake) ## Duytschen Code