Git Product home page Git Product logo

breadboard's Introduction

Breadboard {#breadboard_readme}

Overview

The Breadboard scripting library is a graph based scripting system designed with games in mind. Complex behvaiors for game entities can be organized by interlinking nodes representing game actions.

Features

  • Graph based scripting: Set up complex game behaviors without needing to use code. Just arrange nodes in a graph and connect them together.
  • Extensible: Breadboard can be extended with user-defined Nodes that interact with your game
  • Cross-platform: Breadboard can be incorperated in to projects on all major platforms.

Dependencies

Breadboard depends on the following library:

fplutil provides a number of useful utilities. Breadboard makes use of fplutil::intrusive_list internally to build lists to track various structures without doing unnecessary allocations.

Additionally, Breadboard ships with some example Modules. These additional modules in the module_library folder depend on the following libraries:

These libraries are all optional and can be conditionally compiled based on your needs. See the options at the top of the root level CMakeLists.txt to see how to configure the module library to include just what you need.

Notes

For applications on Google Play that integrate this tool, usage is tracked. This tracking is done automatically using the embedded version string (see src/breadboard/version.cpp), and helps us continue to optimize it. Aside from consuming a few extra bytes in your application binary, it shouldn't affect your application at all. We use this information to let us know if Pindrop is useful and if we should continue to invest in it. Since this is open source, you are free to remove the version string but we would appreciate if you would leave it in.

breadboard's People

Contributors

a-maurice avatar ggfan avatar hak avatar jonsimantov avatar jsanmiya avatar stewartmiles avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

breadboard's Issues

Issue building the library with samples

According to this one should be able to do the following:
cd breadboard
cmake -G 'Unix Makefiles' .
make

However I'm getting this:
$ cmake -G "Unix Makefiles" .
-- breadboard standalone: building library and samples
-- FPLBase library: not building samples
CMake Error at dependencies/sdl/CMakeLists.txt:2 (message):
Prevented in-tree built. Please create a build directory outside of the
SDL source code and call cmake from there

-- Configuring incomplete, errors occurred!
See also "/home/tyszja/dev/breadboard/CMakeFiles/CMakeOutput.log".

The same happens when I do this:
$ mkdir build
$ cd build/
$ cmake -G "Unix Makefiles" ../

How do I build the examples?

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.