Skip to content

Quark-Hell/Alpha_Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

343 Commits
 
 
 
 
 
 

Repository files navigation

Alpha Engine

Open source game engine

Alpha-Engine-2

Engine Version License Last Update Size

About

This game engine is being developed to make it easier for developers to create simulators. The game engine is absolutely free for use.

Documentation

Developers

License

  • MIT License

Build

Windows with Visual Studio or CLion(MinGW compiler):

Step 1: Clone repository to your computer and switch to the "Architect2.0" branch
Step 2: In Visual Studio build project as you need(Debug or Release)
Step 3: Enjoy

Linux(tested with: manjaro, arch and openSUSE):

Step 1: Clone the repo

git clone https://github.com/Quark-Hell/Alpha_Engine.git --branch Architect2.0   

Step 2: Go to the Engine source directory and create build folder. Then generate cmake files(I use ninja as generator and clang as compiler, but make will work too):

cd Alpha_Engine/ALPHA_Engine  
mkdir build
cmake -G "Ninja" -D CMAKE_BUILD_TYPE=Release -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ -B build

Step 3: Build engine

cd build
ninja

Done

Note

Folder "Build" contains files needed for linking with your project
External dependencies do not included. Check this repo for download it
Or check folder "build/Examples/external" if you build with it        

About

Open source game engine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors