HackerLangs
TopNewTrendsCommentsPastAskShowJobs

memalign

4,759 karmajoined hace 6 años
https://memalign.github.io/

Submissions

Sculpt a Vase

killedbyapixel.github.io
2 points·by memalign·hace 4 días·2 comments

Polyarc Draw

hlnet.neocities.org
4 points·by memalign·hace 7 días·0 comments

Fly Through Hogwarts

hogwarts-production.up.railway.app
3 points·by memalign·hace 8 días·0 comments

Decant: Liquid Glass icons reverse engineered

github.com
3 points·by memalign·hace 14 días·0 comments

Bubble Sort Game

patrickgh3.itch.io
3 points·by memalign·hace 22 días·0 comments

Apple plans change to Hide My Email that could make it less effective

techcrunch.com
22 points·by memalign·hace 24 días·1 comments

Farside: Alternative front ends to many sites

farside.link
4 points·by memalign·hace 26 días·0 comments

Cosmodial Sky Atlas

killedbyapixel.github.io
28 points·by memalign·hace 28 días·6 comments

Firewood Splitting Simulator

screen.toys
992 points·by memalign·el mes pasado·292 comments

Lemmings for Picotron

sophiehoulden.com
24 points·by memalign·el mes pasado·1 comments

LittleJS Arcade

killedbyapixel.github.io
3 points·by memalign·hace 2 meses·0 comments

Three Fenestra – interior mapping shader for Three.js

three-fenestra.codedgar.com
1 points·by memalign·hace 2 meses·0 comments

Show HN: TapToyPia

memalign.github.io
19 points·by memalign·hace 2 meses·9 comments

Files.md

app.files.md
3 points·by memalign·hace 2 meses·1 comments

Shining

shining.302chanwoo.com
1 points·by memalign·hace 2 meses·0 comments

Redraw: 2d Primitives for Web and Native

wcandillon.github.io
2 points·by memalign·hace 2 meses·0 comments

Myst (Cyan, 1991) Game Proposal document

archive.org
7 points·by memalign·hace 2 meses·0 comments

Paint But…

paintbut.netlify.app
2 points·by memalign·hace 3 meses·1 comments

A Cones Throw Away

codepen.io
2 points·by memalign·hace 3 meses·0 comments

Mesh3d Experiments

mesh3d.gallery
3 points·by memalign·hace 3 meses·0 comments

comments

memalign
·el mes pasado·discuss
Thanks for checking this out! I need to fix the mouse/trackpad user experience.

If anyone wants to see more of the game in the meantime, this link exposes the debug menu where you can advance pretty quickly by cheating to get more resources:

https://memalign.github.io/m/taptoypia/index.html?debug=1
memalign
·el mes pasado·discuss
Thanks for playing!

I spent several weeks worth of nights on this project and put a lot of thought into the experience, though I exclusively played it on touch devices.

I need to test the mouse user experience.

Precision matters less in this game than it may seem. It’s ok to spam clicks because there are no resource constraints. It might mess up the layout of the build you were planning, but it will not impact completing the story. In fact, I imagined this game as a sort of clicker game where the progression and scaling up matters more than precision.
memalign
·hace 3 meses·discuss
You might be interested in this graphing calculator I made using interval arithmetic:

https://memalign.github.io/m/formulagraph/index.html

Some detail on how this works, including links to the relevant interval math code:

https://memalign.github.io/p/formulagraph.html
memalign
·hace 5 meses·discuss
Source: https://github.com/mesqme/infinite-terrain
memalign
·hace 5 meses·discuss
I wish this had a pinyin mode…! I am learning to speak Mandarin but I am not learning to read/write.

( I’m learning using a flashcards web app I made and continue to update with vocab I encounter or need: https://memalign.github.io/m/mandarin/cards/index.html )
memalign
·hace 6 meses·discuss
Source: https://github.com/mrdoob/three-quake
memalign
·hace 6 meses·discuss
Code: https://github.com/SahilK-027/Elemental-Serenity
memalign
·hace 6 meses·discuss
It looks like it requires a MIDI which it then converts to sound like it’s coming out of a Gameboy.

Here’s what the FAQ says:

> How it works

>

> Search a song, pick a MIDI source, hit Generate. The Wario Synthesis Engine analyses the MIDI and resynthesises it using Web Audio oscillators tuned to mimic the Game Boy's 4-channel sound chip. All processing runs in your browser.
memalign
·hace 6 meses·discuss
I’ve been using Gemini’s generous free tier in Gemini CLI. It’s nice to have other free options, even if it’s for a limited time (and with the caveat that the data will be used to improve the models).
memalign
·hace 7 meses·discuss
Source code and thorough README from the author:

https://github.com/Rezmason/matrix
memalign
·hace 9 meses·discuss
From https://x.com/pitaru/status/1977424379345842329
memalign
·hace 10 meses·discuss
You might like Space Trader:

https://memalign.github.io/m/spacetrader/index.html
memalign
·hace 3 años·discuss
I suspect that these animations make launch feel faster much of the time by hiding the true launch time of the app. And I think this is a primary purpose of launch animations.

Compare to iPhone OS 1: apps had static launch images that the OS animates to be visible so an app has hundreds of milliseconds to load before the user feels a hang.