All Projects → lunchclass → Bacardi

lunchclass / Bacardi

Licence: apache-2.0
Bacardi project is an effort to provide multi-language binding for Node.js native layer.

Programming Languages

typescript
32286 projects
cpp
1120 projects

Projects that are alternatives of or similar to Bacardi

hexen-dll-injector
HEX-EN DLL Injector
Stars: ✭ 20 (-82.61%)
Mutual labels:  native, addon
webgl-raub
WebGL bindings to desktop OpenGL
Stars: ✭ 66 (-42.61%)
Mutual labels:  native, addon
ghostscript4js
Ghostscript4JS binds the Ghostscript C API to the Node.JS world.
Stars: ✭ 53 (-53.91%)
Mutual labels:  native, addon
Tdbattlepetscript
Battle pet combat script for wow.
Stars: ✭ 97 (-15.65%)
Mutual labels:  addon
Carbonalyser
The add-on "Carbonalyser" allows to visualize the electricity consumption and greenhouse gases (GHG) emissions that your Internet browsing leads to.
Stars: ✭ 98 (-14.78%)
Mutual labels:  addon
Flamebearer
Blazing fast flame graph tool for V8 and Node 🔥
Stars: ✭ 1,485 (+1191.3%)
Mutual labels:  v8
Pal2
Path of Exile Addon Launcher and Manager
Stars: ✭ 115 (+0%)
Mutual labels:  addon
Ti.worker
Use Multi-Threading / Worker Threads in Appcelerator Titanium.
Stars: ✭ 95 (-17.39%)
Mutual labels:  native
Ttt2
Trouble in Terrorist Town 2 (Advanced Update) for Garry's Mod (gmod)
Stars: ✭ 113 (-1.74%)
Mutual labels:  addon
Django Filer
File and Image Management Application for django
Stars: ✭ 1,384 (+1103.48%)
Mutual labels:  addon
Addon Grafana
Grafana - Home Assistant Community Add-ons
Stars: ✭ 102 (-11.3%)
Mutual labels:  addon
React Native Navigation Drawer Extension
Drawer API built on top of wix react-native-navigation for iOS and Android (with TypeScript!)
Stars: ✭ 98 (-14.78%)
Mutual labels:  native
Shestakui classic
ShestakUI for WoW Classic (1.13.2)
Stars: ✭ 108 (-6.09%)
Mutual labels:  addon
Pdf Php
Official R&OS PHP Pdf repository
Stars: ✭ 97 (-15.65%)
Mutual labels:  native
Cookie Quick Manager
An addon to manage (view, search, create, edit, remove, backup, restore) cookies on Firefox.
Stars: ✭ 111 (-3.48%)
Mutual labels:  addon
Addon Grocy
Grocy - Home Assistant Community Add-ons
Stars: ✭ 97 (-15.65%)
Mutual labels:  addon
Discord.js Musicbot Addon
This DOES NOT WORK any more. This repo only serves as an archive for is anyone wants to pickup my work. You may still join the discord however.
Stars: ✭ 109 (-5.22%)
Mutual labels:  addon
Facebookautolikeprofessional
Auto Like reactions and unlike Facebook Status, Comments, Photos, group posts, page posts, change facebook theme and skin colors, auto tag members in group post.. Auto Comment and Auto Reply to all Comments... Facebook Auto Like Unlimited 2019 is 100% safe to use...
Stars: ✭ 101 (-12.17%)
Mutual labels:  addon
Addon Aircast
AirCast - Home Assistant Community Add-ons
Stars: ✭ 100 (-13.04%)
Mutual labels:  addon
Freecad sheetmetal
A simple sheet metal workbench for FreeCAD
Stars: ✭ 107 (-6.96%)
Mutual labels:  addon

Bacardi

Linux/Mac Build Status Windows Build Status License Apache 2.0 Slack Status

Bacardi project is an effort to provide multi-language binding for Node.js native layer.

System requirements

  • This project is multi-platform oriented, so we support Linux, Mac and Windows platforms.

Linux

  • You MUST have git, python, wget and g++ compilers.
    • sudo apt-get install g++ git make python wget

Mac

  • You MUST have Xcode with command line tools. You can install them as follows:
    • xcode-select --install

Windows

Build

  • You can just run the following command to build.
    • ./bacardi build

Test

  • You can just run the following command to test.
    • ./bacardi test

Electron with Bacardi

  • If you want to run Electron with Bacardi, you can run the following commands.
    • ./bacardi build_electron
    • ./bacardi electron

Coding style

  • We are following Chromium coding style. You can see the details in the following link.
  • If you want, you can just run the following command to format source codes you modified automatically.
    • ./bacardi format
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].