Teaching a 9 year old .NET?

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
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
  1. processing

    Source code for the Processing Core and Development Environment (PDE)

    I started learning programming with Processing. It's great because it's so straightforward; you download and install one file, run that, add one line of code, press the play button and BAM you see that on the screen. What's also neat for your situation is that it's pretty much the same IDE as arduino (unless you used e.g. VS Code, of course). Caveat: The IDE is... rather rudimentary, and it's a little frustrating to get errors when compiling or running, which a professional level JIT compiler would catch.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. scratch-www

    Standalone web client for Scratch

    You might want to check out MIT’s Scratch: https://scratch.mit.edu

  4. PhysicsExamples2D

    Examples of various Unity 2D Physics components and features.

    For Unity you'd use your usual C# IDE, so you don't have that problem. And Unity is great in so many ways, it's easy to get into - part of that is certainly that it's really well documented - but is also powerful enough to make AAA games. Also there's a bunch of free assets. Caveat: All the little parts are easy, combining them in a clean-ish way is freaking hard. It took me literally years, and I'm a sw architecture fanatic. Even proven professionals don't bother and just deal with the mess: The devs for Celeste - a very successful indie hit on Unity - open-sourced the code for their player script and it's like a 4000 line file.

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

  • Relax while watching bouncing particles making connections when they get closer

    3 projects | news.ycombinator.com | 9 Jan 2025
  • Cosy Computing

    1 project | news.ycombinator.com | 2 Sep 2024
  • Want to be a software engineer? The difficulty of top down learning.

    1 project | dev.to | 5 Aug 2024
  • Processing Foundation 2024 Software Development Grant (pr05): 'New Beginnings' Open Call

    3 projects | dev.to | 16 May 2024
  • Our tools shape our selves

    1 project | news.ycombinator.com | 4 Apr 2024

Did you know that Java is
the 8th most popular programming language
based on number of references?