wefx VS pp

Compare wefx vs pp and see what are their differences.

wefx

Basic WASM graphics package to draw to an HTML Canvas using C. In the style of the gfx library (by robrohan)

pp

PP - Generic preprocessor (with pandoc in mind) - macros, literate programming, diagrams, scripts... (by CDSoft)
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
wefx pp
4 2
28 252
- -
4.9 3.6
4 months ago 5 months ago
C Haskell
GNU General Public License v3.0 or later GNU General Public License v3.0 only
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.

wefx

Posts with mentions or reviews of wefx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-14.
  • Cheerp 3.0: The most advanced C++ compiler for the Web now permissively licensed
    4 projects | news.ycombinator.com | 14 Mar 2023
    I'm particularly curious on what parts cheerp adds to their clang+llvm base. Presumably it's something like the C standard target library for WASM/JS?

    For reference, here's examples of what you could do with the baseline clang with wasm (but not JS?) [1] [2] [3], referenced from a similar thread on HN.

    [1] https://github.com/ern0/howto-wasm-minimal

    [2] https://github.com/robrohan/wefx

    [3] https://github.com/PetterS/clang-wasm

  • The Tools I Use to Write Books (2018)
    3 projects | news.ycombinator.com | 16 May 2022
    I've used a similar pipeline to create "books for code and infrastructure". A/k/a coding in a somewhat literate programming style. Similar to what is described here:

    gemini://gemini.robrohan.com/2022-04-23-narrative-programming.md

    With output that looks similar to this: https://github.com/robrohan/wefx/blob/main/docs/manual.pdf

    Using a github action like this: https://github.com/robrohan/wefx/blob/main/.github/workflows...

    (most of the code borrowed from those projects)

    You can do it with just plain markdown files and use directories for chapters / organization if you're just going for prose.

    I've thought about using the process to try to make open textbooks where you can mix and match chapters, but I don't have any experience in that field.

    Anyway, can confirm, it's an incredibly useful process.

  • Show HN: How to compile C/C++ for WASM, pure Clang, no libs, no framework
    13 projects | news.ycombinator.com | 11 Apr 2022
    Not trying to steal your thunder, but here is another nostdlib clang -> wasm example with malloc, a few math functions, rand, and writing to a canvas doing animation.

    => https://github.com/robrohan/wefx

  • Implementing Cosine in C from Scratch
    10 projects | news.ycombinator.com | 29 Mar 2022
    I haven’t seen this version mentioned in the thread - if you don’t need a lot of precision, here is a simple 4 line version[1] and here’s how it works[2].

    Not sure who initially came up with it.

    [1] https://github.com/robrohan/wefx/blob/1a918cc2d5ad87402a3830...

    [2] https://www.desmos.com/calculator/lo7cf60mjz

pp

Posts with mentions or reviews of pp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-16.
  • The Tools I Use to Write Books (2018)
    3 projects | news.ycombinator.com | 16 May 2022
  • Why did org mode invent a new markup syntax instead of just going with markdown?
    11 projects | /r/emacs | 14 Dec 2021
    Talking about the downsides of Markdown: it's not that you can't use Markdown without tables. Since there is not just one Markdown flavor, there are variants such as this one which do define table support and more. This introduces other difficulties to users of Markdown. For example, you need to know what kind of Markdown is supported with your current tool-set. In my business life, we do use a tool-chain to generate documents via Markdown, pandoc and pp (I'm not sure if the correct link is this or that). Using that, I may use even two different kinds of Markdown tables with different syntax and different features for formatting. I guess I don't need to explain much more on that to emphasize that this is a complicated thing to write and maintain since editing tools do not seem to support Markdown tables at all or they only support only one kind of Markdown table and not all of them. It's a big mess that the original authors or Markdown could not foresee and later, nobody could fix it so far although there is CommonMark which tried to fix it but it didn't stick much.

What are some alternatives?

When comparing wefx and pp you can also consider the following projects:

pure-data - Pure Data - a free real-time computer music system

IParse - IParse: an interpreting parser written in C++

chip8-book - An introduction to Chip-8 emulation using Rust

orgdown

cib - clang running in browser (wasm)

org-mode

clang-wasm - How to build webassembly files with nothing other than standard Clang/llvm.

pp - preprocessor

wasm-fizzbuzz - WebAssembly from Scratch: From FizzBuzz to DooM.

obsidian-releases - Community plugins list, theme list, and releases of Obsidian.

musl - unofficial musl mirror git://git.musl-libc.org/musl

pandoc - Universal markup converter