A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.
| Name | Stars | Last Commit | Description |
|---|---|---|---|
| three.js | ![GitHub Rep |
| // Put this in an editor folder | |
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEditor; | |
| using UnityEngine; | |
| using UnityEngine.Experimental.LowLevel; | |
| using UnityEngine.Profiling; |
| import 'dart:math'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/physics.dart'; | |
| List<String> images = [ | |
| 'https://gank.io/images/5ba77f3415b44f6c843af5e149443f94', | |
| 'https://gank.io/images/02eb8ca3297f4931ab64b7ebd7b5b89c', | |
| 'https://gank.io/images/31f92f7845f34f05bc10779a468c3c13', | |
| 'https://gank.io/images/b0f73f9527694f44b523ff059d8a8841', |
A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.
| Name | Stars | Last Commit | Description |
|---|---|---|---|
| three.js | ![GitHub Rep |
| using UnityEngine; | |
| using UnityEditor; | |
| using UnityEditorInternal; | |
| using UnityEditorInternal.Profiling; | |
| public class ProfilerText : Editor | |
| { | |
| [MenuItem("Editor/Print Profiler Text")] | |
| static void Print() | |
| { |