The Wayback Machine - https://web.archive.org/web/20220308024454/https://github.com/Chaosus
Skip to content
Avatar
  • Russia, Moscow

Achievements

Achievements

Organizations

@godotengine
Block or Report

Block or report Chaosus

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. My experiments with fluid dynamics on Godot

    GDScript 25

  2. WAD level loader-script(from DOOM-alike games) for Godot

    GDScript 24 1

  3. Simple skybox for Godot is a tool script and have six sides where you can apply texture

    GDScript 11 2

  4. Modern Shogi is free, advanced 3D japanese chess client, with AI and multiplayer, made in Godot 3.1

    GDScript 11 1

  5. GDPlanet Public

    Planet simulation demo

    GDScript 10

  6. godot Public

    Forked from godotengine/godot

    Godot Engine – Multi-platform 2D and 3D game engine

    C++ 5 1

762 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

March 2022

Created 3 commits in 1 repository

Created a pull request in godotengine/godot that received 4 comments

Implement exponential operator (**) to GDScript/VScript/Expressions

This PR adds (**) operator to GDScript. So you can use it like: var c = 3 ** 5 # c will be 243 or var c = 3.5 ** 5.5 # c will be 982.594307804838 I…

+181 −54 4 comments