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,
Pages
▼
joi, 26 iunie 2025
miercuri, 25 iunie 2025
News : STO event - 8000 dilithium rewards !
I see the new RISA event ... maybe this will be the next ship ??
After rewards , today is the first day for 8000 dilithium rewards !
See wikipedia article : Dilithium (Star Trek)



marți, 24 iunie 2025
News : Bluesky social app with the Atmosphere Protocol.
Bluesky is a social app that is designed to not be controlled by a single company. We're creating a version of social media where it's built by many people, and it still comes together as a cohesive, easy-to-use experience. We've done this by building Bluesky on the AT Protocol, an open source toolbox for building social apps that can all talk to each other.
Traditional social networks are often closed platforms with a central authority. There’s a small group of people who control those companies, and they have total control over how users can use the platform and what developers can build.
As a developer, if you try to build a new app, you have to overcome network effects to rebuild the social graph from scratch, and if you try to build on the APIs of these companies they can cut you off and kill your company in the blink of an eye. As a creator, you might spend years building an audience only to lose access to it when the platform changes the rules on you.
You can find me at this social account
News : Developer Update | Season 17: Map Updates, Stadium Heroes, & More
Senior Game Designer Dylan Snyder, UI Artist Sadie Boyd, and Senior Systems Designer Connor Kou are here to go over some of the awesome new arrivals coming during Season 17!
luni, 23 iunie 2025
News : Lemmy Release v0.19.12
Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.
Read more on the official website.
News : my first generator on perchance.org
My first generator on the official perchance.org.
Is very easy to use if you know javascript. I tested with two plugins and with canvas area. First is a random basic text generator and second one will generate image based on text prompt.

News : O&O ShutUp10++ - Free antispy tool for Windows 10 and 11.
O&O ShutUp10++ means you have full control over which comfort functions under Windows 10 and Windows 11 you wish to use, and you decide when the passing on of your data goes too far. Using a very simple interface, you decide how Windows 10 and Windows 11 should respect your privacy by deciding which unwanted functions should be deactivated.
See this tool on the official website.
duminică, 22 iunie 2025
vineri, 20 iunie 2025
News : YouTube Data Analysis Workflow - my hackathon project on devpost
Here I managed with difficulty, the internet and this old laptop are slow, but I uploaded the project for the Agent Development Kit Hackathon with Google Cloud ...
See my project on the official website.
Project submitted! Continue to edit your project until the hackathon deadline: June 23, 2025 at 08:00pm EDT.
joi, 19 iunie 2025
News : Google Apps Script - get products by region into new sheet.
... this is source code for search products on my region using google apps script:
function onOpen() {
SpreadsheetApp.getUi()
.createMenu('Ocazii Scraper')
.addItem('Scrape placa-de-baza', 'scrapeProcess_placa_de_baza')
.addToUi();
}
function scrapeProcess_placa_de_baza() {
const url_placa_de_baza = "https://www.okazii.ro/componente-computere/placa-de-baza/?judete_lp=35&sort=pret_asc";
let html;
try {
const response = UrlFetchApp.fetch(url_placa_de_baza);
html = response.getContentText();
} catch (error) {
Logger.log("Error fetching HTML: " + error.message);
return;
}
const itemRegex = /<div class="list-item[\s\S]*?<h2>[\s\S]*?<a[^>]+href="(.*?)"[^>]+title="(.*?)"[\s\S]*?<span class="prSup"><span>(\d+)<\/span>[\s\S]*?<span class="prList"><span>([\d,]+)<\/span>/g;
const spreadsheetName = "placa_baza_200625";
const spreadsheet = SpreadsheetApp.getActiveSpreadsheet();
const sheet = spreadsheet.getSheetByName(spreadsheetName) || spreadsheet.insertSheet(spreadsheetName);
// Adaugă headere dacă e un sheet nou
if (sheet.getLastRow() === 0) {
sheet.appendRow(["Data", "Titlu", "Href", "Pret", "Livrare"]);
}
const now = new Date();
const formattedDate = Utilities.formatDate(now, SpreadsheetApp.getActive().getSpreadsheetTimeZone(), "ddMMyy");
let match;
while ((match = itemRegex.exec(html)) !== null) {
let [_, href, title, price, delivery] = match;
delivery = delivery.replace(",", "."); // înlocuiește virgula pentru formatare numerica
const row = [formattedDate, title, href, price, delivery];
sheet.appendRow(row);
}
}
News : Construct 3 r444.2 Beta.
A new Beta version of Construct 3 has just been published - please note that Beta versions are not as thoroughly tested as Stable versions. If you choose to use Beta versions, please ensure you backup your work regularly and are willing to file bug reports if you run into any issues.
See the official website.
miercuri, 18 iunie 2025
News : Libre Graphics Meeting 2025 on inkscape website
Right after Inkscape Summit in Nuremberg, from May 28th to the 31st, the team attended to the Libre Graphics Meeting 2025, also in Nuremberg. It was a great opportunity to learn and share, and a unique experience to see how Inkscape contributes to the Libre Graphics scenario globally.
You can read about this on the inkscape official website.
News : Upcoming (serious) Web performance boost by Adam Scott.
... Starting with 4.5 dev 5, you can expect your Web games to run a little bit more smoothly, without having to do anything. Especially when things get chaotic (for your CPU). It isn’t a silver bullet for poorly optimized games, but it will help nonetheless. Also, note that it cannot do anything for GPU rendering bottlenecks.
... From here on out, the 4.5 release official templates will only support WebAssembly SIMD-compatible browsers in order to keep the template sizes small. We generally aim to maintain compatibility with the oldest devices we can. But in this case, the performance gains are too large to ignore and the chances of users having browsers that are that far out of date is too small relative to the potential benefits.
See the full blog article from the official website.
marți, 17 iunie 2025
News : Meet Stridewing - Your Wildest Travel Companion
... today I found this game by White Frame Technologies LLC:
Explore cosmic worlds, build unique bases, and battle for resources in this browser-based sandbox game. Interact with players from around the globe
duminică, 15 iunie 2025
News : Making my dream plant game! - Plant Tales Devlog 1
... another game development by the jess::codes - the official youtube channel.
sâmbătă, 14 iunie 2025
joi, 12 iunie 2025
News : Another videos from https://www.weavy.ai !
Professional design platform unifying AI models with professional editing tools. Currently in private beta with selected creators. ... by https://www.weavy.ai

