All Projects → Glslang → Similar Projects or Alternatives

1345 Open source projects that are alternatives of or similar to Glslang

Fcc
Fedjmike's C Compiler
Stars: ✭ 101 (-95.03%)
Mutual labels:  compiler
One
OneLang: The One System Programming Language. (release as soon)
Stars: ✭ 120 (-94.1%)
Mutual labels:  compiler
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (-46.95%)
Mutual labels:  shader
Nanojit
NanoJIT is a small, cross-platform C++ library that emits machine code.
Stars: ✭ 101 (-95.03%)
Mutual labels:  compiler
Tendra
The TenDRA Project
Stars: ✭ 134 (-93.41%)
Mutual labels:  compiler
Mir
A light-weight JIT compiler based on MIR (Medium Internal Representation)
Stars: ✭ 1,075 (-47.15%)
Mutual labels:  compiler
Lixincompiler
参考自龙书上的语言,自己实现了一个编译器的前端。
Stars: ✭ 101 (-95.03%)
Mutual labels:  compiler
Cva
从0实现一个JVM语言Cva及教程, 目前实现编译器;
Stars: ✭ 54 (-97.35%)
Mutual labels:  compiler
Impala
An imperative and functional programming language
Stars: ✭ 118 (-94.2%)
Mutual labels:  compiler
Glsl Language Server
Language server implementation for GLSL
Stars: ✭ 53 (-97.39%)
Mutual labels:  glsl
Physics3d
A 3D physics engine
Stars: ✭ 101 (-95.03%)
Mutual labels:  shader
Assemblyscript
A TypeScript-like language for WebAssembly.
Stars: ✭ 13,152 (+546.61%)
Mutual labels:  compiler
Node Har Validator
Extremely fast HTTP Archive (HAR) validator using JSON Schema
Stars: ✭ 52 (-97.44%)
Mutual labels:  validator
Faust
Functional programming language for signal processing and sound synthesis
Stars: ✭ 1,360 (-33.14%)
Mutual labels:  compiler
Hololensscanningeffect
Source code for my blog post http://smeenk.com/hololens-scanning-effect-in-unity/.
Stars: ✭ 52 (-97.44%)
Mutual labels:  shader
Serverless Layers
Serverless.js plugin that implements AWS Lambda Layers which reduces drastically lambda size, warm-up and deployment time.
Stars: ✭ 119 (-94.15%)
Mutual labels:  compiler
Ikea Sharp
📦The new groundbreaking programming language
Stars: ✭ 52 (-97.44%)
Mutual labels:  compiler
Numba Scipy
numba_scipy extends Numba to make it aware of SciPy
Stars: ✭ 98 (-95.18%)
Mutual labels:  compiler
Input Mask Android
User input masking library repo.
Stars: ✭ 1,060 (-47.89%)
Mutual labels:  validator
Koto
A simple, expressive, embeddable programming language, made with Rust
Stars: ✭ 134 (-93.41%)
Mutual labels:  compiler
B2dpipe
2D Pipeline Compiler.
Stars: ✭ 51 (-97.49%)
Mutual labels:  compiler
Passwordstrengthvalidator
Password-strength validator for Symfony
Stars: ✭ 98 (-95.18%)
Mutual labels:  validator
Typhon
A virtual machine for Monte.
Stars: ✭ 49 (-97.59%)
Mutual labels:  compiler
Big Dipper
A block explorer for Cosmos
Stars: ✭ 119 (-94.15%)
Mutual labels:  validator
Solarsys
Realistic Solar System simulation with three.js
Stars: ✭ 49 (-97.59%)
Mutual labels:  glsl
Glsleditor
Simple WebGL Fragment Shader Editor
Stars: ✭ 1,345 (-33.87%)
Mutual labels:  glsl
Cymbal
Yet another Rust implementation of the Monkey language from "Writing an Interpreter in Go" and "Writing a Compiler in Go"
Stars: ✭ 49 (-97.59%)
Mutual labels:  compiler
Kinotube
An image effect simulating analog video artifacts in Unity.
Stars: ✭ 142 (-93.02%)
Mutual labels:  shader
Decent Messup
Mess up js code in a different way
Stars: ✭ 84 (-95.87%)
Mutual labels:  compiler
Cactus
A Modern Diablo II Version Switcher (Contains: Singling)
Stars: ✭ 83 (-95.92%)
Mutual labels:  glsl
Patchouli Compiler
An Oberon-07 compiler for Intel 64 (AMD64) architecture
Stars: ✭ 46 (-97.74%)
Mutual labels:  compiler
Coq Of Ocaml
Import OCaml programs to Coq 🐓 🐫
Stars: ✭ 117 (-94.25%)
Mutual labels:  compiler
Leekscript V2
A dynamically typed, compiled just-in-time programming language used in Leek Wars' AIs
Stars: ✭ 46 (-97.74%)
Mutual labels:  compiler
Evm2wasm
[ORPHANED] Transcompiles EVM code to eWASM
Stars: ✭ 96 (-95.28%)
Mutual labels:  compiler
Fs2020 Vl3 Rotax915
JMB VL3 Racing 915 iS aircraft for Flight Simulator 2020.
Stars: ✭ 45 (-97.79%)
Mutual labels:  hlsl
Hivemind
a multi-syntax language
Stars: ✭ 133 (-93.46%)
Mutual labels:  compiler
Unity Vertex Ambientocclusion
Stars: ✭ 45 (-97.79%)
Mutual labels:  glsl
Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (-95.33%)
Mutual labels:  compiler
Validator
A tool to validate text inside TextInputLayout
Stars: ✭ 117 (-94.25%)
Mutual labels:  validator
Random Shader Bullshit
Pretty self explanatory... :P
Stars: ✭ 45 (-97.79%)
Mutual labels:  glsl
Black Hole
WebGL simulation of a Schwarzschild black hole
Stars: ✭ 94 (-95.38%)
Mutual labels:  shader
Intrinsics Dude
Opensource Visual Studio extension for compiler instrinsics in C/C++
Stars: ✭ 44 (-97.84%)
Mutual labels:  compiler
Beef
Beef Programming Language
Stars: ✭ 1,877 (-7.72%)
Mutual labels:  compiler
Dq Skinning For Unity
Stars: ✭ 93 (-95.43%)
Mutual labels:  hlsl
Sildurs Shaders.github.io
Sildurs shaders website
Stars: ✭ 84 (-95.87%)
Mutual labels:  glsl
Ccompiler
c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 PCSpim(mips 模拟器)上运行。
Stars: ✭ 113 (-94.44%)
Mutual labels:  compiler
Uniroll
Opinionated universal frontend bundler in browser
Stars: ✭ 84 (-95.87%)
Mutual labels:  compiler
Bytenode
A minimalist bytecode compiler for Node.js
Stars: ✭ 1,012 (-50.25%)
Mutual labels:  compiler
Shadow Rs
A build-time information stored in your rust project.(binary,lib,cdylib,dylib)
Stars: ✭ 117 (-94.25%)
Mutual labels:  compiler
Antlr4 Calculator
Simple antlr4 calculator.
Stars: ✭ 40 (-98.03%)
Mutual labels:  compiler
Pyast64
Compile a subset of the Python AST to x64-64 assembler
Stars: ✭ 93 (-95.43%)
Mutual labels:  compiler
Mlml
self-hosted compiler for a subset of OCaml
Stars: ✭ 41 (-97.98%)
Mutual labels:  compiler
Solang
First fully featured programming language for Stack Overflow Driven Development
Stars: ✭ 133 (-93.46%)
Mutual labels:  compiler
Ajv
The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)
Stars: ✭ 10,340 (+408.36%)
Mutual labels:  validator
Hikari
LLVM Obfuscator
Stars: ✭ 1,585 (-22.07%)
Mutual labels:  compiler
Zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Stars: ✭ 11,555 (+468.09%)
Mutual labels:  compiler
Forkphorus
JavaScript compiler for Scratch 3, 2, and 1 projects.
Stars: ✭ 83 (-95.92%)
Mutual labels:  compiler
Unityurp Billboardlensflareshader
(1)Add a new Quad GameObject (2)Use this shader (3)Done! Now you have billboard lens flare shader for URP!
Stars: ✭ 140 (-93.12%)
Mutual labels:  shader
Cute Deferred Shading
Cute little deferred shading implementation.
Stars: ✭ 129 (-93.66%)
Mutual labels:  glsl
Cpf Cnpj Validator
Valida e formata strings de CPF ou CNPJ.
Stars: ✭ 113 (-94.44%)
Mutual labels:  validator
301-360 of 1345 similar projects