Nettie · @nettles
317 followers · 418 posts · Server mastodon.scot

Hmmm... debating whether to propose different behaviour for 's flip-x and flip-y bits when interacting with the auto byte, but realising it's not a simple or clean proposal. Would be nice to be able to flip big sprites without complex loops, but maybe it'd make things too confusing.

#varvara #uxn

Last updated 1 year ago

Potassium · @potassium
11 followers · 37 posts · Server mindly.social

Learned how the color palette works and then modified hex values in the writing app 'Left' to display in dark mode! This is fun! 😀


100r.co/site/left.html

#uxn #uxntal #varvara

Last updated 2 years ago

Potassium · @potassium
11 followers · 36 posts · Server mindly.social

Alright, let's see what all of the commotion is about

#uxn #uxntal #varvara

Last updated 2 years ago

DHeadshot's Alt · @ddlyh
18 followers · 1006 posts · Server topspicy.social

The wiki page has file occupy 2 devices (a and b) but the tutorial has date-time as b (c in the wiki) and as such doesn't describe what the second device would be. I assume it's just out of date, but then what's the second device for? Is it just to use 2 files at once or does it add further functionality to the first device? The wiki doesn't mention it... ( @neauoire )

#uxn #varvara

Last updated 2 years ago

Mari · @RoboFortuna
20 followers · 46 posts · Server girlcock.club

Finally understand how auto byte works in , the instruction is somewhat confusing (or at least was for this one) so for anyone who sees it:
There's more behaviors than the 4 listed on the documentation. 0 increments x, 1 increments y, 2 increments addr, and 3 is diagonal, but importantly 5 increments x and the addr, and 6 increments y and the addr.

This part is somewhat more intuitive, but the high nibble corresponds to the # of sprites to add after the first one.

#varvara

Last updated 2 years ago

Mari · @RoboFortuna
20 followers · 45 posts · Server girlcock.club

Finally understand how auto byte works in , the instruction is somewhat confusing (or at least was for this one) so for anyone who sees it:
There are more behaviors than the 4 listed on the documentation. 0 increments x, 1 increments y, 2 increments addr, and 3 is unused, but importantly 5 increments x and the addr, and 6 increments y and the addr.

This part is somewhat more intuitive, but the high nibble corresponds to the # of sprites to add after the first one.

#varvara

Last updated 2 years ago

Hans X · @zephyrfalcon
33 followers · 89 posts · Server mastodon.social

I understand it correctly, the virtual machine is essentially separate from the computer. In the sense that you could write a _different_ computer/front-end for , that still uses but may have different capabilities than Varvara, using different ports.

#uxn #varvara #uxntal

Last updated 2 years ago

max22- · @maxime_andre
76 followers · 872 posts · Server mastodon.xyz

I've got an old vga screen next to my laptop, i wanted to do that for a long time
youtube.com/watch?v=IE8FciblnQ

#uxn #varvara #esp32

Last updated 2 years ago

max22- · @maxime_andre
76 followers · 872 posts · Server mastodon.xyz

This morning i played with basic. But this little example freezes uxn :eo_thinking: @neauoire

#varvara

Last updated 2 years ago

Eric 🐺 · @garvalf
57 followers · 155 posts · Server mastodon.art

@protodrew

and mascots are among my favorite!

kokorobot.ca/site/uxn.html

#varvara #uxn

Last updated 2 years ago

olav · @olav
35 followers · 195 posts · Server bonn.social

Looking through a list of fantasy computers like or , I stumbled across miniscript.org by Joe Strout. It is an educational programming language, even easier for beginners than Python or Lua, but quite expressive.

I am curious to see if it is possible to port the language to an ESP32 and make a real smol computer, based on it.

#varvara #domeengine

Last updated 2 years ago

Eric 🐺 · @garvalf
57 followers · 155 posts · Server mastodon.art

@ibannieto @neauoire @rek
So do I :)
Have you seen there's a implementation for , called UF?

call-with-current-continuation

#varvara #forth

Last updated 2 years ago

Eric 🐺 · @garvalf
57 followers · 155 posts · Server mastodon.art

having fun with UF ( without )

#uxn #varvara #forth

Last updated 2 years ago

Brendan · @brendan
55 followers · 205 posts · Server merveilles.town

Finally made some time to get back into programming. Starting to learn the file device so I can use it in my ubal project.

#varvara #uxn

Last updated 2 years ago

Dane · @brainofdane
58 followers · 211 posts · Server mastodon.cloud

I picked this up from the giveaway bookshelf outside of a used bookstore somewhere in Virginia last year. I haven’t had a chance to read it yet, and now I’m wondering if it has any use in programming. Could be a fun read.

#uxntal #varvara #thelibrary

Last updated 2 years ago

Alina · @alinanorakari
608 followers · 4927 posts · Server broken.graphics

and we have graphics

#uxn #uxntal #varvara

Last updated 2 years ago

claude · @mathr
287 followers · 2739 posts · Server post.lurk.org

@cr1901 @cancel @neauoire neralie clock (if a clock is what it is? it's a bit cryptic!) working (but very slowly, and overlapping window decorations...).

#MC68000 #m68k #amigaos #amiga #gui #uxnemu #varvara #uxn #workinprogress #proofofconcept

Last updated 3 years ago

claude · @mathr
287 followers · 2739 posts · Server post.lurk.org

`uxncli` ported to AmigaOS (cross-compiled with , only things needed changing were POSIX `dirent.h` + `unistd.h` -> AmigaOS `dos.library` calls in the file device). Should be compatible with WB1.3, but I only tested on WB2.04 in FS-UAE so far.

Not fully working yet - `uxncli.68000 hexes.rom < hexes.tal` prints out data, Ctrl-C when done to exit (with exit code 20 indicating failure to the shell), but `uxncli.68000 asma.rom hexes.tal hexes2.rom` returns success (return code 0 printed in AmigaShell), but there is no output `hexes2.rom` file anywhere. Same output text as on Linux, just no output file appears...

```
Loaded asma.rom
0x003e lines of source code.
0x00be bytes of heap used, 0xd22b bytes free.
```

#VBCC #MC68000 #m68k #amigaos #amiga #cli #uxncli #varvara #uxn #workinprogress #proofofconcept

Last updated 3 years ago

Brendan · @brendan
55 followers · 205 posts · Server merveilles.town

In case anyone else is running on raspberry pi, you can get a huge performance boost by enabling the opengl drivers. In my case, at full screen with zoom 2x, the sdl screen present method went from taking 2 seconds to just a couple milliseconds.

#uxn #varvara

Last updated 3 years ago

yottatsa · @yottatsa
55 followers · 99 posts · Server deadinsi.de

I wonder how do I want operating system for / to look like? Self-hosted, inside uxn, or hypervisor-like, outside of varvara?..

tilde.gay/~yottatsa/uxn-unx/

#varvara #uxn

Last updated 3 years ago