crosscore_dev VS 3d-game-shaders-for-beginners

Compare crosscore_dev vs 3d-game-shaders-for-beginners and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
crosscore_dev 3d-game-shaders-for-beginners
3 12
13 17,019
- -
8.4 0.0
about 1 month ago 10 months ago
C++ C++
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

crosscore_dev

Posts with mentions or reviews of crosscore_dev. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-12.
  • Building a Web Game in C with Raylib
    4 projects | news.ycombinator.com | 12 Dec 2023
  • How to export Maya files to WebGL.
    1 project | /r/webgl | 31 Mar 2022
    Alternatively you can write a script or plugin to save what you need from inside Maya scene. It's a bit of code, as an example of this approach here is a set of Houdini export scripts that I'm using for my own projects: https://github.com/schaban/crosscore_dev/tree/main/exp What you're getting from this approach is that data is represented in convenient way, and in many cases you don't need any preprocessing or special run-time representation to use the data (for example XCOL format for collision geometry in the scripts above already has BVH structure already baked-in to speed-up collision queries, you don't need to generate it upon loading, dynamic allocations are minimized etc.).
  • Simple WebGL-compatible OGL renderer
    1 project | /r/webgl | 25 Jan 2022

3d-game-shaders-for-beginners

Posts with mentions or reviews of 3d-game-shaders-for-beginners. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-01.

What are some alternatives?

When comparing crosscore_dev and 3d-game-shaders-for-beginners you can also consider the following projects:

ascii-graphics - 3D graphics in the terminal using ASCII characters

godot-psx-style-demo - Demo project featuring a collection of PS1 style shaders and materials for Godot engine.

OpenSceneGraph - OpenSceneGraph git repository

tinyrenderer - A brief computer graphics / rendering course

ShaderConductor - ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages

julia-set-with-shaders - Julia set render with GLSL shaders and P5.js library

HybridRenderingEngine - Clustered Forward/Deferred renderer with Physically Based Shading, Image Based Lighting and a whole lot of OpenGL.

SHADERed - Lightweight, cross-platform & full-featured shader IDE

magnum-examples - Examples for the Magnum C++11 graphics engine

Granite - My personal Vulkan renderer

filament - Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2

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