Giter Club home page Giter Club logo

sharpcraft's Introduction

SharpCraft

SharpCraft is a library that helps modding Warcraft III: The Frozen Throne.

Features

Currently it's possible to add custom natives which are functions for the internal Warcraft III scripting language JASS. It's also possible to call existing natives to access game functionality from the plugin-side.

APIs

SharpCraft comes with three different base classes to use and a plugin system.

abstract class FullPluginBase; // This class is for plugins that need full access, which means file writing and more.
abstract class SafePluginBase; // This class is for plugins that only need safe access.
abstract class MapScriptBase;  // This class is for internal war3map.cs scripts. It is similar to SafePluginBase.

All classes have access to the following members.

interface IInputFullAPI/IInputSafeAPI Input; // Keyboard, mouse, etc.
interface IInterfaceFullAPI/IInterfaceSafeAPI Interface; // FPS
interface IJassFullAPI/IJassSafeAPI Jass; // Config/Main events.
interface INativesFullAPI/INativesSafeAPI Natives; // Calling natives, adding natives, etc.

Credits

  • MindWorX - for all initial development of SharpCraft
  • SFilip - for coding and research for our old project Reinventing the Craft
  • PipeDream - for making Grimoire which have been used as reference and help on multiple occasions
  • xttocs - for making jAPI without which this probably wouldn't be possible
  • TriggerHappy - for contributions to SharpCraft

EasyHook

sharpcraft's People

Contributors

deaod avatar tinkerworx avatar

Watchers

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