Decadent Singularity
 
[Most Recent Entries] [Calendar View] [Friends]

Below are the 3 most recent journal entries recorded in nancygold's LiveJournal:

    Sunday, September 11th, 2022
    5:01 pm
    Spell of Mastery Progress
    Working on a base system for the game, so I can quickly produce large variation of humanoid characters.

    And my art skills are approaching half professional level.

    AI upscales pixel art surprisingly good, even if it is trained on real life photos


    Current Mood: accomplished
    Sunday, October 24th, 2021
    3:49 pm
    Scripting
    My voxel editor now supports scripting, just like the big professional apps:

    Adding scripting required just a few lines of code.
    Because Symta, like most other Lisp systems, has complete introspection.
    Easiest feature ever!



    Current Mood: accomplished
    Saturday, October 23rd, 2021
    1:02 pm
    Converting Voxel Model to Polygonal Mesh
    Doing it properly turned out to be a much harder problem, than I have anticipated.
    Creating a mesh is easy and can be done using different approaches.
    Yet texturing it afterwards is anything but trivial and requires mesh unwrapping.
    Proper mesh unwrapping implementation takes 500k of C/C++ code and does really crazy stuff:
    https://www.youtube.com/watch?v=x5CXPL7-RwM
    That is 3 times more than all my code processing voxels.
    Up until recently, artists did mesh unwrapping manually, because there were no automate solutions at all.
    Because the problem is just that hard.

    Current Mood: amused
About LJ.Rossia.org