Giter VIP home page Giter VIP logo

steel's Introduction

Steel Engine

Steel is a 2D OpenSource C++ Engine with C# scripting support.

Current features

  • Windows, Linux and Android (WIP) support
  • Fast 2D sprites batch rendering (using OpenGL)
  • Aseprite integration
  • 2D physics support (using Box2D)
  • Basic sounds (using OpenAL)
  • Full built-in ECS created from scratch
  • Simple sprites animation system
  • Fast built-in UI library powered by engine's rendering system
  • Full support of C# scripting with documented API (using Mono)

Project structure

  • editor - contains engine editor project
  • engine - contains engine sources that can be compiled into library
  • examples - contains example projects
  • platform - contains platform specific projects for building base application powered by Steel Engine
  • scripting - contains projects to compile scripts dll. SteelCore is used to expose engine API to custom scripts, SteelCustom is a custom scripts project template
  • tests - contains autotests for various engine systems

Installation

Requirements

Project requires Mono to be installed (https://www.mono-project.com/docs/getting-started/install/)

Supported platforms

Windows, Linux and Android are currently supported. On windows for now it can only be compiled with VS compiler. Android is in progress, as it does not support scripting with mono yet.

Building project

  • Build SteelCore C# project (scripting/SteelCore)
  • Build SteelCustom C# project (scripting/SteelCustom)
  • Build Application executable (platform/desktop)
  • Run Application

Distribution build

There is currently an option in CMakeLists to enable distribution build. It will disable console and debugging functionality and use local paths for dependencies. This option is not finished and for now it is required to collect project files by hands (resources, dependencies dlls, scripting dlls). Later this option will help to build an all-in-one final application.

Release configuration

Engine performance will drastically increase if built in release configuration.

Developing with Steel Engine

Scripting API is very similar to Unity. Some basic examples can be found in scripting/SteelCustom/GameManager.cs and projects examples. To create your own application logic expand SteelCustom project: create ScriptingComponents inheritors, override event functions, create starting scene file and set it in application config. Application resources loaded with ResourcesManager will be searched in /resources folder.

steel's People

Contributors

amkhitaryan avatar filscorporation avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

amkhitaryan

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.