picostdlib VS natu

Compare picostdlib vs natu and see what are their differences.

picostdlib

Nim wrapper for the raspberry pi stdlib (by EmbeddedNim)

natu

Toolkit for writing Game Boy Advance games in Nim (by exelotl)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
picostdlib natu
4 2
61 212
- -
2.1 6.8
3 months ago 3 months ago
Nim Nim
MIT License GNU General Public License v3.0 or later
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.

picostdlib

Posts with mentions or reviews of picostdlib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-22.
  • Introduction to Embedded Systems Programming (Ada)
    3 projects | news.ycombinator.com | 22 Nov 2022
    Heres the rp2040 wrapper someone else did: https://github.com/EmbeddedNim/picostdlib
  • How to get clean simple C output?
    5 projects | /r/nim | 8 Sep 2022
    As a workaround, you might be able to just get Nim to output the c sources (nim cc), and set up your own build system (make or whatever) to build and link it. This is the approach taken in https://github.com/EmbeddedNim/picostdlib. If you do this, you might want to pass in --cpu:m68k or some other supported 8-bit arch, though I'm not sure that --cpu is used for anything else than selection the C compiler exec and flags.
  • New embedded programming language with C as a host language
    7 projects | news.ycombinator.com | 25 Jul 2022
    C++ has decent industry acceptance in embedded nowadays, or at least that has been my impression.

    After C++, rust is likely the most popular, quite a lot of effort has been put into running rust on embedded, see eg https://github.com/rust-embedded. However, once again to my understanding, industry acceptance is still highly marginal.

    After that, there's a bunch of toy-ish efforts to run other languages. Zig, nim, python and javascript variants, etc. Usually anything that has C ABI compatibility should be possible to get up and running (without writing a compiler backend from scratch). I've had fun with some toy projects using nim for ARM cortex-M targets (https://github.com/EmbeddedNim/svd2nim, https://github.com/auxym/nim-on-samd21, https://github.com/EmbeddedNim/picostdlib).

    Using Nim (and eg svd2nim to generate the equivalent of CMSIS headers for register access in pure nim), it would be entirely possible to write even the low level stuff (SPI drivers and whatnot) in 100% nim, with the same performance as C and better safety (better static type system and compile-time checks, etc). Runtime (eg overflow) checks and garbage collection are available (at the cost of some performance) but optional. See eg. a pretty basic higher-level API for GPIO access, that provides native performance, since the abstraction is implemented as macros (compile-time abstraction): https://github.com/auxym/nim-on-samd21/blob/master/src/port....

  • Emulator of Original Dell Charger Using ATTINY85
    6 projects | news.ycombinator.com | 24 Feb 2022
    To be clear: Ratel isn't my project, just something I'm following due to interest.

    In the interest of shameless self promotion :), my own experimentations are :

    https://github.com/EmbeddedNim/svd2nim

    https://github.com/auxym/nim-on-samd21

    And I've used and contributed to picostdlib (https://github.com/beef331/picostdlib), the rp2040 support library.

    All just as a hobby, but it's interesting to learn that some companies are actually looking into Nim for firmware! Embedded seems like such a slow moving industry. I believe the author of Nesper and Nephyr also developed them for professional work.

natu

Posts with mentions or reviews of natu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-15.
  • How difficult is it to make a game for a gameboy advance
    11 projects | /r/GameboyAdvance | 15 Nov 2022
    •  libtonc - a low-level C library providing direct access to the hardware          •  Butano -  a high-level modern C++ engine      •  gbaplusplus - a low-level modern C++ library      •  gba-modern - a batteries-included modern C++ project template      •  BPCore - an engine that uses Lua scripting, similar to PICO-8      •  gbsenpai - can be used to port GB Studio (v2.0 only) games to GBA      •  agb * - a crate for Rust users      •  libseven * - a new replacement for libtonc      •  ugba * - a C library that can also target PC      •  Natu * - a toolkit using the Nim language
  • How to get clean simple C output?
    5 projects | /r/nim | 8 Sep 2022

What are some alternatives?

When comparing picostdlib and natu you can also consider the following projects:

dell-charger-emulator - Emulator of original Dell charger using ATTINY85

butano - Modern C++ high level GBA engine

svd2nim - Convert CMSIS ARM SVD files to nim register memory mappings

gba-modern - An attempt to create a Game Boy Advance game using Modern C++

nim-on-samd21 - Template for programming Microchip SAM D21 MCUs with Nim

gbsenpai - GB Studio Extended Nominal Player Adaptation/Interface

nimOnAVR - Nim language test program for Arduino UNO/Nano or its compatibles

ThinkpadBattery - Open source Thinkpad T420 battery design

kcgi - minimal CGI and FastCGI library for C/C++

micronucleus - ATTiny usb bootloader with a strong emphasis on bootloader compactness.

Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

v-mode - 🌻 An Emacs major mode for the V programming language.