Giter VIP home page Giter VIP logo

akeeperctl / eq2engine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inspirationbyte/eq2engine

0.0 0.0 0.0 34.22 MB

Game engine/framework powering The Driver Syndicate.

Shell 1.16% C++ 59.58% Python 0.31% Perl 0.10% C 35.40% Java 0.66% Lua 0.75% Smalltalk 0.02% C# 0.18% Assembly 0.50% Ada 0.30% PowerShell 0.01% Pascal 0.26% SAS 0.05% Makefile 0.27% HTML 0.11% CMake 0.19% Batchfile 0.01% DIGITAL Command Language 0.09% Module Management System 0.05%

eq2engine's Introduction

Equilibrium 2

Equilibrium logo A continuation of game engine/framework, fully refactored and re-structured.

Work in progress

Build system used: Premake

Features

  • Multi-layer File system with custom encrypted package format and LZ4 compression
  • User Interface library for creating interactive in-game interfaces
  • Localization system
  • Equilibrium Graphics Files - full-featured 3D model format with animation support and physics meshes
  • Animation system with multiple layers, pose blending and controller features
  • Debugging overlay for visualizing and console command system for activating various debug systems
  • Vector math library
  • Input system supporting controllers and touch controls
  • Material system renderer with RHI backends Direct3D9, OpenGL 3.3 / ES 3.1
  • Flexible Particle system
  • Scripted Audio System with use of nodes to enable control over playing sounds
  • Custom Data Structure containers such as Map, Array, List, Callable wrapper, Events, Promise and Future, Strong and Weak ref pointers and fixed arrays and lists
  • Own Lua script binding library
  • Custom memory tracking allocator for ease of finding memory leaks
  • Integration with Concurrency Visualizer to debug multithreading within the project
  • Simple multi-thread job system
  • Component system for adding properties to game and non-game classes

Projects using this framework

Building and Running

Windows

  • Install VS2022
  • Run win_install_7zip4powershell.ps1 in repo root
  • Run windows_dev_prepare.ps1
  • Run premake5 vs2022
  • Open solution, located in project_vs2022
  • Build All

Linux

  • Install packages: build-essential SDL2-devel openal-soft-devel libXxf86vm-devel wxBase3-devel wxGTK3-devel
  • Get premake5, extract to repo root and chmod +x premake5
  • Open VS Code folder, install Makefile Tools and C/C++ extensions
  • Run ./premake5 gmake2 in repo root
  • In VS Code, press F5, wait for build to complete and game will run.

Android

  • Install Android Studio
  • Run premake5 androidndk
  • Launch Android Studio, open android-project
  • Build

eq2engine's People

Contributors

soapyman avatar akeeperctl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.