Giter Site home page Giter Site logo

dolkensp-bookmarks / crucible Goto Github PK

View Code? Open in Web Editor NEW

This project forked from danieltali/crucible

0.0 1.0 0.0 66.59 MB

An extensible utility for the Star Citizen P4K archive, and it's contents

License: GNU General Public License v3.0

C# 99.49% C++ 0.45% C 0.02% JavaScript 0.01% HTML 0.04%

crucible's Introduction

Crucible

Crucible is a lightweight and high-performance filesystem management tool for Star Citizen that provides a single user interface experience for working with all of the files inside of a P4K file and the local filesystem. The goal of Crucible is to provide a foundation to share code that all plugins require universally such as filesystem, database, versioning, and encryption.

Crucible Core Principles

  • Performance is the most important tool of all and with high core count processors taking advantage of that horsepower is key.
  • Crucible is a mixture of C# and C++ using the C++/CLI framework.
  • Almost everything is a plugin.
    • Allows us to support filetypes across different versions of the game using separate plugins.
    • Allows multiple plugins to support the same file.
    • Lots of smaller projects that many developers can work on rather than a single mega tool.

Social Channels

Discord: https://discord.gg/Ef6Euh5 Reddit: https://www.reddit.com/r/CitizensReactor

Crucible Plugin Guidelines

  • Distributed plugins must be a single binary that is placed in the plugins directory of Crucible. (Take a look at Fody Costura)
  • Distributed plugins may contain extra dependencies and external files which must be stored in a resources folder called <plugin>_Resources.
  • If your plugin sucks and you don't provide any kind of support for it, it will be removed from the community.
  • Do not thread block the call back made to RegisterFileUI for extended periods of time. You should implement asynchronous multithread code and provide loading UI for your plugin.
  • Do not crash Crucible ever. Badly behaving plugins that do not catch their errors will potentially be disabled in future releases
  • Do not embed binaries that conflict with Crucible's binaries.
  • All plugins are considered derivative works and must share a compatible licence.

crucible's People

Contributors

danieltali avatar tmlaw01 avatar unknown-44 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.