Pages

vineri, 3 ianuarie 2025

joi, 2 ianuarie 2025

News : Hell Let Loose by Team 17 - free on Epic Game Store.

... if you like old war, then Hell Let Loose game by Team 17, is free on Epic Game Store:

News : Roblox Studio changes and access places

Roblox comes with new features into Roblox Editor.
One is the the palaces area witch is Private - security reason by team developmen, and you not see this type of scene into default Roblox Studio Editor.
If you want to edit one of this you need to use this way, see this screenshot from the official webpage.

miercuri, 1 ianuarie 2025

News : Trackmania Winter Campaign 2025

News : Marvelous Designer 2024.2: 8 Updates to the EveryWear (English/Korean)

... from 9 days ago:

News : AI online tool pixverse application.

I tested this online tool and works well with two photos ...

News : another search book for free !

Welcome to TextbookNova.com - your premier gateway to the expansive universe of books. Originating as a vital resource for students seeking affordable textbooks, our mission has evolved to encompass every reader’s quest for knowledge.
You can find on this website.

luni, 30 decembrie 2024

News : This open problem taught me what topology is ... from 3Blue1Brown.

Today something special from 3Blue1Brown ...
My opinion: After studying mathematics more in college, in the academy, and in the past than in elementary school and programming with shaders, I realized that mathematics must be taught using practical examples and a lot of imagination... Here is a video that can solve a lot of practical cases:

duminică, 29 decembrie 2024

News : DeviantArt - new artificial intelligence features.

A new online feature with artificial inteligence can be found on deviantart.com - dreamup.

News : Godot Game Awards 2024

Welcome to the first annual Godot Game Awards 2024. Every week we showcased awesome indie games, plugins, and project made in the Godot Engine. You voted for your favorites and we have the results! from StayAtHomeDev.

Blender 3D : ... all available nodes !

An old surce code in python for Blender 3D to see available nodes :
import bpy

node_tree = bpy.context.object.active_material.node_tree

location_x = 0
location_y = 0

for type in dir(bpy.types):
    real_type = getattr(bpy.types, type)
    if issubclass(real_type, bpy.types.ShaderNode):
        try:
            node = node_tree.nodes.new(type)
            node.width = 250
            node.location = (location_x, location_y)
            location_x += 300
            if location_x > 3000:
                location_x = 0
                location_y -= 600
        except:
            pass

News : The Crew Motorfest: Elite Bundle 4 - Mercedes-AMG One & Chevrolet Corvette Z06 Convertible