Update Files

This commit is contained in:
2025-01-22 16:18:30 +01:00
parent ed4603cf95
commit a36294b518
16718 changed files with 2960346 additions and 0 deletions

BIN
Krom/Krom Executable file

Binary file not shown.

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>22A380</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>Leenkx</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>CFBundleIdentifier</key>
<string>tech.kode.Leenkx</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Leenkx</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14A400</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1401</string>
<key>DTXcodeBuild</key>
<string>14A400</string>
<key>LSMinimumSystemVersion</key>
<string>10.9</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 the Kore Development Team. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>

BIN
Krom/Krom.app/Contents/MacOS/Krom Executable file

Binary file not shown.

View File

@ -0,0 +1 @@
APPL????

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,12 @@
#version 330
uniform sampler2D texy;
out vec4 FragColor;
in vec2 texCoord;
void main()
{
FragColor = texture(texy, texCoord);
}

View File

@ -0,0 +1,12 @@
#version 330
in vec3 pos;
out vec2 texCoord;
in vec2 tex;
void main()
{
gl_Position = vec4(pos.x, pos.y, 0.5, 1.0);
texCoord = tex;
}

View File

@ -0,0 +1,192 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>files</key>
<dict>
<key>Resources/AppIcon.icns</key>
<data>
ATo4ZpUfKAe2ePyoheQa/q8r/uI=
</data>
<key>Resources/Assets.car</key>
<data>
3VpB8HOOc4R7nWH97ggYztPozNU=
</data>
<key>Resources/Deployment/.keepme</key>
<data>
2jmj7l5rSw0yVb/vlWAYkK/YBwk=
</data>
<key>Resources/Deployment/g1.frag</key>
<data>
xo0qTRp+Sbnk+BO9I0fYwFOQ4OE=
</data>
<key>Resources/Deployment/g1.vert</key>
<data>
bF2ErIAARNzjV/fyGOJMMTyh++c=
</data>
</dict>
<key>files2</key>
<dict>
<key>Resources/AppIcon.icns</key>
<dict>
<key>hash</key>
<data>
ATo4ZpUfKAe2ePyoheQa/q8r/uI=
</data>
<key>hash2</key>
<data>
jcAgPwmeM/AfoYyGKj3vPFxtuggO91IX+0bKl+5TXGM=
</data>
</dict>
<key>Resources/Assets.car</key>
<dict>
<key>hash</key>
<data>
3VpB8HOOc4R7nWH97ggYztPozNU=
</data>
<key>hash2</key>
<data>
U5o7Tbd3rnBJ4ruHO2VO5K390bHuRGXtINydh3A33n4=
</data>
</dict>
<key>Resources/Deployment/.keepme</key>
<dict>
<key>hash</key>
<data>
2jmj7l5rSw0yVb/vlWAYkK/YBwk=
</data>
<key>hash2</key>
<data>
47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
</data>
</dict>
<key>Resources/Deployment/g1.frag</key>
<dict>
<key>hash</key>
<data>
xo0qTRp+Sbnk+BO9I0fYwFOQ4OE=
</data>
<key>hash2</key>
<data>
ihrx7vsshz4PyjsdfyiRc41Qt26fzsSSBRBzQVBZkNg=
</data>
</dict>
<key>Resources/Deployment/g1.vert</key>
<dict>
<key>hash</key>
<data>
bF2ErIAARNzjV/fyGOJMMTyh++c=
</data>
<key>hash2</key>
<data>
jzILNrukaCCdRLYfWnz/3CY/yz9G7GdI6HEbWK5Uuow=
</data>
</dict>
</dict>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>

BIN
Krom/Krom.exe Normal file

Binary file not shown.

1
Krom/README.md Normal file
View File

@ -0,0 +1 @@
# armorcore_bin