I'm working on a port of Wolfenstein 3D... rendered with HTML and CSS

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

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
  • Wolfensvelte-3D

    Wolfenstein 3D, reimagined in Svelte - rendered with the DOM

  • Then, for the actual game part, each wall "tile" is able to render with 4 sides, I just use a rAF loop and so on. Here's the Level.svelte component, which contains the state for the map and handles mounting all of the needed tiles. This is where the level optimization happens too, since it will remove any connected tile surfaces that are unseen by the player (happens only when the map loads).

  • css-brickout

    🕹 Classic brick breaker game engine rendering with CSS. Themable and customizable!

  • I made a small brickout game also rendered in HTML + CSS, you can take a look it's pretty short: https://github.com/MaximeIJ/css-brickout

  • 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

  • Wolfenstein 3D – But built in Svelte, no canvas

    1 project | news.ycombinator.com | 6 May 2023
  • Wolfenstein 3D Shocked the World, 30 Years Later

    1 project | news.ycombinator.com | 5 May 2023
  • Is it worth it working on web game projects?

    2 projects | /r/Frontend | 21 Apr 2023
  • Windows 11 in Svelte

    3 projects | /r/javascript | 11 May 2023
  • Learn GitHub Workflows and Open Source the Fun Way: The Alice in Wonderland Project

    1 project | dev.to | 5 Nov 2022