Giter Site home page Giter Site logo

sos-library's Introduction

sos-library

Install

Copy files into your screeps directory.

Dependencies

The cache and broadcaster modules have the ability to compress data using lzstring as long as the library is available. To install it simply copy this file to your screeps directory as lib_lzstring.

Usage

Loading

// Initialize library into global for easy access.
global.sos_lib = require('sos_lib')

Tick Start

Some libraries require initialization each tick to run. For the segments library this is needed to ensure data split across multiple segments gets properly reconstructured, and for the stormtracker needs to run each tick to identify global reset storms.

sos_lib.segments.moveToGlobalCache()
sos_lib.stormtracker.track()

Close

Some of the libraries require some processing at the end of the tick.

// Flush dirty vram pages to segments.
sos_lib.vram.saveDirty()

// Update the public segment with the latest channel information if it is
// out of date.
sos_lib.broadcaster.saveIndexSegment()

// Process segments- clean no longer used ones, flush memory buffer, set public
// segments, set default public segment.
sos_lib.segments.process()

sos-library's People

Contributors

tedivm avatar anisoptera avatar

Watchers

James Cloos 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.