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·7 วันที่ผ่านมา·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·2 เดือนที่ผ่านมา·0 comments

Three Fenestra – interior mapping shader for Three.js

three-fenestra.codedgar.com
1 points·by memalign·2 เดือนที่ผ่านมา·0 comments

Show HN: TapToyPia

memalign.github.io
19 points·by memalign·2 เดือนที่ผ่านมา·9 comments

Files.md

app.files.md
3 points·by memalign·2 เดือนที่ผ่านมา·1 comments

Shining

shining.302chanwoo.com
1 points·by memalign·2 เดือนที่ผ่านมา·0 comments

Redraw: 2d Primitives for Web and Native

wcandillon.github.io
2 points·by memalign·2 เดือนที่ผ่านมา·0 comments

Myst (Cyan, 1991) Game Proposal document

archive.org
7 points·by memalign·2 เดือนที่ผ่านมา·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.