A physical accurate worldbuilder.
Find a file
2026-08-10 19:06:38 +02:00
notebooks Prototype of Star Class, before LLM use 2026-07-22 12:41:28 +02:00
ressources push 2026-08-09 12:05:56 +02:00
scripts Initial commit 2026-07-03 11:47:28 +00:00
src/qworldcreator Fixed hillsphere miscalculation 2026-08-10 19:06:38 +02:00
tests Initial commit 2026-07-03 11:47:28 +00:00
.gitignore Initial commit 2026-07-03 11:47:28 +00:00
.gitmodules Star Constructor 2026-08-04 14:31:51 +02:00
CLAUDE.md Fleshed out sctructure, added export 2026-08-06 23:44:10 +02:00
default.yaml Fleshed out sctructure, added export 2026-08-06 23:44:10 +02:00
Makefile Fleshed out sctructure, added export 2026-08-06 23:44:10 +02:00
pyproject.toml push 2026-08-09 12:05:56 +02:00
pyrightconfig.json input/output matrix notebooks 2026-07-21 16:01:07 +02:00
README.md Fixed hillsphere miscalculation 2026-08-10 19:06:38 +02:00
requirements.txt Fleshed out sctructure, added export 2026-08-06 23:44:10 +02:00
test.yaml Fleshed out sctructure, added export 2026-08-06 23:44:10 +02:00

QWorldCreator

This aims to be a physically accurate-ish worldcreator. A lot of these calculations are stil highly speculative, but have their foundation in recent scientific discoveries and fundamental concepts of nature.

Releases

v2026.0.3 (Not Released

  • Introduce Plant Color and Biosphere Module
    • Based on Star and Atmosphere
  • Geomagnetic Dynamics/ Solarmagnetic Dynamics

v2026.0.2 (Not Released)

  • Also push naturedynamics when pushing worldcreator
    • Release Versioning and Cycle ?
  • Make Habitability not true or false but a probability scale, taking into account:
    • Class of the Star and Brightness
    • Calculation Method relative habitability to how far the planet is away
  • Add Habitable Zone Shift Factor for planets, to shift habitable zone bonds,
    • regarding how many greenhouse gases exist
    • Axial Tilt
    • Orbital Period++
  • Star Class Calculation
  • Add Star Classes as Enums, maybe directly into naturedynamics
  • Fix Hillsphere Calculation and Inner/Outer Moon Zone Error
  • Fix main_star_apparent_size=<error: division by zero>,
  • Add Horizon Distance
  • Add proper error handling
  • Improve logging
    • Add a flag to write to a log file
  • Add a flag to init a new world yaml file
    • world init new_world
  • Add Flag to point to yaml world file
  • Make color calculation refined and add Hexcolor support
  • Rename Project

v2026.0.1

Finally, first working version finished, qworldcreator.