Giter Club home page Giter Club logo

nme's Introduction

NME

NME is a game and application framework that currently targets Windows, Mac, Linux, iOS, Android, BlackBerry, Flash, HTML5, while providing legacy support for webOS.

Developers can create applications for all supported platforms with the same source code. The mobile and desktop targets are fully native -- no scripting language or virtual machine is used. This allows for greater compatibility with additional libraries and gives ideal performance.

Learn more about NME at http://www.nme.io

Release Version

You can get a release installer for Windows, Mac or Linux at http://www.nme.io/download

Source Builds

To use NME from the source, follow these steps:

  1. Install Haxe 3 and Neko 2, available here.

  2. Clone this repository, then tell haxelib where it is located

haxelib dev nme C:\Development\Haxe\nme
  1. Install additional Haxe libraries
haxelib install format
haxelib install hxcpp
haxelib install svg
haxelib install swf
haxelib install xfl
  1. For Mac or Linux, install "nmedev"
haxelib git nmedev https://github.com/haxenme/nmedev.git
  1. For Windows, clone https://github.com/haxenme/nmedev, then tell haxelib where it is located
haxelib dev nmedev C:\Development\Haxe\nmedev
  1. Install the "nme" command alias (use "sudo" for Mac or Linux)
haxelib run nme setup

If you need to build the command-line tools, use this command:

nme rebuild tools

If you need to build a native library, use one of these commands:

nme rebuild clean
nme rebuild windows
nme rebuild mac
nme rebuild linux -32
nme rebuild linux -64
nme rebuild android
nme rebuild blackberry
nme rebuild ios
nme rebuild webos

You can also combine "rebuild" commands, using commas:

nme rebuild tools,clean,windows

The native libraries do not need to be built often -- only if changes have occurred in the "project" directory. Improvements to the command-line tools tend to occur more often.

The requirements to build a native library is similar to building an NME application for that platform. You can learn more on the download page.

License

The MIT License

Copyright (c) 2007-2013 NME Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

nme's People

Contributors

jgranick avatar hughsando avatar grumpytoad avatar crayfellow avatar andyli avatar limikael avatar reitzensteinm avatar lifton avatar wighawag avatar codeservice avatar soywiz avatar davidedc avatar swerdnik avatar djcsdy avatar aaulia avatar profelis avatar justsee avatar hasufel avatar elsassph avatar realyuniquename avatar tynril avatar sonnybonds avatar mortoray avatar floppya avatar itavero avatar disjukr avatar matttuttle avatar oov avatar

Watchers

Stéphane Le Dorze avatar James Cloos 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.