HackerTrans
TopNewTrendsCommentsPastAskShowJobs

memalign

4,759 karmajoined قبل 6 سنوات
https://memalign.github.io/

Submissions

Sculpt a Vase

killedbyapixel.github.io
2 points·by memalign·قبل 4 أيام·2 comments

Polyarc Draw

hlnet.neocities.org
4 points·by memalign·قبل 8 أيام·0 comments

Fly Through Hogwarts

hogwarts-production.up.railway.app
3 points·by memalign·قبل 9 أيام·0 comments

Decant: Liquid Glass icons reverse engineered

github.com
3 points·by memalign·قبل 14 يومًا·0 comments

Bubble Sort Game

patrickgh3.itch.io
3 points·by memalign·قبل 22 يومًا·0 comments

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

techcrunch.com
22 points·by memalign·قبل 24 يومًا·1 comments

Farside: Alternative front ends to many sites

farside.link
4 points·by memalign·قبل 27 يومًا·0 comments

Cosmodial Sky Atlas

killedbyapixel.github.io
28 points·by memalign·قبل 29 يومًا·6 comments

Firewood Splitting Simulator

screen.toys
992 points·by memalign·الشهر الماضي·292 comments

Lemmings for Picotron

sophiehoulden.com
24 points·by memalign·الشهر الماضي·1 comments

LittleJS Arcade

killedbyapixel.github.io
3 points·by memalign·قبل شهرين·0 comments

Three Fenestra – interior mapping shader for Three.js

three-fenestra.codedgar.com
1 points·by memalign·قبل شهرين·0 comments

Show HN: TapToyPia

memalign.github.io
19 points·by memalign·قبل شهرين·9 comments

Files.md

app.files.md
3 points·by memalign·قبل شهرين·1 comments

Shining

shining.302chanwoo.com
1 points·by memalign·قبل شهرين·0 comments

Redraw: 2d Primitives for Web and Native

wcandillon.github.io
2 points·by memalign·قبل شهرين·0 comments

Myst (Cyan, 1991) Game Proposal document

archive.org
7 points·by memalign·قبل شهرين·0 comments

Paint But…

paintbut.netlify.app
2 points·by memalign·قبل 3 أشهر·1 comments

A Cones Throw Away

codepen.io
2 points·by memalign·قبل 3 أشهر·0 comments

Mesh3d Experiments

mesh3d.gallery
3 points·by memalign·قبل 3 أشهر·0 comments

comments

memalign
·الشهر الماضي·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
·الشهر الماضي·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
·قبل 3 أشهر·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
·قبل 5 أشهر·discuss
Source: https://github.com/mesqme/infinite-terrain
memalign
·قبل 5 أشهر·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
·قبل 6 أشهر·discuss
Source: https://github.com/mrdoob/three-quake
memalign
·قبل 6 أشهر·discuss
Code: https://github.com/SahilK-027/Elemental-Serenity
memalign
·قبل 6 أشهر·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
·قبل 6 أشهر·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
·قبل 7 أشهر·discuss
Source code and thorough README from the author:

https://github.com/Rezmason/matrix
memalign
·قبل 9 أشهر·discuss
From https://x.com/pitaru/status/1977424379345842329
memalign
·قبل 10 أشهر·discuss
You might like Space Trader:

https://memalign.github.io/m/spacetrader/index.html
memalign
·قبل 3 سنوات·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.