Opengl_sky Alternatives
Similar projects and alternatives to opengl_sky
-
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 —
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
cgl
CGL (C Game Library) is a multipurpose library mainly for recreational coding / demo scenes / prototyping / small games / experimentation.
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better opengl_sky alternative or higher similarity.
opengl_sky discussion
opengl_sky reviews and mentions
Posts with mentions or reviews of opengl_sky.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-16.
-
CGL v2.0 (C Game Library) is a multipurpose library mainly for recreational coding / demo scenes / prototyping / small games / experimentation
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).
Stats
Basic opengl_sky repo stats
1
179
10.0
about 2 years ago
shff/opengl_sky is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of opengl_sky is Objective-C++.