GitXplorerGitXplorer
i

denkyuu.io

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
2dd65821b196ffd8436364345ba095866d03d341

Hide scrollbars on pool.

iiandoesallthethings committed 8 months ago
Verified
75e8030c206153c14fa47b0c4a0f26a8ae43f125

Switch to Bun (#3)

iiandoesallthethings committed a year ago
Unverified
ebc0c00e9fc7b73d6b41f183521f2b31514619d1

Add robots.txt.

iiandoesallthethings committed a year ago
Unverified
eb69fa53e90b96f703d7ced0b7cc341e915768d8

Back to random start and rename some stuff.

iiandoesallthethings committed a year ago
Unverified
7239a7dc5d0ce032c6f27e401ba43e3232e4fc10

Fix positioning logic.

iiandoesallthethings committed a year ago
Verified
aa99f6daef7ee84a45d3366cba58e8a162f92108

SSG (#2)

iiandoesallthethings committed a year ago

README

The README file for this repository.

denkyuu.io

GitHub package.json version

GitHub deployments

TODO

Float.ts features

  • [x] Implement perlin noise field
  • [x] Make particles drift
  • [x] Refactor into svelte action
  • [x] Implement draggability
  • [x] Put all particles on same noise field
  • [x] Vary z by small amount for each particle to prevent bunching
  • [x] Pop clicked particles to front
  • [x] Implement Vercel ISR
  • [ ] Make particles throwable (vector addition and momentum scaling)
  • [ ] Push focused particles toward the top? (i.e. pass in target and push toward it)
  • [ ] Visualize noise field? (maybe p5js?)

Content

  • [x] Add thumbnails and dummy text to particles
  • [x] Filter displayed particles by field
  • [x] Implement notion database backend
  • [ ] Curate and update projects
  • [ ] Write article for each project

Infrastructure

  • [x] Build pipeline
  • [x] Merge and Deploy!!

Bugs

  • [ ] Animations opening pages are jerky and weird

Developing

# Install dependencies
yarn install

# Start the dev server
npm run dev

# Or start the server and open the app in a new browser tab
npm run dev -- --open

Building

Before creating a production version of your app, install an adapter for your target environment. Theoretically, this app should work with adapter-static. Then:

# Build the production version to test locally
yarn build

# Or build and deploy to AWS
yarn deploy

You can preview the built app with yarn preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.