Status

The OSC GDnative module for godot is on…

The OSC GDnative module for godot is on its way in gitlab. In the meanwhile, we have compiled a standalone version of Godot 3.0 including the gdosc library. The executable is available here: DOWNLOAD GODOT + GDSOC

A small training about how to use fonts…

A small training about how to use fonts and curves in blender targeted to graphic designer of OSP. The intend is also to evaluate the influence and interest of 3d software in print workflows. This is an internal event.

Atomontage, a voxel game engine

“The currently dominant 3D graphics and simulation paradigm, based on triangle/polygon meshes, is fundamentally flawed. Meshes only model surfaces – a hollow and thus very incomplete approximation of reality. Mesh content creation is complex and technically demanding; costly with high barriers of entry. Many layers of “hacks” (e.g. UVs) make editing and distributing mesh assets

Custom export python script for blender and custom…

Custom export python script for blender and custom import javascript for threejs to enable morphing of vertex normal in morph targets. It might seems a bit technical, but without this, the object loaded in threejs doesn’t react to light correctly: without this export, if faces change direction after deformation, the lack of normal morphing implies

First official screenshots of Sisyphus a web…

First “official” screenshots of Sisyphus, a web experiment in collaboration with Simone Niquille. It is available in itch.io also: https://frankiezafe.itch.io/sisyphus, and I will try to post development logs there instead of here. To follow them, just check the bottom of the itch.io page.

Little week end challenge reproducing the fish…

Little week-end challenge: reproducing the “fish” shader demonstrated by Matt Nava in his talk at GDC last year. The shader Giant Squid Studio developed (at 3:50): After a few hours (not many), shader in godot: The source code is available on github: https://github.com/frankiezafe/Fish-shader

A lot of work has been done on…

A lot of work has been done on the OSC addon for godot this week: 2 new classes for reception and emission fully integrated in the engine (with icon and UI configuration) and an OSCmessage class available in gdscript to read the received message. The repositiories are here: https://github.com/djiamnot/gdosc, official one https://github.com/frankiezafe/gdosc, a fork of

Starting godot development with a little help to…

Starting godot development with a little help to Michal Seta on his OSC addon. First impressions are fantastic! Godot’s architecture is prepared with indie programmer in mind: the engine is obviously open source, it is really easy to interact with the core classes of the engine, receive notifications of the main events, and childish to

Visual environment of a C++ developper working on…

Visual environment of a C++ developper working on a server/client application: Oracle developper studio, terminator and clementine, for the upper-layer. Below: tortoise-hg (versioning, also available in oracle), firefox (stackoverflow, cpprefrence & time tracking system), riot desktop client in background and one or two file browser windows…

Second phase of the work sending the user…

Second phase of the work: sending the user inputs from client to server and process the interactions. There is still a small issue with the relative position on the screen of the client, to fix tomorrow, and implementing visual feedback in the client.

Always the same surprise when one application controls…

Always the same surprise when one application controls another! In this case, the application on the left is running on my workstation, receiving and visualising the position and rotations sent by the laptop on the right. The laptop is running the physical worlds. Tomorrow I’ll remount the mouse control in the client (the one on

Urho3D demo session Great work tested on windows…

Urho3D, demo session. Great work, tested on windows and osx. The end of the video is the discovery of the editor. Try out the samples. All examples: Links: sourceforge: https://sourceforge.net/projects/urho3d/ official: https://urho3d.github.io/