Create non-game apps with Godot Engine

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
  1. Godot

    Godot Engine – Multi-platform 2D and 3D game engine

    This often-repeated statement doesn't really communicate how the editor works. While it does use many of the same APIs, you couldn't build the editor from within the editor (bootstrapping). The editor itself is largely written in C++ and not Godot's integrated language GDScript, you can see for yourself https://github.com/godotengine/godot/tree/master/editor

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Gut

    Godot Unit Test. Unit testing tool for Godot Game Engine.

    And it's extensible by plugins! I like using GUT [0] for unit tests, and it injects its own editor tab with a custom UI... which is just another Control node [1].

    [0] https://github.com/bitwes/Gut

  4. Lorien

    Infinite canvas drawing/whiteboarding app for Windows, Linux and macOS. Made with Godot.

    another example of an interesting application for godot that's not a game is https://github.com/mbrlabs/Lorien - an infinite canvas for drawing.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • FFT-based ocean-wave rendering, implemented in Godot

    5 projects | news.ycombinator.com | 27 Sep 2024
  • Is it possible to hide faces of a cube that player cant see?(optimization)

    2 projects | /r/godot | 8 Dec 2023
  • Looking for help with CI setup

    3 projects | /r/godot | 11 Jun 2023
  • I’ve worked on this level design plugin for 6 months and its finally ready!

    5 projects | /r/godot | 14 May 2023
  • Scan whole Godot 4 project for GDScript errors and warnings without running it?

    1 project | /r/godot | 13 May 2023