GithubHelp home page GithubHelp logo

Comments (3)

Syniurge avatar Syniurge commented on July 30, 2024 1

Hi,

Sorry I managed to miss your issue. Documentation is basically non-existing, but a short up-to-date summary can be found on the wiki : https://wiki.dlang.org/Calypso

stdio.h

Works, C is easy to support.

opencv2/opencv.hpp

OpenCV 3.x should work, my experience with it is still limited to tinkering but here's a piece of working code: https://paste.kde.org/piyy8eadx

The one thing to keep in mind is that copy ctors do not get automatically called yet, which is why all the Mat function parameters are ref.

<boost>

Ogre3D relies on a couple of Boost libraries (thread and datetime iirc), which helped fix a few bugs. But no idea about the rest of Boost.

I'm not yet confident enough to say that Calypso is ready for general usage, but it's getting close. It still needs to catch up with LDC 1.3 (the switch to DDMD having been done last month, the tough part is behind), a proper test suite, finish MSVC support (catching exceptions), implement the missing essential features (dtor calls by the GC, copy ctor calls for function arguments), documentation, and more testing with more libraries and platforms (esp. OS X).

If you have a true OpenCV project in mind and give Calypso a try, shall you find any bug I'll be happy to hunt them in short delays.

from calypso.

timotheecour avatar timotheecour commented on July 30, 2024

putting the list in git repo makes sense to keep in sync with code changes
=> https://github.com/Syniurge/Calypso/blob/master/README.md#missing-features

from calypso.

timotheecour avatar timotheecour commented on July 30, 2024

The one thing to keep in mind is that copy ctors do not get automatically called yet, which is why all the Mat function parameters are ref.

that has been fixed since then

from calypso.

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.