Doodle VS doodle-tutorials

Compare Doodle vs doodle-tutorials and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Doodle doodle-tutorials
58 10
600 20
5.5% -
8.9 5.7
about 1 month ago 2 months ago
Kotlin Kotlin
MIT License 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.

Doodle

Posts with mentions or reviews of Doodle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-30.
  • Doodle: Pure Kotlin UI Framework for the Web and Desktop
    1 project | news.ycombinator.com | 8 Sep 2023
  • Keeping Figma Fast: perf-testing the WASM editor
    5 projects | news.ycombinator.com | 30 Aug 2023
    https://blog.jetbrains.com/kotlin/2023/08/compose-multiplatf...

    They don't really mention Wasm there as this mostly focuses on the IOS support. They had a lot of presentations about that at kotlin conf and the compose web channel in the kotlin slack is very active.

    Basically, anyone currently doing mobile development that is used to modern UI frameworks for that, will soon be able to target browsers effortlessly without compromising on their UI frameworks. Compose is one of the frameworks. But there are others. I've seen some nice kotlin-js frameworks targeting canvas and vector graphics. Doodle is a nice example: https://nacular.github.io/doodle/. I have not used that yet but it looks quite slick. A lot of kotlin-js stuff will transition to wasm once the compiler stabilizes.

    Web developers seem to be mostly unable to see beyond their comfort zone of DOM/CSS/JS. There are alternative ways of doing UI/UX that are common outside of browsers. Applying that in a browser is transitioning from impossible (a few years ago) to being hard but very feasible (the last few years) to being easy, very common, and widely supported across different developer ecosystems (the next few years). Not a matter of if but when.

  • Complex Menus Made Easy with Doodle 0.9.2
    2 projects | /r/coolgithubprojects | 26 May 2023
    Doodle is a pure Kotlin UI framework for the Web (and Desktop), that lets you create rich applications without relying on Javascript, HTML or CSS. Check out the documentation and tutorials to learn more.
  • On the Compose HTML rebranding (TL;DR - everything is fine!)
    8 projects | /r/Kotlin | 15 Apr 2023
    Doodle - A pure Kotlin UI framework for the Web (and Desktop).
  • Doodle 0.9.1 makes it easy to add popups and modals to your app
    1 project | /r/opensource | 7 Apr 2023
    1 project | /r/javascript | 7 Apr 2023
    1 project | /r/coding | 7 Apr 2023
  • Doodle 0.9.0 Released
    1 project | /r/Frontend | 4 Jan 2023
    1 project | /r/coding | 4 Jan 2023
  • Animations with Doodle 0.9.0
    2 projects | /r/Kotlin | 4 Jan 2023
    Doodle is a pure Kotlin UI framework for the Web (and Desktop), that lets you create rich applications without relying on Javascript, HTML or CSS. Check out the documentation and tutorials to learn more.

doodle-tutorials

Posts with mentions or reviews of doodle-tutorials. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-01.
  • My first public web app - backend built with Kotlin
    2 projects | /r/Kotlin | 1 May 2022
    You should also check out Doodle. It is Kotlin multi platform, but lets you share business logic and rendering on web and desktop. These apps all do this.
  • Doodle 0.6.0 Supports Desktop
    1 project | /r/Kotlin | 10 Sep 2021
    Doodle is a pure Kotlin UI framework for the Web (and Desktop), that lets you create rich applications without relying on Javascript, HTML or CSS. Check out the documentation and tutorials to learn more.
  • Using multi-touch and file drag-drop to make a simple photo viewer using Doodle (a pure Kotlin UI framework for the Web, that lets you create rich applications without worrying about Javascript, HTML or CSS)
    3 projects | /r/Kotlin | 4 May 2021
    Thanks for the feedback on improving the docs. This and other Doodle apps work atop Kotlin and can be KMM or single-target. One of those targets needs to be Javascript (browser) to make something runnable in the browser. They build using gradle tasks that are present when using the kotlin("js") or kotlin("multiplatform") plugin configurations. These result in tasks like jsbrowserProductionWebPack or browserProductionWebPack for KMM and JS-only respectively. These generate Javascript from the Kotlin and output it, along with the HTML and resource files included in the project directory structure. Here is the HTML file for the PhotosFullScreen app. There is a bit of custom build stuff for these demos to avoid including a main function in them directly, so they can be treated as libraries by the DocApps app. It is the one that generates the JS that can be included in the documentation for the site. Otherwise, the all the apps would have their fullScreen functions simply be main and include an HTML file in their resources directory that points to say Photos.js.
  • Multi-touch with Doodle
    1 project | /r/Kotlin | 3 May 2021
    See how to easily use multi-touch and file drag-drop to make a simple photo viewer using Doodle. Doodle tutorials is a good place to see in-depth examples of how to build apps.
  • Doodle 0.5.0 released.
    4 projects | /r/Kotlin | 9 Apr 2021
    I just tried latest Brave on iOS and both apps work fine. Can you file an issue (https://github.com/nacular/doodle-tutorials/issues) with more details about OS and Brave version?
  • Doodle 0.5.0 released
    3 projects | /r/javascript | 9 Apr 2021
    Doodle is a pure Kotlin UI framework for the Web, that lets you create rich applications without relying on Javascript, HTML or CSS. Check out the documentation and tutorials to learn more.

What are some alternatives?

When comparing Doodle and doodle-tutorials you can also consider the following projects:

kvision - Object oriented web framework for Kotlin/JS

kottpd - REST framework written in pure Kotlin

Kodein - Painless Kotlin Dependency Injection

ktor - Framework for quickly creating connected applications in Kotlin with minimal effort

padawan-wallet - The bitcoin wallet trainer on Android.

vaadin-on-kotlin - Writing full-stack statically-typed web apps on JVM at its simplest

fritz2 - Easily build reactive web-apps in Kotlin based on flows and coroutines.

kotlin - Starter project for Kotlin

GraphQL Kotlin - Libraries for running GraphQL in Kotlin

kotless - Kotlin Serverless Framework

alpas - 🚀 The Rapid and Delightful Kotlin Web Framework. Easy, elegant, and productive!