Giter VIP home page Giter VIP logo

timi-liuliang / echo Goto Github PK

View Code? Open in Web Editor NEW
917.0 48.0 105.0 362.33 MB

A New Cross-Platform 2D 3D Game Engine

License: MIT License

CMake 3.11% C++ 73.36% C 18.55% Objective-C++ 0.19% Batchfile 0.02% Python 0.04% NSIS 0.01% Objective-C 0.06% Perl 0.02% Shell 0.07% QMake 0.54% Makefile 0.03% Java 0.04% JavaScript 3.78% HTML 0.01% GLSL 0.19%
echo gltf2 pbr-shading 2d-game-engine 3d-game-engine live2d spine physics-simulation navigation qt

echo's Introduction

Echo

Introduction

Echo is a new game engine, which uses many industry-standards of nowadays for game development. This new design concept makes the engine simpler to use and more powerful.

Download
Examples
Documentation

Build

[Editor]

How to Compile "Echo Engine" From Source Code

[App]

Features

Easy Concept

Scene manager is easy, No Entiy, No GameObject, No Component, No Prefab. Only Node and NodeTree.

Highly Efficient Workflow

Multi-Platform Support

iOS Android Html5 Windows Mac Linux Steam

New Industry Standards Supported

Gltf 2.0, Vulkan, Metal, Pbr, real time ray tracing.

2D And 3D Seamless Transition  

Every node can be 2d or 3d. The core difference is the camera and the unit the node use. So you can just switch a node to 2d or 3d easily.

Easy To Program

Mostly, you'll use Lua as your main programming language. and also can also use C++ directly. The design of our node tree makes the Lua logic code more easy to write. And the embedded Lua editor and the embedded documents help you to write code in the echo editor directly.
Besides Lua, can you also choose to use the embedded Scratch language as the main development tool. This is a type of visual script inspired by MIT. In the Echo engine is Scratch based on Lua, when running the app, It'll convert to Lua and make sure it's good both to merge and will run efficent..
If you really like other types of scripting languages, you can tell us or you can support it by modifying the C++ code directly.

Data Flow Programming Based ShaderEditor

Programming visualization is a very important concept for non-programmers and with the help of the DataFlowProgramming framework nodeeditor, shader programming becomes easier to understand.

Frame Pipeline Visualization (Developing)

Inspired by CI|CD pipeline, we decided to make a frame pipeline editor, so that not only programmers, but everyone can configure the engine frame render process.

  1. Forward Rendering?
  2. Deferred Shading?
  3. Forward+ (Tiled Forward Rendering)? Try configuring it by your needs.

Configurable Module

Most of the engine's Functionality was implemented by configurable modules. that means when you release your app, you can just choose the module you really need. Which makes your app smaller in size and more efficiently running.

Animate Everything

With Timeline, you can animate everything. You can not only animate any Object's (Node, Setting, Res) property. But also you can call any Object's function.

Channel References

You can compute the value of one property based on the value of another property, possibly on a different node. This lets you duplicate values, or makes values relative to other values, and have the Echo automatically update them whenever they change.

Open Source

Echo is licensed under the MIT license. You can just do what you want as you wish.

Examples

Example Screenshot Description Download
Build-House build house A little build house game, used for test sprite node build-house-android.apk
Spine build house Spine 2d animation
Live2D build house live2d animation
Pbr build house gltf and light prob test
Force Field force field Force Field Effect; Shader Graph + Procedural Sphere
Gaussian Blur gaussian blur Gaussian blur; Shader Graph + Procedural plane
Zoom Blur zoom blur Zoom blur; Shader Graph + Procedural plane

echo's People

Contributors

halx99 avatar shalokshalom avatar taohuadao avatar timi-liuliang avatar tx-charlie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

echo's Issues

Sprite

It's both 2d and 3d, we can switch it by change the camera type(2d, 3d, custom)

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.