HackerLangs
TopNewTrendsCommentsPastAskShowJobs

memalign

4,759 karmajoined 6 tahun yang lalu
https://memalign.github.io/

Submissions

Sculpt a Vase

killedbyapixel.github.io
2 points·by memalign·4 hari yang lalu·2 comments

Polyarc Draw

hlnet.neocities.org
4 points·by memalign·7 hari yang lalu·0 comments

Fly Through Hogwarts

hogwarts-production.up.railway.app
3 points·by memalign·8 hari yang lalu·0 comments

Decant: Liquid Glass icons reverse engineered

github.com
3 points·by memalign·14 hari yang lalu·0 comments

Bubble Sort Game

patrickgh3.itch.io
3 points·by memalign·22 hari yang lalu·0 comments

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

techcrunch.com
22 points·by memalign·24 hari yang lalu·1 comments

Farside: Alternative front ends to many sites

farside.link
4 points·by memalign·26 hari yang lalu·0 comments

Cosmodial Sky Atlas

killedbyapixel.github.io
28 points·by memalign·28 hari yang lalu·6 comments

Firewood Splitting Simulator

screen.toys
992 points·by memalign·bulan lalu·292 comments

Lemmings for Picotron

sophiehoulden.com
24 points·by memalign·bulan lalu·1 comments

LittleJS Arcade

killedbyapixel.github.io
3 points·by memalign·2 bulan yang lalu·0 comments

Three Fenestra – interior mapping shader for Three.js

three-fenestra.codedgar.com
1 points·by memalign·2 bulan yang lalu·0 comments

Show HN: TapToyPia

memalign.github.io
19 points·by memalign·2 bulan yang lalu·9 comments

Files.md

app.files.md
3 points·by memalign·2 bulan yang lalu·1 comments

Shining

shining.302chanwoo.com
1 points·by memalign·2 bulan yang lalu·0 comments

Redraw: 2d Primitives for Web and Native

wcandillon.github.io
2 points·by memalign·2 bulan yang lalu·0 comments

Myst (Cyan, 1991) Game Proposal document

archive.org
7 points·by memalign·2 bulan yang lalu·0 comments

Paint But…

paintbut.netlify.app
2 points·by memalign·3 bulan yang lalu·1 comments

A Cones Throw Away

codepen.io
2 points·by memalign·3 bulan yang lalu·0 comments

Mesh3d Experiments

mesh3d.gallery
3 points·by memalign·3 bulan yang lalu·0 comments

comments

memalign
·bulan lalu·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
·bulan lalu·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 bulan yang lalu·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 bulan yang lalu·discuss
Source: https://github.com/mesqme/infinite-terrain
memalign
·5 bulan yang lalu·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 bulan yang lalu·discuss
Source: https://github.com/mrdoob/three-quake
memalign
·6 bulan yang lalu·discuss
Code: https://github.com/SahilK-027/Elemental-Serenity
memalign
·6 bulan yang lalu·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 bulan yang lalu·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 bulan yang lalu·discuss
Source code and thorough README from the author:

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

https://memalign.github.io/m/spacetrader/index.html
memalign
·3 tahun yang lalu·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.