GithubHelp home page GithubHelp logo

arynnette / encyclopedia Goto Github PK

View Code? Open in Web Editor NEW

This project forked from golden2402/encyclopedia

0.0 0.0 0.0 27 KB

A Roblox game framework that makes your life easier. excpt it's my fork

Lua 100.00%

encyclopedia's Introduction

Encyclopedia

This is a framework, created by foshes. Feel free to use it, fork it, and do whatever you want with it. This is meant to be a community-driven framework. Utilities will be added frequently, as voted by the community.

Community

Questions? Join our Discord!

Setup

Encyclopedia is meant to be required at least once on both server and client to initialize their respective global containers. Encyclopedia is designed to exist in a shared container, so recommended practice is to place Encyclopedia in ReplicatedStorage.

Server/Client:

local Encyclopedia = require(path.to.Encyclopedia)

The global container can be referenced via _G.Encyclopedia.

The return value of the Encyclopedia require and global container value are identical. To avoid issues with cyclic requires, use of the global container is recommended.

Usage

Instead of using the native :GetService method, recommended Encyclopedia practice is to instead use the Encyclopedia.GetService function which will return both native services and modules housed in the SharedServices and Services folder.

As for service containers:

  • SharedServices: non-exclusive; server and client can access
  • Services: exclusive to server

RBXM File (unzip for RBXM) Encyclopedia.zip

encyclopedia's People

Contributors

foshesss avatar golden2402 avatar v0idexception 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.