A snapshot of The Atomic Game Engine is a multi-platform 2D and 3D engine with a consistent API in C++, C#, JavaScript, and TypeScript

#gamedev #gameengine #engine #cpp

AGE was abandoned and will not be updated, so this is not a mirror, but just a one-time copy/snapshot of the repo

Matt Benic ff59324b7e Update README.md hace 7 años
Artifacts e925c9e466 Adding Makefile hace 11 años
Build 78d0c2484b .travis.yml hace 8 años
CMake d91f7ab817 Merge with upstream 0bdb20fd8e8614f74bd5bd8585ec3685ee8511be hace 8 años
Data 4abd2f15b3 Merge with upstream e2d2f8e388a01cc3c2d2694c808d0d3b465d3763 hace 8 años
Resources 4abd2f15b3 Merge with upstream e2d2f8e388a01cc3c2d2694c808d0d3b465d3763 hace 8 años
Script ae1c96035d Don't discard existing exception stack trace when rethrowing hace 8 años
Source 4c7d9f7670 Remove unnecessary ToolCore dependency hace 8 años
Submodules eb7578310b Update examples submodule hace 8 años
.crosscompile.sh d944e7cdac Crosscompiling scripts hace 8 años
.gitattributes 3bd27a0c7c Adding .gitattributes to help tune GitHub language metrics hace 8 años
.gitignore d91f7ab817 Merge with upstream 0bdb20fd8e8614f74bd5bd8585ec3685ee8511be hace 8 años
.gitmodules e9bb5ed825 Adding AtomicExamples as a submodule, improved handling of not having submodules initialized hace 9 años
.travis.yml 2bc2c1823e Add gitter hook for Travis hace 8 años
AUTHORS.md ac8bc4a8dc Make me famous hace 8 años
BACKERS.md 71968fb684 Updated backers.md hace 9 años
Build_AtomicEditor.bat 1ec8f1037e Atomic C# iOS hace 9 años
Build_AtomicEditor.sh 1ec8f1037e Atomic C# iOS hace 9 años
CMakeLists.txt 2152ba1df4 Optional submodules hace 8 años
CMake_Makefile.sh 94c5bc2f9c Build Improvements hace 9 años
CMake_VS2015.bat a28af1821c Tweaking info text (+11 squashed commits) hace 9 años
CMake_VS2017.bat a28af1821c Tweaking info text (+11 squashed commits) hace 9 años
CMake_XCode.sh 22f17b6719 Build XCode project directly when using CMake_XCode.sh hace 9 años
CONTRIBUTING.md 5b78e9c130 Update CONTRIBUTING.md hace 9 años
CONTRIBUTION_LICENSE.md d0fa700fad Adding missing CONTRIBUTION_LICENSE.md hace 9 años
LICENSE.md d4aae88010 Add ATOMIC_PLATFORM_DESKTOP define, remove crunch sources and replace with lib squish (2.4 megs of source vs 129kb and much cleaner build), WIP conversion hace 9 años
Makefile d944e7cdac Crosscompiling scripts hace 8 años
README.md ff59324b7e Update README.md hace 7 años
appveyor.yml e00f7c1751 Add Appveyor.com config for windows CI hace 8 años

README.md

alt text

Please note that Atomic is no longer actively being developed or maintained. Issues will not be attended to, though PRs that fix build issues may be considered. The remainder of this README has been kept in place for future reference.

Website: https://github.com/AtomicGameEngine/AtomicGameEngine

Why Atomic?

The Atomic Game Engine is powerful native technology with a consistent API and tooling available in C++, C#, Typescript and JavaScript. The Atomic Editor is installed in over 75 countries and has hit “critical mass” with production in multiple industries.

Atomic can also be used as a library in existing projects with a C++ SDK, C# NuGet, and JavaScript npm package in development.

Atomic Technology

  • Consistent 2D/3D API available in JavaScript, TypeScript, C#, and C++
  • Built-in Monaco JavaScript/TypeScript editor and support for VSCode and Atom
  • C# IDE integration with Visual Studio, Xamarin Studio, and MonoDevelop
  • Android, iOS, Windows, macOS, Linux, and WebGL platform deployment
  • High performance native C++ core with single command builds and absolute minimum dependencies
  • Node based scene graph with access to low level graphics API for custom rendering on D3D 9/11, OpenGL 2/3/ES2, and WebGL
  • Modular component system including C#, JavaScript, TypeScript, and C++ logic components with networking
  • Drag and drop standard 2D/3D format import, including Autodesk FBX, Collada, Blender, Spriter, Tiled, and more
  • Innovative preview mode runs in subprocess for editor stability, reduced memory fragmentation, and is the foundation for future previewing on device
  • Chromium WebView for E-Commerce payments, accessing Facebook social graph, video streaming, and many more use cases
  • Automated script binding generation of native C++ subsystems
  • Best in class third party integrations including Box2D/Bullet physics, Recast/Detour pathfinding, TurboBadger UI, CEF3, duktape VM, SDL2
  • Available as precompiled binaries or fork on GitHub under the permissive MIT license
  • Backed by professionals with decades of experience in the technology and game industries

Build Instructions

The Atomic Editor can be built for your platform using these build instructions.

Atomic Resources

Community

Discourse
Gitter Chat

Documentation

Wiki


Screenshots

Atomic Examples

alt text

Atomic on Mobile

alt text

Atomic Build Settings

alt text

Atomic History

THUNDERBEAST GAMES began developing the Atomic Game Engine on November 12th, 2014 by forking Urho3D. It was released under the permissive MIT license during GDC 2016. Atomic is now being used in production environments, has 27 contributors, and runs on Windows, macOS, Android, iOS, Linux, and WebGL!