Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Making a Browser from scratch with qt and making The rendering engine
Forum Updated to NodeBB v4.3 + New Features

Making a Browser from scratch with qt and making The rendering engine

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 380 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DARK LORD
    wrote on 28 Aug 2024, 20:24 last edited by
    #1

    so I am trying to make a fully custom browser but I have no idea how to go about to go making the rendering engine,it is a toy rendering engine with very limited features but i want to make it custom, so how do i go about doing it and idea would be appreciated

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 29 Aug 2024, 08:33 last edited by
      #2

      Hi and welcome to devnet,

      As a really basic html renderer, you can take a look at the sources of QTextBrowser.

      For something more fancy, you can take a look at KHTML which was forked into WebKit which as forked into Chromium which powers the QtWebEngine module.

      The Gecko engine might also be of interest since it powers Firefox.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • D Offline
        D Offline
        DARK LORD
        wrote on 29 Aug 2024, 10:42 last edited by DARK LORD
        #3

        thanks , but i was thinking of making some kind of a rendering engine with something similar to SDL or maybe Pygame using python-script instead of JavaScript, the app and the whole interface will be in qt and all the stuff related to networking and interaction with the OS ,Tab management, etc , but i want a 2D engine so that i can make the web pages and maybe some custom tags

        1 Reply Last reply
        0

        1/3

        28 Aug 2024, 20:24

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved