Skip to content

A Simple and Highly extendable Game Engine with the goal of supporting the highest number of target platforms.

License

Notifications You must be signed in to change notification settings

LostbBlizzard/UCodeGameEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

UCodeEngine

A Simple and Highly extendable Game Engine with the goal of supporting the highest number of target platforms.

Build

git clone --recurse-submodules https://github.com/LostbBlizzard/UCodeGameEngine.git
cd ./UCodeGameEngine

After geting the Project Files Run to Install the Compiler Tools/SDK and Librarys

  • The InstallTools.bat file (If your on windows)
InstallTools.bat
  • The InstallTools.sh file (If your on linux or MacOS)
./InstallTools.sh

After geting the Project Files Run.

  • The VS_2019.bat file(If you use VS 2019) to build vs project files and open the project in visual studio.
VS_2019.bat
  • The VS_2022.bat file(If you use VS 2022) to build vs project files and open the project in visual studio.
VS_2022.bat
  • The GNU_Make.bat file(If you use GCC on windows) and run "make" to build it.
GNU_Make.bat
./GNU_Make.sh
  • The GNU_Make.sh file(If you use GCC on linux or Mac) and run "make" to build it. or run
./GNU_Make.sh
make -j4

About

A Simple and Highly extendable Game Engine with the goal of supporting the highest number of target platforms.

Resources

License

Stars

Watchers

Forks