Built the software of my dreams on the computer of my dreams.
https://git.sr.ht/~rabbits/uxn/tree/master/item/projects/software/noodle.usm
@neauoire You need a FILL tool! But it looks great!
@peron I need to learn how to do make that one :D
@sean the patterns are basically modulo operations, so it uses the position of each pixel to find how to tile it
https://git.sr.ht/~rabbits/uxn/tree/master/item/projects/software/noodle.usm#L410
@neauoire so beautiful and inspiring! thank you very much for sharing this journey!
@neauoire Now make a motivation machine :P
@dualhammers this IS the motivation machine.
@neauoire haha - purpose built to motivate 1 (one) Devine
@dualhammers permacomputing 🌱
@neauoire gotta have dreams to be able to achieve em
@neauoire is there a wall of text about this somewhere? Like why it's stack v register, what the goal is besides fun hacking (if there is anything else), etc?
@Sophistifunk You can read about it here: https://wiki.xxiivv.com/site/uxn.html
But it's pretty much a work in progress, lemme know if there's any question the docs page does not answer.
@neauoire
can you tell me more about the computer/software project in general? I like seeing your demos but I'm never quite sure what I'm looking at
@venko Have had you seen this page before? https://wiki.xxiivv.com/site/uxn.html
@neauoire
aha, I had looked at the wiki before but must've missed this page
@venko But more generally, I designed a little virtual machine, and ported all my tools to that fantasy computer.
I recommend checking out this page that explains what VMs are better than I could: https://fabiensanglard.net/another_world_polygons/
@neauoire really rad! thanks for sharing
@neauoire huge kidpix energy, looks just fun
@neauoire I hate how easy you make it look to go from a couple of crooked lines to a visually appealing picture. Drawing == dark magic and nobody can convince me otherwise.
@neauoire what programming language is that in?
@SkinnyFeels It's Uxn's assembly language:
https://wiki.xxiivv.com/site/uxambly.html
@neauoire that's so cool. And complex.
@SkinnyFeels it's only 32 operations, it can't do much. It's aim is to becoming very very simple. I'll write some proper docs soon, still putting it all together.
@neauoire very exciting. I'll keep an eye on it.
Does it do musical noises in any way?
@SkinnyFeels not yet, but maybe in a week or so :) That's actually what I've been looking into yesterday and today.
@neauoire colour me interested. Anything that could make unusual noises is my thing. 👍🏼🤘🏻
@neauoire You are probably going to partner with Mvnt and make a Uxn deck of some kind. I can already see this in my mind
@dualhammers Mvnt? Do you mean lukas? @mntmn
Improved zoomed mouse picking in Noodle, feels a lot better to move around and edit pixels now.