asm-dom-cmake VS tolc-demo

Compare asm-dom-cmake vs tolc-demo and see what are their differences.

asm-dom-cmake

Virtual dom for C++ using asm-dom and cmake (by ArthurSonzogni)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
asm-dom-cmake tolc-demo
1 2
26 10
- -
4.3 0.0
10 months ago almost 2 years ago
CMake CMake
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

asm-dom-cmake

Posts with mentions or reviews of asm-dom-cmake. We have used some of these posts to build our list of alternatives and similar projects.
  • C++ & Javascript
    1 project | /r/cpp | 3 Oct 2021
    C++ on web = webassembly, good start is: emscripten or https://github.com/ArthurSonzogni/asm-dom-cmake

tolc-demo

Posts with mentions or reviews of tolc-demo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-08.
  • A C++ Bindings Compiler
    5 projects | news.ycombinator.com | 8 Mar 2022
    Hi everyone!

    Some friends and I were unhappy with how much work it was to use C++ from other languages. We were working in the optimizations industry and often had to prototype with python. Eventually, we created a tool to make it easier for C++ to talk to python (by generating pybind11). Later, javascript via WebAssembly was added as well. It's now at a point where it's very easy to just create a C++ library and use it from any of those languages without change. We're planning on slowly adding more languages as needed/requested. The next on the list are Swift and Kotlin.

    It does not require any change to your existing public interface, but simply reads it and creates the bindings off of that. It should also work on Linux (Debian), MacOS, and Windows (Visual Studio). Here's a small demo if you'd like to test:

    https://github.com/Tolc-Software/tolc-demo

    And here are the repositories with the source code:

    https://github.com/Tolc-Software/tolc - The executable

    https://github.com/Tolc-Software/frontend.py - The python bindings generator

    https://github.com/Tolc-Software/frontend.wasm - The WebAssembly bindings generator

    https://github.com/Tolc-Software/Parser - The C++ parser

    It is dual licensed with AGPL and, if someone wants, a commercial license as well.

    Would be cool if someone finds it useful!

  • A bindings compiler for C++
    6 projects | /r/cpp | 8 Mar 2022

What are some alternatives?

When comparing asm-dom-cmake and tolc-demo you can also consider the following projects:

CPM.cmake - 📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.

avendish - declarative polyamorous cross-system intermedia objects

ModernCppStarter - 🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.

Fast-Poisson-Image-Editing - A fast poisson image editing implementation that can utilize multi-core CPU or GPU to handle a high-resolution image input.

cmake-examples - Useful CMake Examples

frontend.wasm - Wasm frontend for Tolc

Parser - Parser for C++ to IR

tolc - A bindings compiler for C++

cmake-init - The missing CMake project initializer

frontend.py - Python frontend for Tolc