Coder Social home page Coder Social logo

bh's Introduction

Background Helper - program designed to do background stuff fast, without worrying you.

You don't need to use pascal to make modules. You can use any .Net language, like C#.

Here are some screenshots:
coming soon

How to modules

BHModules are different paths of BH that can do stuff.
From programming perspective - they are managed classes in .Net .dll file.

To create BHModule - you need to create folder in "Modules" folder.
And in it - create .dll in any .Net language (like C#, i am, personally, using PascalABC.Net)

All classes derived from BHModule (it's in BHModuleData.dll),
that have constructor without parameters - would turn into BHModules.

You can have multiple .dll's in 1 folder
and multiple modules in 1 .dll,
but it's not advised.

Any BHModule MUST override:

  • method StartUp - executed every time module turn's on
  • method ShutDown - executed every time module turn's off
  • property Name - unique name

If something goes horribly wrong - press B + H + Esc, it would halt BH process in no more than 200ms

bh's People

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.