├── CubeMan3D ├── CubeMan3D.dpr ├── CubeMan3D.dproj ├── CubeMan3D.jpg ├── Execute.Android.pas ├── Execute.CrossGL.pas ├── Execute.Linux64.pas ├── Execute.MacOS.pas └── readme.md ├── app_process ├── build.cmd ├── build_dex.cmd ├── hello.dpr ├── hello.java ├── readme.md └── test.java ├── hotcorner ├── hotcorner.dpr ├── readme.md └── release │ └── hotcorner.exe └── readme.md /CubeMan3D/CubeMan3D.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/CubeMan3D/CubeMan3D.dpr -------------------------------------------------------------------------------- /CubeMan3D/CubeMan3D.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/CubeMan3D/CubeMan3D.dproj -------------------------------------------------------------------------------- /CubeMan3D/CubeMan3D.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/CubeMan3D/CubeMan3D.jpg -------------------------------------------------------------------------------- /CubeMan3D/Execute.Android.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/CubeMan3D/Execute.Android.pas -------------------------------------------------------------------------------- /CubeMan3D/Execute.CrossGL.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/CubeMan3D/Execute.CrossGL.pas -------------------------------------------------------------------------------- /CubeMan3D/Execute.Linux64.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/CubeMan3D/Execute.Linux64.pas -------------------------------------------------------------------------------- /CubeMan3D/Execute.MacOS.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/CubeMan3D/Execute.MacOS.pas -------------------------------------------------------------------------------- /CubeMan3D/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/CubeMan3D/readme.md -------------------------------------------------------------------------------- /app_process/build.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/app_process/build.cmd -------------------------------------------------------------------------------- /app_process/build_dex.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/app_process/build_dex.cmd -------------------------------------------------------------------------------- /app_process/hello.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/app_process/hello.dpr -------------------------------------------------------------------------------- /app_process/hello.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/app_process/hello.java -------------------------------------------------------------------------------- /app_process/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/app_process/readme.md -------------------------------------------------------------------------------- /app_process/test.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/app_process/test.java -------------------------------------------------------------------------------- /hotcorner/hotcorner.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/hotcorner/hotcorner.dpr -------------------------------------------------------------------------------- /hotcorner/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/hotcorner/readme.md -------------------------------------------------------------------------------- /hotcorner/release/hotcorner.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/hotcorner/release/hotcorner.exe -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/Delphi-LowLevel/HEAD/readme.md --------------------------------------------------------------------------------