Learning Modern 3D Graphics Programming

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
  • vulkan-guide

    Introductory guide to vulkan. (by vblanco20-1)

  • I'd recommend taking a look at either https://vkguide.dev or my preferred https://vulkan-tutorial.com/

    I remember learning "modern" OpenGL back in 2005

  • LearnOpenGL

    Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com

  • Given that OpenGL is basically deprecated at this point this arguably is no longer "modern 3D graphics programming"

    If you still want to learn OpenGL there's https://learnopengl.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 logo
  • three.js

    JavaScript 3D Library.

  • I agree. You can start with https://threejs.org/ to get things rolling.

  • score

    ossia score, an interactive sequencer for the intermedia arts

  • I'm using Qt for https://ossia.io ; the GPU parts uses Qt's RHI: https://www.qt.io/blog/graphics-in-qt-6.0-qrhi-qt-quick-qt-q...

  • mach-examples

    Mach engine examples

  • links to the github examples are all busted: https://github.com/hexops/mach-examples/tree/main/cubemap

  • webassembly-canvas

    Draw canvas using WASM

  • a. Linear algebra: vector and matrix math

    b. OpenGL resources here https://www.cs.ucdavis.edu/~ma/ECS175/syllabus.html

    c. There are 2 main ways to "make an app" to draw to the screen: webassembly canvas [0] and DirectX/OpenGL native with a library like SDL.

    0. https://github.com/aminya/webassembly-canvas

    1. https://www.libsdl.org

  • GLSL

    GLSL Shading Language Issue Tracker

  • The reports of my death are greatly exaggerated

    https://github.com/KhronosGroup/GLSL/blob/master/extensions/...

  • 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.

    InfluxDB logo
  • jolikit

    Java APIs to abstract away time (clocks, schedulers), simple 2D UIs (BWD), and a bit more, with default implementations

  • https://github.com/jeffhain/jolikit/blob/master/README-BWD.m...

    PS: I've been building a toolkit on top of that, that I use for a file explorer/editor, but it's not stable yet, still many little design points to think more thoroughly.

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

  • Any idea if there is a way of creating simulations such as the ones from the website PhET Colorado Edu, but without knowing anything about html, C++ or Python?

    2 projects | /r/ScienceTeachers | 23 Feb 2023
  • Opening Windows in Linux with sockets, bare hands and 200 lines of C

    2 projects | news.ycombinator.com | 9 May 2024
  • I've made game engine (I think)

    2 projects | dev.to | 5 May 2024
  • Ask HN: What's the best charting library for customer-facing dashboards?

    17 projects | news.ycombinator.com | 29 Apr 2024
  • Show HN: Minard – Generate beautiful charts with natural language

    1 project | news.ycombinator.com | 18 Apr 2024