Scale of the Universe

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • assetbundle

  • loading everything upfront (a loading bar) was a better trade off than having unloaded images if you scrolled too fast.

    making each image a separate file was not very efficient for basically any reason. i ended up writing my own streamable archive format called an "asset bundle". it is essentially all resources concatenated with.

    that code is public -> https://github.com/paperdave/assetbundle

    the scale of the universe webapp loads all the assets, but then pixi.js objects are dynamically created and destroyed depending on the scale. i never fully verified but i hope does the right thing and keeps sprite data out of vram when it's not needed.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Firefox Webserial Addon

    1 project | news.ycombinator.com | 3 May 2024
  • Show HN: I have created devcontainer config generator to speed up local dev

    1 project | news.ycombinator.com | 3 May 2024
  • Ask HN: LLM workflows to avoid copying and pasting from the web interfaces?

    1 project | news.ycombinator.com | 3 May 2024
  • Show HN: Minimalist Blog Template on Next.js 14

    1 project | news.ycombinator.com | 3 May 2024
  • Harnessing JavaScript's Power: Conquering the Beasts of Large File Manipulation with TypedArrays and WebWorkers

    1 project | dev.to | 3 May 2024