Sheet D1Issue sheet

Get Nubble
for Windows.

One executable with its shaders and assets folders beside it. No installer, nothing written to the registry.

Read the docs

No build has been published yet. The download becomes active as soon as a URL is set in includes/config.php.

Version
0.1.0
Release date
Coming soon
File size
TBA
Platform
Windows 10 / 11, 64-bit

SHA-256 CHECKSUM

TBA

Verify with Get-FileHash .\Nubble.zip -Algorithm SHA256.

In progress

Development software. Projects saved with one build may not open in the next, and features can change or be removed. Keep a copy of anything you care about.

Sheet D2Contents of this issue

What is in 0.1.0

  1. Mesh core with vertex, edge and face editing.

  2. Modeling operators: extrude, inset, bevel, loop cut, fill, duplicate, rip and delete.

  3. Modal move, rotate and scale with axis constraints and typed values.

  4. Modifier stack: mirror, subdivision, solidify, triangulate, weld and decimate.

  5. Import through assimp and export to OBJ, PLY, STL, glTF and GLB.

  6. Undo bounded by both depth and memory.

Sheet D3Preliminary requirements

What it needs to run

Working targets for the development builds, not final specifications. They may change before the first release.
Component Minimum Recommended
Operating system Windows 10, 64-bit Windows 11, 64-bit
Graphics Any GPU supporting OpenGL 3.3, including integrated graphics from around 2012 A dedicated GPU, once scenes and textures get large
Memory 2 GB RAM 8 GB RAM, once meshes and textures get large
Processor Any 64-bit processor Four cores or more, so modifier previews evaluate off the main thread
Disk space 100 MB for the application 1 GB, leaving room for projects and textures

Sheet D4Assembly

Four steps, no installer

  1. Download the archive

    Use the button above. Your browser may warn about an unsigned download while the project is unreleased.

  2. Verify the checksum

    In PowerShell, run Get-FileHash .\Nubble.zip -Algorithm SHA256 and compare it with the value listed on this page.

  3. Extract the folder

    Unzip it anywhere you like; your user folder is fine. There is no installer and nothing is written to the registry.

  4. Run Nubble.exe

    Keep shaders\ and assets\ beside the executable. Per-user settings and logs go to %APPDATA%\Nubble\.

N1

Where settings are stored

Panel layout, preferences and the last session's log go to %APPDATA%\Nubble\, never beside the executable. Delete that folder to reset Nubble to defaults.

N2

macOS or Linux

No. Nubble targets Windows only, and that is a deliberate scope decision rather than something waiting in a queue.

N3

Previous versions

None published yet. Older builds will be listed here once there are any.

N4

What you will get

A single Nubble.exe with its shaders and assets folders, and nothing else. It links the static runtime, so it runs on a clean Windows 10 or 11 machine with no redistributable to install first.