Shader maintainer of the Godot Engine.
If you wanna support me:
YandexMoney: 410013473843857
- Russia, Moscow
Block or Report
Block or report Chaosus
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
GDSimpleSkybox Public
Simple skybox for Godot is a tool script and have six sides where you can apply texture
-
ModernShogi Public
Modern Shogi is free, advanced 3D japanese chess client, with AI and multiplayer, made in Godot 3.1
-
764 contributions in the last year
Less
More
Contribution activity
February 2022
Created 4 commits in 1 repository
Created a pull request in godotengine/godot that received 1 comment
Allow multiple declarations in for loop in a shader
This will allow the creation of more complex loop declarations like:
for(int i = 0, j = 0, k[] = {0, 1}; i < 10, j > -10; i++, j--) {
}
translated to
+95
−53
•
1
comment