PixelNote

PixelNote

GIFs from bits of code

4 ratings
4 reviews
Free

Details

  • Released
  • Updated
  • December 10, 2015
  • May 9, 2022
PixelNote screenshot #1 for iPhone
PixelNote screenshot #2 for iPhone
PixelNote screenshot #3 for iPhone
PixelNote screenshot #4 for iPhone
PixelNote screenshot #5 for iPhone
PixelNote screenshot #6 for iPhone
🖼️Get Icon
Icons↘︎

About

Create 8-bit style animations and images on a square pixel display using a unique, compact programming language. Manipulate pixels, import photos, and explore generative art with a 101x101, 256-color canvas. It's inspired by classic computers and modern messaging apps.

8-bit style animations and pictures
Square pixel display canvas
Compact programming language
Import photos
Generative art exploration
History of code
Show original description

What's New in PixelNote

3.0.1

May 9, 2022

Version 3.0 included these updates: - The new "touch" command lets you take touch input in your programs. (There's a little paint-style program included in the examples now!) - A few other new commands, or new options on existing commands, such as simpler looping and if-style conditionals. - Expanded and easier-to-navigate examples and documentation. - Updates for the four years of iOS updates since the last version, including dark mode support. Alas, it also had a bug; when you chose "Save Picture to Photos", it could crash because of a missed step in how it now requests permissions. Version 3.0.1 fixes that.

More

User reviews

Galton Board example

cls: (i=1..8: st=i: j=1..st: x= -3*i+j*6 : y=50-i*10: pix x,y,24: if i=8: line x,y+5,x,-50,24): line 30,-30, 30, -50,24: line -24, -30, -24, -50,24 : line -24,-50, 30, -50,18 : a=1..500: :pix 3,49,2 : i=1..5:eachp x,y: c=pix(x,y):d=pix(x,y-1): if c=2:case d=24( pix x,y, 0: case ?1,2?=1(pix x-3,y,2),(pix x+3,y,2)),d=0(pix x,y,0:pix x,y-1,2), d=2(pix x,y,18),d=18(b=pix(x-1,y-1):e=pix(x+1,y-1): case b=0(pix x,y,0: pix x-1,y-1,2),e=0(pix x,y,0: pix x+1,y-1,2),(pix x,y,18)): pause 0# Galton Board
Show more

Response from developer

Thanks for sharing, love it!

Awesome ‘Restrictive’ programming app!

Wonderful app! Has all the basic elements to make some cool stuff. The ‘guide’ has enough to get you started and the paste/copy commands can be combined with the pix() function to store and retrieve data (…this was a secret hint). Since people do enjoy programming with this app, I would STRONGLY suggest adding scrolling to the coding window. As code gets longer…it spills over to the output screen and you loose screen real-estate. That is the only thing I would change for now. This would make it possible to code more complex programs. There is definitely enough there structurally to make more complex things.

(As an after thought…It would be nice make variables outside a block available inside the blocks…but not vice-versa. Scope becomes an issue when coding with parenthesis to make blocks when looping…or for other reasons. Variables created inside blocks should definitely remain ‘local’ as they are now.

Also, to be able to have a place to share programs too would be nice…maybe just a group or something.

While I’m at it…if you would add scrolling…you may want an option to make it possible to code line by line instead of in one long line of separated commands. I code in a txt editor and paste to the app now so I can code line by line. The app actually strips the new line codes out of the pasted code and replaces them with spaces which enables the program to still work without changing the code…pretty cool too!)

Great job!…don’t drop the updates…this has potential!!
Show more

Print C64 maze

Very good application for quick coding exercises. Here is a program similar to the famous C64 one line PRINT maze:

cls 75: y=-46:anim: x=0..25:a=?0..1?:case a=0(line x*4+3-50,y,x*4-50,y-3,0 ),( line x*4-50,y,x*4-50+3,y-3,0 ): case x>24( copy box -50,46,101,-100:paste -50,50 :box -50,-46,101,-4,75) :pause 3:# print C64 maze
Show more

Really cool, easy to learn

I love this app! It’s features are full, it’s speedy, it allows me to make spectacular gifs and images, and most of all, it’s fun! 10/10

Developer apps

FAQ

What kind of art can I create with PixelNote?

PixelNote allows you to create 8-bit style animations, pictures, and effects. You can manipulate individual pixels, import photos, plot functions, and explore generative art on a 101x101, 256-color canvas.

How does PixelNote's programming language work?

PixelNote features its own compact and unique programming language designed for experimentation. You control the 101x101 canvas through a one-line command input field, making it accessible for creative coding.

Is PixelNote suitable for beginners?

Yes, PixelNote comes with a set of examples to help you get started and a full built-in reference guide to its language. You can modify existing examples or build your own creations.

Can I save and revisit my work in PixelNote?

PixelNote keeps a history of your code as you work, allowing you to revisit and modify your previous creations. This feature encourages experimentation and iteration.

What devices is PixelNote available on?

PixelNote is currently available for iPhone and iPod devices, running on iOS.

How often is PixelNote updated?

The latest version of PixelNote is 3.0.1, which was last updated on May 9, 2022. This indicates a moderate update frequency.

Does PixelNote have ads?

No, PixelNote does not contain advertisements. It is a completely ad-free experience for users.

What is the user sentiment for PixelNote?

PixelNote has received overwhelmingly positive feedback, with a perfect 5.0-star rating from 4 reviews. This suggests a high level of user satisfaction with its creative capabilities.