Git Product home page Git Product logo

luastg-x's Introduction

LuaSTG-x

LuaSTG-x is a multi-platform game engine based on cocos2d-x and LuaSTGPlus. It is aimed at providing a powerful engine for building STG, especially bullet hell games.

Build Instructions

  1. Clone the repo and submodules from GitHub.

     $ git clone --recursive https://github.com/Xrysnow/LuaSTG-x.git
    
  2. Execute download-deps.py to download and install dependencies (need python 2.7).

     $ cd LuaSTG-x
     $ python frameworks/cocos2d-x/download-deps.py
    
  3. Download extra files from Cubism SDK (instructions).

  4. Generate project using CMake (instructions).

     $ mkdir build
     $ cd build
     $ cmake ..
    
  5. Compile with your target compiler.

Build Requirements

  • CMake 3.10+
  • Android Studio 3.3.0+ and NDK r16+
  • OS X 10.9+ and Xcode 9+
  • or Linux with CC supports c++11
  • or Windows 7+ and VS 2015+

Runtime Requirements

Runtime requirements is actually decided by your compiler, but in most cases they should satisfy these conditions:

  • Android 4.0+
  • iOS 8.0+
  • OS X v10.9+
  • Windows 7+ and visual c++ runtime

Main Features

luastg-x's People

Contributors

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