Giter Site home page Giter Site logo

linecode / echo-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from timi-liuliang/echo

0.0 3.0 0.0 240.76 MB

A New Cross Platform 2D 3D Game Engine

License: MIT License

CMake 3.23% C++ 75.59% Objective-C 5.92% Objective-C++ 0.04% Python 0.05% Batchfile 0.02% NSIS 0.02% Perl 0.36% C 14.15% Shell 0.07% QMake 0.53% Makefile 0.02%

echo-1's Introduction

Echo

Introduction

Echo is a new game engine, which used more industry standard of nowadays for game development. The new design concept makes the engine simplicity to use. but more powerful.

Examples
Documentation

Download

Description Files Previous
Editor [Win32] echo-setup-2018.10.09.exe old version
Editor [Mac OS X 10.7 or later] echo.dmg
Examples echo-examples-master.zip

Build

[Windows Editor]

  1. Install [Visual Studio 2017] [CMake] [Python 3]...
  2. EnterFolder "${echo_root_path}/build/editor/windows"
  3. Double click "cmake.bat"
  4. Double click "echo.sln"

[Windows 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 Standard Support

gLtf2.0, Vulkan, 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 you can use c++ directly. the design of node tree makes the Lua logic code more easy to write. and the embedded Lua editor and embedded document help you write code just in the echo editor. If you really like other types of script language, you can tell us, or you can support it by modifying the c++ code directly.

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 have smaller size and more efficiency running speed.

Open Source

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

echo-1's People

Contributors

timi-liuliang avatar

Watchers

 avatar  avatar  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.