Giter Site home page Giter Site logo

pilas's Introduction

Pilas Engine

Estado rama develop: Build Status

Pilas es un motor para realizar videojuegos de manera rápida y sencilla.

Es una herramienta orientada a programadores casuales o principiantes, es ideal para quienes quieran aprender a realizar sus primeros videojuegos.

¿Cómo empezar?

Una buena forma de comenzar con pilas es instalar todo el kit de desarrollo siguiendo las intrucciones de nuestra web:

Y una vez instalada la biblioteca, se puede invocar al comando pilas -e para ver una lista completa de ejemplos y minijuegos.

Instalación

La forma mas sencilla de instalar pilas en mediante los instaladores del sitio web:

Los instaladores se generan pediodicamente y se distrubuyen para los sistemas mas utilizados.

Instalación desde repositorios (Ubuntu, Debian y Mint)

En distribuciones como Ubuntu 12.04 o Linux mint, necesitas instalar una serie de dependencias:

(en ubuntu 10.04 habilitar la fuente de software "universe" antes)

sudo apt-get install python-setuptools python-qt4 python-qt4-gl git-core python-qt4-phonon build-essential python-dev swig subversion python-pygame

Luego, instalar box2d:

sudo easy_install -U box2d

y por último, obtener e instalar pilas desde el respositorio:

git clone http://github.com/hugoruscitti/pilas

cd pilas
git submodule update --init 

sudo python setup.py install
pilas

Instalación en Open Suse 12.2

sudo zypper install git gcc python-devel swig python-qt4 python-setuptools gcc-c++ python-pygame

sudo easy_install -U distribute 
sudo easy_install -U box2d

git clone http://github.com/hugoruscitti/pilas.git

cd pilas
git submodule update --init

sudo python setup.py install
pilas

Instalación desde Pypi

Primero se deben instalar los siguientes paquetes:

sudo apt-get install python-setuptools python-qt4 python-qt4-gl git-core python-qt4-phonon build-essential python-dev swig subversion python-pygame

Luego, instalar box2d y pilas usando el comando easy_install:

sudo easy_install -U box2d
sudo easy_install -U pilas

Tests

Nuestros tests se ejecutan en travis, aunque si quieres los puedes ejecutar manualmente en tu equipo con el siguiente comando:

nosetests

Licencia

Pilas es software libre, y se distribuye bajo la licencia LGPLv3.

Visita nuestro sitio web para obtener mas detalles:

- http://www.pilas-engine.com.ar

pilas's People

Contributors

binary-sequence avatar diegoaccorinti avatar diegosarmentero avatar drdub avatar fsalamero avatar hugoruscitti avatar inmofomento avatar ipedrazas avatar irvingprog avatar jairot avatar josx avatar leliel12 avatar lucianobaraglia avatar quiqueporta avatar tutuca avatar unrblt avatar

Watchers

 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.