GithubHelp home page GithubHelp logo

t2yaroslav / miranda-plugin-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fornever/hell-api

0.0 1.0 0.0 2.65 MB

Miranda IM managed plugin API adapter for .NET.

License: MIT License

PowerShell 0.51% C# 94.04% C 1.99% C++ 3.47%

miranda-plugin-api's Introduction

HellAPI

HellAPI is a CLI (Mono and .NET supported) library set for writing managed .NET plugins for the Miranda NG client.

Building

Cloning the repository

Don't forget to clone git submodule when cloning this repository. It can be done by adding the --recursive option when cloning or by issuing the git submodule init command after the initial cloning.

Compilation

Compilation process is straightforward: load a solution file (Hell.sln) in your favorite IDE (for example, Visual Studio 2010) and invoke the Build command.

Deployment

There is a Deploy.ps1 script for cleaning a Deploy and preparing the file layout into it. Use -X64 switch if you need to deploy x64 versions of the plugins.

Plugin layout

For proper functioning HellAPI requires you to put following files to following places (relative to the Miranda NG root directory):

./HellAPI.dll
./Plugins/HellAdapter.dll
./Plugins/Hell/HellManager.dll

Any Hell-based plugins must be also placed in the ./Plugins/Hell/ directory.

Writing plugins

Sample plugins

See project TestPlugin as a simple plugin example (this is also ported version of original Miranda TestPlugin from the official SDK). There are also bunch of other samples inside the repository.

Library levels

In HellAPI, there are two namespaces: Hell.FirstCircle and Hell.LastCircle. Ideally, all things your plugin uses should be from FirstCircle; use LastCircle or direct Miranda API / Interop calls only as a last resort.

Contact authors

Full Miranda SDK is very big and somewhat uneasy thing to port. So HellAPI is mostly developed on demand. If you need any feature you can make a feature request (or make the feature yourself).

Feel free to contact author:

ForNeVeR
jabber: [email protected]
e-mail: [email protected]

miranda-plugin-api's People

Contributors

fornever 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.