CGL v2.0 (C Game Library) is a multipurpose library mainly for recreational coding / demo scenes / prototyping / small games / experimentation

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cgl

    CGL (C Game Library) is a multipurpose library mainly for recreational coding / demo scenes / prototyping / small games / experimentation.

    Hey, I added some quaternion utilities https://github.com/Jaysmito101/cgl/commit/8f67308b2e7d4355b8921182ab19bbd40c47bfc1

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • p5.js

    p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —

    API Like p5.js

  • opengl_sky

    Pure-shader sky and cloud rendering in OpenGL

    you used this project as a base for the procedural sky, didn't you ? Ha, ha, I used the same one. The problem with this shader is that it is quite expensive for the GPU: complicated formula for the sky color and sun (somewhat approximating the Reyleigh/Mie scattering), and the fractal brownian motion (FBM) used for clouds isn't cheap either. I ended using this project for the sky color (since it is entirely texture based, it is super cheap) and a slightly cheaper FBM for the clouds (found on shadertoy, sorry can't find the link).

  • opengl-skydome

    A fragment-shader skydome implementation

    you used this project as a base for the procedural sky, didn't you ? Ha, ha, I used the same one. The problem with this shader is that it is quite expensive for the GPU: complicated formula for the sky color and sun (somewhat approximating the Reyleigh/Mie scattering), and the fractal brownian motion (FBM) used for clouds isn't cheap either. I ended using this project for the sky color (since it is entirely texture based, it is super cheap) and a slightly cheaper FBM for the clouds (found on shadertoy, sorry can't find the link).

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

  • CGL (C Game Library) a multipurpose library mainly for recreational coding / demo scenes / prototyping / small games / experimentation.

    2 projects | /r/opensource | 2 Dec 2022
  • Math equation based coding languages?

    2 projects | /r/AskProgramming | 21 Jun 2022
  • What’s the most interesting JavaScript project you’ve seen on the web?

    2 projects | /r/learnjavascript | 18 Oct 2021
  • 13 Interactive Animated Backgrounds for your Website using Vanta.js

    2 projects | dev.to | 30 May 2021
  • Exploring Generative Art with JavaScript

    2 projects | dev.to | 24 Sep 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?