Code Monkey home page Code Monkey logo

raft's Introduction

Raft

Raft is build tool for the Ancona game engine. It helps you get your ducks in order.

Dependencies

In order to install Raft you need the following programs:

  • node (last checked with version 16.13.0 LTS)
  • npm (included when you install above node)

Install instructions

  1. Clone the repository onto your machine
  2. Change into the directory
  3. Run npm install
  4. Run npm run build
  5. Clone the contents of the templates directory into ~/.raft/templates/ (https://github.com/tlein/AnconaTemplateGame)
  6. Add the following to your bashrc:
export RAFT_PATH=<Path to the root directory of the raft repo>
export PATH=$PATH:$RAFT_PATH/release/bin
export NODE_PATH=$NODE_PATH:$RAFT_PATH/release/lib

Available Commands

  • run raft create to create a new project.
  • run raft build to build the project and it's dependencies.
  • run raft build [platform] [arch] to build the project for a specific platform. (NOT IMPLEMENTED)
  • run raft run [platform] [arch] to run the project. (NOT IMPLEMENTED)
  • run raft release-build to build a release version of the project for all supported platforms. (NOT IMPLEMENTED)

raft's People

Contributors

jeffswenson avatar tlein avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

darthmoulbyte

raft's Issues

Config.txt isn't being copied into build

Config.txt isn’t replacing its CMake variable for the build directory (remove COPYONLY in the Config configure_file call, this will also require changing the name of the variable in Config.txt)

Add Clean Command

It should clean the local build, raft build, and raft install directories. Only the install command should touch the source directories.

Prettify output

Format the output a bit nicer, colors, maybe use a loading bar of some sort.

Add Install Command

It should clean dependency source and pull new versions based on the Raftfile configuration.

De-duplicate Transitive Dependencies

Raft does not handle transitive dependencies well if multiple projects depend on the same dependency. It will download and build the source multiple times. Additionally, there is no way to specify which version of a dependency gets chosen.

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.