Giter Club home page Giter Club logo

trillek-client-core's Introduction

trillek-client

Contributing

The easiest way to contribute is to fork, experiment, and make PRs.

There are 3 domains where contribution is needed:

  • Game logic
  • Engine
  • Artistic assets

The game logic is a lot more dev-friendly than the engine itself and needs less experience. We put some efforts to create an abstraction layer for the game logic that allows to create easily some features.

Before starting, you must read these docs:

If you don't know where to put your game logic code, use physics.cpp as a sandbox. There are also some sample codes here you should see. We will move them in a right location later.

The dev community is mainly on IRC : #project-trillek on Freenode.

License

trillek-client is licensed under LGPL.

Installing

To build Trillek from source you must have installed CMake and one of the following compilers:

  • GCC 4.8 or newer;
  • Clang 3.4 or newer (Xcode 5.1 or newer on OS X);
  • Visual Studio 2010 or newer;

Nightly binary distributions are not yet available.

Dependencies

Trillek depends on the following libraries:

Getting The Code

To retrieve a copy of the Trillek code and assets, clone the repository and its submodules.

git clone https://github.com/trillek-team/trillek-client-core.git
cd trillek-client-core
git submodule update --init common
cd common
git submodule update --init

Avoid using the Download Zip option on GitHub. This will not download the assets submodule.

Building

Platform specific build instructions are available on the Wiki.

Building on Windows

Building on OS X

On Linux, you can get some inspiration by checking the travis-ci script that builds the client from scratch.

trillek-client-core's People

Contributors

adam4813 avatar meisaka avatar zardoz89 avatar donstroganotti avatar devaukz avatar catageek avatar milesrout avatar

Watchers

 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.