▲ 3 r/ru_gamedev+2 crossposts

My friend and I are developing a physics sandbox for school labs and experiments built in Godot

https://reddit.com/link/1vsgwfy/video/f6ogegxqpakh1/player

ENG: Hello everyone! 👋

A friend and I are working on our indie project using Godot — a physics sandbox under the working title "Sad Box" (the name might change!). Our main goal is to create a useful tool for school physics labs where users can go through pre-made lab experiments or create their own from scratch (suitable starting from 7th grade) to explore forces, springs, and mechanics interactively. Right now, only the mechanics section is ready (and even that is still incomplete), but we are going to implement all the other school physics sections as well!

In the video attached to this post, I’ve showcased what we have already managed to build so far.

What we have already implemented and working:

  • The core of the mechanics section: a functional physics simulation (gravity, objects, custom spring mechanics, and selection tools).
  • A clean modular interface and custom theme system (note: the visual style and theme switching are currently fully implemented in the main menu, and will be integrated into the actual gameplay scene soon).

We structured our code into clean modules to keep everything organized and scalable. Next up, we are expanding the mechanics, bringing the theme styles into the sandbox itself, planning a story mode with experiment-based levels, and eventually building tools for all other physics branches!

We’d love to hear your feedback, thoughts, or suggestions.

RUS: Всем привет! 👋

Мы с другом делаем свой инди-проект на движке Godot 4 — физическую песочницу под рабочим названием «Sad Box» (оно еще может измениться!). Наша главная идея — создать удобный инструмент для прохождения готовых школьных лабораторных работ или создания собственных экспериментов (начиная с 7 класса). На данный момент готов только раздел физики «Механика» (и то еще не полностью), но в будущем мы планируем добавить все остальные разделы школьной физики!

В прикрепленном к посту видео я наглядно показал то, что нам уже удалось реализовать на данном этапе.

Что уже сделано и работает на данный момент:

  • Базовая часть раздела «Механика»: полностью рабочая физическая среда (гравитация, объекты, гибкие пружинные связи и инструменты взаимодействия).
  • Удобный модульный интерфейс и система кастомных тем оформления (на данный момент визуальный стиль и выбор тем полностью готовы в главном меню, а в саму игровую песочницу они будут переноситься чуть позже).

Мы разделили всю логику на чистые модули, чтобы код оставался понятным и легко расширяемым. Впереди у нас доработка механики, перенос стилей в саму песочницу, сюжетный режим с уровнями-экспериментами и создание базы для остальных разделов физики!

Будем рады услышать ваши отзывы, советы или критику.

reddit.com
u/Deep_Device7719 — 17 hours ago

Mine design vs design my friend

My friend and I are working on a project, and it’s time to develop the main menu for it. I’m asking for an objective assessment: who made it look more beautiful — me or my friend? My version is in the first video, and my friend’s is the second one.

Mine

Friend

reddit.com
u/Deep_Device7719 — 6 days ago