Pages

Se afișează postările cu eticheta 2D. Afișați toate postările
Se afișează postările cu eticheta 2D. Afișați toate postările

marți, 21 ianuarie 2025

Old logical game SHENZHEN I/O, by Zachtronics

This is an old game from height years ago named SHENZHEN I/O by Zachtronics with a good design for digital lovers.

News : PRTG network monitor system.

This tool comes with features for network and a good design.
Monitor all the systems, devices, traffic, and applications in your IT infrastructure. Users can customize and extend the functionality of PRTG using the HTTP API or custom sensors.
... see my network access to provider:

sâmbătă, 18 ianuarie 2025

Godot : Using the Godot on browser.

Note: You can add your zipped project by using the drag-and-drop browser feature!
Then you can edit the project like any project, some export features can missing:

Shadertoy : ... shader SpaceX's 7th Starship test by XorDev .

"Starship" by @XorDev Inspired by the debris from SpaceX's 7th Starship test: https://x.com/elonmusk/status/1880040599761596689

sâmbătă, 11 ianuarie 2025

Blender 3D : How to Extract Marvel Rivals 3D Model and Use in Blender.

For those who are Marvel Rivals fans or study gaming files, here is a useful video tutorial.

duminică, 5 ianuarie 2025

News : Create online game with AI on rosebud website.

This online website comes with templates and artificial intelligence that lets you develop any type of game you want to build.
You can start with the free account or use a paid one.
After a few time I spend with this artificial intelligence I was able to build a nice simple 2D game.
I asked to create areas of interactions, data structures and more, but I don't have an paid account and I stoped now.
This is the last changes from this testing game:

sâmbătă, 4 ianuarie 2025

Blender 3D : Making UV Maps in Geometry Nodes

... from CartesianCaramel another new video tutorial with this new feature in Blender 3D :

miercuri, 1 ianuarie 2025

duminică, 29 decembrie 2024

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

miercuri, 25 decembrie 2024

Abandoned games - the perfect recipe !

If you search on youtube with terms "abandoned games" you will find a lot of abandoned games with play areas without real players.
It is a negative factor in the development of a game type product and is real and quantifiable ...
These abandoned games are an overly pretentious point of view, and can mislead a potential supporter of a game development project.
From my point of view, the risk of creating and marketing a game is similar to a new product launched in marketing...
After all, let's think a little differently to understand: you want to launch some kind of commercial product: a cake, a new vehicle, a battery, a hat, a cap, an urban architecture project... Whatever you want, you will take the necessary steps to promote. Now create an online or computer game to promote this product... you will better understand why abandoned games are actually projects completed over periods of time with well-defined purposes...
From the point of view of design and development of projects in games, some youtube channels and videos can be real sources in the case study of the development of a game project. Let's see some examples:
Many hours of example with abandoned game from Redlyne .
Another good video from globert.

luni, 9 decembrie 2024

News : Holiday Deals at CORSAIR! | Out-of-this-World's Savings

duminică, 1 decembrie 2024

Inkscape : watercolor effect on inkscape version 1.4 .

... the watercolor effect in inkscape can be found in the main menu : Filters - Textures - Watercolor.
Just draw a shape an then select the filter.
Use Filters - Filter Editor ... to edit the filter, see this image:

miercuri, 16 octombrie 2024

News : Inkscape 1.4 released .

The Inkscape official youtube channel don't have a video with this new released version.