home.social

#pybadge — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pybadge, aggregated by home.social.

  1. New blog post: Bringing WebAssembly to microcontrollers:

    blog.fireflyzero.com/pages/his

    This is the 2/2 part covering the history of Firefly Zero. It talks more about , my personal experience with it, , , , @mechanoid, , and many other amazing bleeding edge technologies that made Firefly Zero possible.

  2. New blog post: Bringing WebAssembly to microcontrollers:

    blog.fireflyzero.com/pages/his

    This is the 2/2 part covering the history of Firefly Zero. It talks more about #wasm, my personal experience with it, #TinyGo, #FOSDEM, #WASMIO, @mechanoid, #AdaFruit #PyBadge, and many other amazing bleeding edge technologies that made Firefly Zero possible.

    #gamedev #foss

  3. New blog post: Bringing WebAssembly to microcontrollers:

    blog.fireflyzero.com/pages/his

    This is the 2/2 part covering the history of Firefly Zero. It talks more about #wasm, my personal experience with it, #TinyGo, #FOSDEM, #WASMIO, @mechanoid, #AdaFruit #PyBadge, and many other amazing bleeding edge technologies that made Firefly Zero possible.

    #gamedev #foss

  4. New blog post: Bringing WebAssembly to microcontrollers:

    blog.fireflyzero.com/pages/his

    This is the 2/2 part covering the history of Firefly Zero. It talks more about #wasm, my personal experience with it, #TinyGo, #FOSDEM, #WASMIO, @mechanoid, #AdaFruit #PyBadge, and many other amazing bleeding edge technologies that made Firefly Zero possible.

    #gamedev #foss

  5. New blog post: Bringing WebAssembly to microcontrollers:

    blog.fireflyzero.com/pages/his

    This is the 2/2 part covering the history of Firefly Zero. It talks more about #wasm, my personal experience with it, #TinyGo, #FOSDEM, #WASMIO, @mechanoid, #AdaFruit #PyBadge, and many other amazing bleeding edge technologies that made Firefly Zero possible.

    #gamedev #foss

  6. @leobm

    I recently made a nice framework for making wasm-4 games with :
    github.com/orsinium-labs/wasm4

    TinyGo now has the wasm-unknown target which makes really small and nice binaries.

    Also, if you have , you can use it as a handheld console for running wasm-4 games:
    github.com/orsinium-labs/gamgee

  7. New project: Runtime for running WASM-4 games on Adafruit and potentially other small devices/

    github.com/orsinium-labs/gamgee

    Written in , it uses wasmi crate to run modules with very little space and memory requirements. The binary is just about 270 Kb and the runtime uses for itself just a few Kb of RAM giving the rest to the game.

  8. There will be a lot of mathematical theory, but I also want to show how stack languages are great in constrained environments. To do that, my hope is to show some #Uxn demos running on this #Adafruit #PyBadge. Follow along at dcreager.net/pybadge-notes/ if you want to see my fumbling attempts to make it work before Thursday. 😅

  9. @attie

    1. The easiest way to get into microcontrollers for you is to buy @adafruit or and program it on , a limited version of .

    adafruit.com/product/4200

    2. will let you program anything and smartly utilize limited resources. Entry level is high.

    3. strikes the balance. It's easy to learn and with you can program any microcontrollers, including abovementioned pybadge.

    tinygo.org/

  10. @RenewedRebecca I personally used for programming adafruit and for programming a DJI Tello drone. In both cases, the experience was great.

  11. @RenewedRebecca I personally used #tinygo for programming adafruit #pybadge and #gobot for programming a DJI Tello drone. In both cases, the experience was great.

  12. @[email protected] Good luck with your journey! Programming is fun, and is very versatile. I use it to generate art, produce assets for my board game, power lots of websites, notify me about things, analyze and visualize data. Oh, and it pays my bills.

    I've got last week. However, I use instead of Python to program it, which seems to me like a better fit for small places.