article thumbnail

Axmol-2.0 released

Cocos

GitHub - axmolengine/axmol: Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A axmol is just a fork of cocos2d-x-4.0: A fork of Cocos2d-x-4.0) release notes Add experimental WebAssembly build support(WebGL 2.0) fmtlib: 10.0.0 ==> 10.1.0 FreeType: 2.13.0 ==> 2.13.2 llhttp: 8.1.1 ==> 9.0.1

Shaders 40
article thumbnail

Dev snapshot: Godot 3.4 beta 4

Mircosoft Game Dev

Mesh: Implement octahedral map normal/tangent attribute compression ( GH-46800 ). Mesh: Options to clean/simplify convex hull generated from mesh ( GH-50328 ). Physics: Fix 2D and 3D moving platform logic ( GH-50166 , GH-51458 ). Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ).

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

Dev snapshot: Godot 3.4 beta 3

Mircosoft Game Dev

Mesh: Implement octahedral map normal/tangent attribute compression ( GH-46800 ). Mesh: Options to clean/simplify convex hull generated from mesh ( GH-50328 ). Physics: Fixing 2D moving platform logic ( GH-50166 ). Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ).

Beta 52
article thumbnail

Cocos Creator 3.7.1 Released

Cocos

Developer Notes Engine Add more API docs (engine#13937, engine#14079, engine#14088) [Optimize] add image asset’s zh i18n (engine#14108) [Optimize] Add pointerlock function for mac platform (engine#14187) [Pipeline] enable custom pipeline in the editor (engine#14084) [Pipeline] add native pipeline ubo uploading (engine#14061) [Pipeline] Fix web-pipeline (..)

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. Many people helped since to make the renderer work better and on more platforms! Done February 2018.

Mesh 52
article thumbnail

Dev snapshot: Godot 3.4 beta 2

Mircosoft Game Dev

Mesh: Options to clean/simplify convex hull generated from mesh ( GH-50328 ). Physics: Fixing 2D moving platform logic ( GH-50166 ). Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ). Shaders: Add support for structs and fragment-to-light varyings ( GH-48075 ).

Beta 52
article thumbnail

GLES2 and GDNative, progress report #1

Mircosoft Game Dev

generate C++ classes for GLSL shaders at compile time. adapt shader compiler to work with GLSL ES 2.0. adapt shader compiler to work with GLSL ES 2.0. load meshes. render meshes. The OS implementations for each platform decide how to create an OpenGL context. Done December 2017. reading the OpenGL ES 2.0

Shaders 52