Remove Code Remove Mesh Remove Scripting Remove Shaders
article thumbnail

Godot Tactics RPG – 01. Intro & Setup

The Liquid Fire

From there I used Sphere, an open source 2d Engine that scripted in javascript. link] [link] [link] [link] [link] Prerequisites Some knowledge of code is definitely going to help here. I’ll be writing most code in Godot’s Gdscript, so familiarity with that or Python will help. A couple quick notes.

article thumbnail

Dev snapshot: Godot 4.0 beta 16

Mircosoft Game Dev

Those typically shouldn’t add instability to the engine, but may require doing some changes in your scripts, scenes, and shaders if you were using the affected APIs. Core: Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for script ( GH-71142 ). Import: Avoid nested skeletons, and handle skinned meshes with children ( GH-72158 ).

Beta 108
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

GLES2 and GDNative, progress report #3

Mircosoft Game Dev

mesh loading. basic mesh drawing. implement spatial shaders. The main bug that was keeping me busy for weeks was related to a shader bind that was not descriptive enough when blitting a viewport to the screen. When calling methods of a base class some indirection through an owner of the script had to be made.

Mesh 52
article thumbnail

GLES2 and GDNative, progress report #5

Mircosoft Game Dev

In order to deform the mesh according to the bone transforms, each vertex (generally "point of a triangle") can be influenced by up to 4 bones. The actual deformation usually happens in the vertex shader , where the bone transforms get looked up from a texture. (In added TIME uniform to all "scriptable" shaders.

Shaders 52
article thumbnail

Dev snapshot: Godot 4.0 alpha 15

Mircosoft Game Dev

For users of previous alphas, we don't always have compatibility code to ease transition. If you run into upgrade issues that you can't solve easily, please let us know so we can consider how much inter-alpha compatibility code we need to add. Core: Make property_*_revert methods multilevel and expose them for scripting ( GH-64334 ).

Alpha 52
article thumbnail

Optimize Vegetation Generation

Mnenad

Mainly I focused on generating grass that bends in the wind and some fern like plants, but what comes next is usable for all kind of meshes. Batching means to combine mesh objects that share the same material or that are marked as static in the Unity inspector. In my case I had terrible FPS with just some thousand mesh instances.

Mesh 52
article thumbnail

Godot 3.0 progress report #6

Mircosoft Game Dev

Optimize any part of your game by rewriting it transparently in C++, or any language that can compiled to native code for the target platform, wihout recompiling the engine or templates. Add external scripting languages, such as Lua, Python, etc. Seeing the code. Bind to any external libraries (e.g. SQLite, Steam, etc.)

Mesh 52