article thumbnail

Axmol-2.0 released

Cocos

(A fork of Cocos2d-x-4.0) release notes Add experimental WebAssembly build support(WebGL 2.0) axmol run -p wasm -xb "--target,cpp_tests" Add 2 cmake options: AX_WASM_THREADS , AX_WASM_SHELL_FILE , refer to CMakeOptions.md fmtlib: 10.0.0 ==> 10.1.0 FreeType: 2.13.0 ==> 2.13.2 llhttp: 8.1.1 ==> 9.0.1 OpenSSL: 3.0.9 ==> 3.0.10

Shaders 40
article thumbnail

Godot Tactics RPG – 01. Intro & Setup

The Liquid Fire

I’ll be writing most code in Godot’s Gdscript, so familiarity with that or Python will help. x version(at the time of writing that is 4.1.3) We’re not really doing anything with shaders or post processing in the tutorial, so depending on where you want to take the tutorial later, its really up to you which you choose.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Godot 3.5: Can't stop won't stop

Mircosoft Game Dev

The new NavigationServer adds support for obstacle avoidance using the RVO2 library, and navigation meshes can now be baked at runtime. For more advanced use cases, you can use TextMesh to generate 3D meshes from font glyphs, so you can add WordArt to your scenes ;). Asynchronous shader compilation + caching (ubershader).

Shaders 53
article thumbnail

Godot 3.0 progress report #6

Mircosoft Game Dev

While we offer a default particles material (which is very powerful and customizable), it is possible to write your own particle logic entirely in a shader. It is also possible to convert a particle system to a shader and do further modifications to it by yourself, manually. Customization. More power. are implemented.

Mesh 52
article thumbnail

How to write Shaders in Unity using HLSL

Febucci

Shaders are used to create many effects, like “water”, “fire” and more. In order to understand them and become a wizard/witch, we have to learn a bit about meshes first. A mesh is made (usually!) You can see the mesh as the structure of your object, built by combining its triangles together. Shaders Theory.

Shaders 52
article thumbnail

Dev snapshot: Godot 4.0 beta 12

Mircosoft Game Dev

OBJ mesh import now supports vertex colors as exported by Blender ( GH-71033 ). Rendering: Only disable depth writing in opaque pipelines ( GH-71124 ). Visual Shader: Add few improvements for VisualShaderNodeParticleRandomness ( GH-71123 ). Fix Tab key usage in the inspector ( GH-71271 ).

Beta 110
article thumbnail

Dev snapshot: Godot 4.0 beta 12

Mircosoft Game Dev

OBJ mesh import now supports vertex colors as exported by Blender ( GH-71033 ). Rendering: Only disable depth writing in opaque pipelines ( GH-71124 ). Visual Shader: Add few improvements for VisualShaderNodeParticleRandomness ( GH-71123 ). Fix Tab key usage in the inspector ( GH-71271 ).

Beta 84