C HTML

Open-source C projects categorized as HTML
Topics: C JavaScript CPP CSS GUI

Top 13 C HTML Projects

  • webview

    Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

  • Project mention: Why Bloat Is Still Software's Biggest Vulnerability | news.ycombinator.com | 2024-02-09

    You can create the webview using each platforms native GUI toolkit and setup JS communication yourself OR you can use a lightweight library that does it for [1] (search its README for language "bindings").

    [1] https://github.com/webview/webview

  • Down

    Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.

  • Project mention: WKWebView inside NSTableCellView | /r/swift | 2023-06-24
  • 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.

    InfluxDB logo
  • myhtml

    Fast C/C++ HTML 5 Parser. Using threads.

  • lexbor

    Lexbor is development of an open source HTML Renderer library. https://lexbor.com

  • Project mention: Modest: A fast HTML renderer implemented as a pure C99 library | news.ycombinator.com | 2024-01-12

    Project is deprecated in favour of the same developer's lexbor project[0].

    [0]: https://github.com/lexbor/lexbor

  • rdrview

    Firefox Reader View as a command line tool

  • Project mention: Mozilla: Readability.js | news.ycombinator.com | 2024-02-25

    See also the C port here: https://github.com/eafer/rdrview/

    It works well with text-mode browsers like w3m.

  • libxo

    The libxo library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls. The application decides at run time which output style should be produced.

  • Project mention: jc: Converts the output of popular command-line tools to JSON | news.ycombinator.com | 2023-12-08

    > In FreeBSD, this problem was solved with libxo[0]:

    Libxo happens to be in the base system, but it is generally available:

    * https://github.com/Juniper/libxo

    * https://libxo.readthedocs.io/en/latest/

  • is-Engine

    C++, SDL 2 and SFML game engine that allows to create games on Web (HTML 5), Mobile and PC.

  • Project mention: I Can Transform : 5th Anniversary | /r/playtesters | 2023-11-20

    [I Can Transform](url=https://linktr.ee/is_daouda) is now 5 years old! ✨🌟✨

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • CS50x_2021

    Harvard CS50x — 2021 solutions

  • tree-sitter-html

    HTML grammar for Tree-sitter

  • Project mention: Emacs and Java Development: Corfu + Cape + LSP-Mode + Treesit | /r/emacs | 2023-05-19

    (use-package treesit :ensure nil :custom ;; Some stuff taken from here: https://robbmann.io/posts/emacs-treesit-auto/ (treesit-extra-load-path '("/usr/lib64/")) (treesit-language-source-alist '((bash . ("https://github.com/tree-sitter/tree-sitter-bash")) (c . ("https://github.com/tree-sitter/tree-sitter-c")) (c++ . ("https://github.com/tree-sitter/tree-sitter-cpp")) (csharp . ("https://github.com/tree-sitter/tree-sitter-c-sharp")) (css . ("https://github.com/tree-sitter/tree-sitter-css")) (elixir ("https://github.com/elixir-lang/tree-sitter-elixir")) (html . ("https://github.com/tree-sitter/tree-sitter-html")) (java . ("https://github.com/tree-sitter/tree-sitter-java")) (javascript . ("https://github.com/tree-sitter/tree-sitter-javascript")) (json . ("https://github.com/tree-sitter/tree-sitter-json")) (lua . ("https://github.com/Azganoth/tree-sitter-lua")) (makefile . ("https://github.com/alemuller/tree-sitter-make")) (org . ("https://github.com/milisims/tree-sitter-org")) (python . ("https://github.com/tree-sitter/tree-sitter-python")) (tsx . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src")) (typescript . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src")) (ruby . ("https://github.com/tree-sitter/tree-sitter-ruby")) (rust . ("https://github.com/tree-sitter/tree-sitter-rust")) (sql . ("https://github.com/m-novikov/tree-sitter-sql")) (toml . ("https://github.com/tree-sitter/tree-sitter-toml")) (yaml . ("https://github.com/ikatyang/tree-sitter-yaml")))) (major-mode-remap-alist '((c-mode . c-ts-mode) (c++-mode . c++-ts-mode) (csharp-mode . csharp-ts-mode) (css-mode . css-ts-mode) (html-mode . html-ts-mode) (java-mode . java-ts-mode) (js-mode . js-ts-mode) (json-mode . json-ts-mode) (makefile-mode . makefile-ts-mode) ;; (org-mode . org-ts-mode) ;; not mature yet (python-mode . python-ts-mode) (typescript-mode . typescript-ts-mode) (ruby-mode . ruby-ts-mode) (rust-mode . rust-ts-mode) (toml-mode . toml-ts-mode) (yaml-mode . yaml-ts-mode))) (treesit-auto-fallback-alist '((toml-ts-mode . conf-toml-mode) (typescript-ts-mode . nil) (tsx-ts-mode . nil))) (treesit-font-lock-settings t) (treesit-simple-indent t) (treesit-defun-type-regexp t)) (use-package treesit-auto :demand t :config (setq treesit-auto-install t) (global-treesit-auto-mode))

  • webview

    Nim bindings for https://github.com/zserge/webview (by oskca)

  • modest_ex

    Elixir library to do pipeable transformations on html strings (with CSS selectors)

  • tidy_ex

    Elixir binding to the granddaddy of HTML tools

  • Programming

    This repo contains my Projects and practice code of various languages which I have learned during my Graduation in Computer engineering. (by SubhanRaj)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C HTML related posts

Index

What are some of the best open-source HTML projects in C? This list will help you:

Project Stars
1 webview 12,005
2 Down 2,190
3 myhtml 1,622
4 lexbor 889
5 rdrview 828
6 libxo 302
7 is-Engine 192
8 CS50x_2021 161
9 tree-sitter-html 117
10 webview 98
11 modest_ex 32
12 tidy_ex 9
13 Programming 1

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com