GateEngineDemos icon indicating copy to clipboard operation
GateEngineDemos copied to clipboard

Example projects for GateEngine, a cross platform game engine for Swift developers.

Results 4 GateEngineDemos issues
Sort by recently updated
recently updated
newest added

I'm in WSL, but have no trouble running other graphics examples, like raylib stuff and xclock. I even made a test X11 app that calls `__strlen_avx2` (which is crashing in...

``` CodeSign /Users/admin/Library/Developer/Xcode/DerivedData/GateEngineDemos-eysqrhopcpvdfdbownbigsjgzdig/Build/Products/Debug-iphonesimulator/2D_01_AnimatedSprite.app (in target '2D_01_AnimatedSprite' from project 'GateEngineDemos' at path '/Users/admin/Documents/xcode_projects/GateEngineDemos/Xcode/GateEngineDemos.xcodeproj') cd /Users/admin/Documents/xcode_projects/GateEngineDemos/Xcode Signing Identity: "-" /usr/bin/codesign --force --sign - --entitlements /Users/admin/Library/Developer/Xcode/DerivedData/GateEngineDemos-eysqrhopcpvdfdbownbigsjgzdig/Build/Intermediates.noindex/GateEngineDemos.build/Debug-iphonesimulator/2D_01_AnimatedSprite.build/2D_01_AnimatedSprite.app.xcent --timestamp\=none --generate-entitlement-der /Users/admin/Library/Developer/Xcode/DerivedData/GateEngineDemos-eysqrhopcpvdfdbownbigsjgzdig/Build/Products/Debug-iphonesimulator/2D_01_AnimatedSprite.app /Users/admin/Library/Developer/Xcode/DerivedData/GateEngineDemos-eysqrhopcpvdfdbownbigsjgzdig/Build/Products/Debug-iphonesimulator/2D_01_AnimatedSprite.app: code object is...

Fixes compiling with changes from: https://github.com/STREGAsGate/GateEngine/pull/31

Create a repository for a github.io page and auto build the demos.

documentation
enhancement