ArcGameEngine
ArcGameEngine copied to clipboard
AGE: Arc Game Engine is an open-source engine for building 2D & 3D real-time rendering and interactive contents, especially video games with C# scripting support.
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 4. Release notes Sourced from actions/setup-java's releases. v4.0.0 What's Changed In the scope of this release, the version of the Node.js runtime was updated to...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
There is a deformity in the object specular when using a roughness/metal or even both the texture separately. the gazing angle is messes up the specular when using MR textures
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 5. Release notes Sourced from actions/setup-java's releases. v5.0.0 What's Changed Breaking Changes Upgrade to node 24 by @salmanmkc in actions/setup-java#888 Make sure your runner is...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. Release notes Sourced from actions/setup-python's releases. v6.0.0 What's Changed Breaking Changes Upgrade to node 24 by @salmanmkc in actions/setup-python#1164 Make sure your runner is...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...
🐧 Add Experimental Linux Build Support This PR implements Linux build support for ArcGameEngine, enabling compilation on Linux systems while maintaining Windows as the primary development platform. 🔧 Technical Fixes...