Code Monkey home page Code Monkey logo

Comments (8)

lundmar avatar lundmar commented on May 30, 2024

The point of liblxi is to provide a simple, high performance library that can easily link with C/C++ applications without any additional dependencies such as Python.

That being said I welcome any effort trying to add Python bindings for liblxi but it will only happen if someone steps up and helps maintain it ;)

In other words, you are welcome to join the project and start working on some Python bindings - I can create a github repo for you where you can play around and release the bindings.

On the technical side, I would not look to boost-python but rather the dl module of cpython. You don't want to add a dependency to Boost when it is not strictly needed.

from liblxi.

lundmar avatar lundmar commented on May 30, 2024

@aewallin You want to give it a try at some point? Any thoughts? :)

from liblxi.

aewallin avatar aewallin commented on May 30, 2024

thanks for the reminder! ;)
It would be good to try out if it's straightforward or not...
The ones I did before used cmake for the build and boost-python for the wrapper - so I would use that now also - I don't mind adding these as dependencies for the py-lib but someone else might disagree.

from liblxi.

lundmar avatar lundmar commented on May 30, 2024

Feel free to do whatever you want - I won't stop you ;)

You can start by doing some prototyping and then refine the solution later on - prototyping is the fun part :)

My only recommendation is to keep the end solution as simple as possible 😄

from liblxi.

lundmar avatar lundmar commented on May 30, 2024

I've created https://github.com/lxi-tools/python-liblxi and put an invite for you to access it.

Consider it a playground repo for your python stuff whenever you feel like sharing of putting something out there.

from liblxi.

aewallin avatar aewallin commented on May 30, 2024

711f5e5 in python-liblxi is now a quick hack, trying to get liblxi to build with cmake, and a quick-and-dirty c++ boost-python wrapper in the same style I wrote for some earlier projects.
not tested at all yet - will try to test at work or at home in the next few days...

from liblxi.

lundmar avatar lundmar commented on May 30, 2024

Looks like a good start to me 👍

Oh, by the way, you might want to add an open source license to your code. I suggest you continue your work in the same license used by liblxi, that is, BSD-3.

from liblxi.

lundmar avatar lundmar commented on May 30, 2024

I'm closing this issue since we now have a separate issue tracker for python-liblxi.

from liblxi.

Related Issues (20)

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.