Skip to content

Linux C++ OpenGL 3D Multi-threaded Game Engine with script support. (All rights reserved for specific licenses due to open-source)

License

Notifications You must be signed in to change notification settings

EterniaLogic/EterniaEngine

Repository files navigation

EterniaEngine

Cross-Platform C++ OpenGL 3D Multi-threaded Game Engine with script support

Required packages for compilation

  • OpenGL of some kind
  • Java 8 (if using the added option for Java programming as scripting)
  • X11 (Linux only)

Included Packages under /Lib (using Github, helps for cross-compilation)

note that some of these are included with NVidia in Windows.

To be desired

  • Textures (!)
  • Working Shaders


Installer Command lines for each operating system:

Git commands

Linux

Debian:

  • sudo apt-get install cmake libboost-all-dev build-essential libglew-dev freeglut3-dev mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev libxi-dev libopenal-dev libalut-dev zlib1g-dev glew-utils openjdk-8-jdk libmagick++-dev ocl-icd-opencl-dev liblua5.1-dev

Ubuntu:

  • sudo apt-get install cmake libboost-all-dev build-essential libglew-dev freeglut3-dev mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev libxi-dev libxmu-dev libopenal-dev libalut-dev zlib1g-dev glew-utils libglewmx-dev liblua5.0-dev liblualib5.0-dev openjdk-8-jdk
  • sudo ./EterniaLib/makeit
  • sudo ./EterniaLib/install

Fedora 22

  • sudo dnf install freealut openal-soft-devel mesa-libGLw mesa-libGLU glew-devel freeglut-devel mesa-libGLU-devel libstdc++-devel glibc-devel zlib-devel libXmu-devel libXi-devel

Arch

FreeBSD

Windows

Code-Blocks *



Building

  • cmake .
  • make -j 4 (-j 4 increases speed through multi-threading)

About

Linux C++ OpenGL 3D Multi-threaded Game Engine with script support. (All rights reserved for specific licenses due to open-source)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published