News : the app.1min.ai online tool comes new models !
I saw today these new changes into the app.1min.ai - online tool with a lot of artificial intelligence models!

News : FOSDEM 2025 Talk: From Pixels to Procedures.
Graphite is a free, open source vector and raster graphics editor, available now in alpha. Get creative with a fully nondestructive editing workflow that combines layer-based compositing with node-based generative design.
The GitHub repo for this project can be found on the github repo - GraphiteEditor/Graphite.
miercuri, 11 iunie 2025
News : FLUX.1 Kontext
Today I found this online tool named FLUX.1 Kontext.
FLUX.1 Kontext revolutionizes AI image generation with advanced text-to-image capabilities. Experience FLUX.1 Kontext's professional-grade quality, supporting image editing, style transfer, and creative workflows. FLUX.1 Kontext empowers creators with intuitive AI tools for stunning visual content.
You can find this online tool on the official webpage.
Today I found this online tool named FLUX.1 Kontext.

News : Fedora 42 (Adams) !
Fedora 42 is a version of Fedora released to the public on 15 April 2025[1], under the codename "Adams". This version is notably the first version since Fedora 23 to use a codename. This version updates GNOME to version 48.
Yesterday I installed the Fedora Linux distro with version 42 also known as Adams, on the old Cosmic environment.
The packages were installed correctly and updated to version 42. The Cosmic environment, although it has a pretty good design, is just as poor as some of the implemented applications. I tried with about three screenshot applications to take a screenshot and I couldn't succeed. I noticed some packages for basic and cosmic implementation, but they didn't solve anything. Moreover, it seems that cosmic is related to rust and it's throwing me some strange messages!!!
I had to take a picture of the screen for this installation ... after all, it is a test version from the Fedora team based on RedHat linux!

News : The Sims 4 Enchanted by Nature | Official Reveal Trailer
This is the Official YouTube channel for The Sims™ where videos and Live Broadcasts created by Electronic Arts' (EA) Maxis Label are featured and released on behalf of The Sims franchise. The Official YouTube channel for The Sims also features player-created videos and content from The Sims' community of players from around the world. For more information about The Sims, visit http://www.thesims.com
marți, 10 iunie 2025
luni, 9 iunie 2025
News : Android 16 stable on Pixel 9 series.
Google announced that Android 16(stable) will be available to all Pixel devices by tomorrow starting with Pixel 9 series
TickTick :To Do List & Calendar for management time application.
I don't just use one time management application on my phone. The main reason is that there isn't a perfect one, and moreover, almost all of them cost quite a bit. If I were to add up all the costs, they wouldn't justify themselves. Today I am going to present one that is quite useful, which I discovered can send notifications on the screen to check off the daily steps to follow, and additionally, it also has a centralized widget.
You can find this android application on the google play store.

News : Microsoft Flight Simulator | City Update 10: United States I
Apr 22, 2025 : Microsoft Flight Simulator City Update 10: United States IV delivers five spectacular cities throughout the United States in vibrant detail: Dallas and Fort Worth, Texas; Denver, Colorado; San Francisco, California; and Honolulu, Hawaii.
sâmbătă, 7 iunie 2025
News : twigl.app another shader editor.
twigl.app is an online editor for One tweet shader, with GIF generator, sound shader, and broadcast live coding.
Today I tested this online shader editor , my hardware is not very good and browser is low, but works ...

News : What's new in Bootstrap Studio 7.1
Bootstrap Studio 7.1 has arrived! In this release we added new components, made a major improvement to the Blog functionality, added new templates and are launching the official Bootstrap Studio Academy.
vineri, 6 iunie 2025
miercuri, 4 iunie 2025
News : The 2025 Annecy International Animation Film Festival.
The 2025 Annecy International Animation Film Festival is scheduled to take place from 8 to 14 June 2025, in Annecy, France. See the wikipedia article.
Du 8 juin au 14 juin 2025, prenez part au Festival international du film d’animation d’Annecy ! Durant une semaine, cet événement célèbre le meilleur du cinéma d'animation dans le monde.
See the official webpage.
marți, 3 iunie 2025
News : Blender Mobile Version is Here!
Today I saw this testing of blender 3d software on mobile phone ... See more on the DECODED - the official youtube channel.
luni, 2 iunie 2025
News : GP- Grease Pencil add-on by Samuel Bernou.
... this is a good addon made by Samuel Bernou you can find this on the extensions.blender.org - the official website.
News : The Promellian Command Battlecruiser
Beginning alongside our next story update on June 3rd, players on PC will have the chance to pilot the Promellian Command Battlecruiser (T6).
The Promellian battle cruiser was a class of battle cruiser utilized by the Promellian military. The Promellians were a warp-capable humanoid species, characterized by a midline cranial ridge that ran from the upper lip to the back of the head.
Visiting a Promellian battle cruiser was always a dream of Jean-Luc Picard's, a dream he had held on to ever since he was a child, when he used to build model ships in bottles.
See more on the official webpage.