Added main class
This commit is contained in:
parent
3dabaf14a1
commit
9c305c1476
|
@ -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.
|
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
|
## Project Features
|
||||||
|
|
||||||
* Single Endpoint Application model (user)
|
* 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
|
* Applications are distributed as OSGI bundles
|
||||||
* Blockchain app distribution and storage and OS boot layer
|
* Blockchain app distribution and storage and OS boot layer
|
||||||
* Mimetype based link chain sea file system model
|
* Mimetype based link chain sea file system model
|
||||||
* Unicode4D 72 bit glyph sequences
|
* Unicode4D 72 bit glyph sequence blocks
|
||||||
|
|
||||||
## Project Setup
|
## Project Setup
|
||||||
|
|
||||||
|
@ -34,7 +37,9 @@ When hyperdrive is running just start the jar file with;
|
||||||
|
|
||||||
Run "mvn package" once before starting.
|
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
|
## Duytschen Code
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue