Giter Club home page Giter Club logo

cffi-haxelib-example's Introduction

CFFI-Haxelib-Example

An example library to learn how to create a custom NDLL for your Haxe project using both Haxe and C++. This are the same bindings I use for Spoopy Engine.

One major problem that this approach solves is leveraging the power and performance of native C++ code in a Haxe project. Haxe, being a high-level, cross-platform programming language, has the advantage of simplicity and easy development, but it may not offer the same level of low-level control and performance optimization that C++ provides.

Haxe and C++ have different data types, memory management systems, and error-handling mechanisms, among other disparities. Binding both languages involves creating an interface layer that can translate data types and function calls between the two languages, handling memory management, errors, and exceptions, and ensuring efficient and correct operation.

Requirements

Lime

Building

cd backend
haxelib run hxcpp Build.xml

cffi-haxelib-example's People

Contributors

just-feeshy avatar feeshy2 avatar

Stargazers

Jonathan Pendergast 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.