2D, 3D, game, games, online game, game development, game engine, programming, OpenGL, Open AI, math, graphics, design, graphic, graphics, game development, game engine, programming, web development, web art, web graphic, arts, tutorial, tutorials,
miercuri, 1 ianuarie 2025
News : AI online tool pixverse application.
I tested this online tool and works well with two photos ...
Posted by
Cătălin George Feștilă
Labels:
2025,
2025 news,
2D,
artificial intelligence,
news,
online tool,
video
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
Posted by
Cătălin George Feștilă
Labels:
2024,
2D,
3D,
Blender 3D,
design,
graphic,
graphics,
open source,
source code,
tutorial,
tutorials,
video tutorial,
youtube
sâmbătă, 28 decembrie 2024
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.
Posted by
Cătălin George Feștilă
Labels:
2024,
2D,
3D,
design,
development,
game development,
graphic,
graphics
luni, 23 decembrie 2024
News : Roblox Studio tour.
Today I found another update on Roblox Studio development ... Roblox tour:
Abonați-vă la:
Postări (Atom)