Sheet D1Issue sheet
Get Nubble
for Windows.
One executable with its
shaders and assets folders beside it. No installer,
nothing written to the registry.
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
Mesh core with vertex, edge and face editing.
Modeling operators: extrude, inset, bevel, loop cut, fill, duplicate, rip and delete.
Modal move, rotate and scale with axis constraints and typed values.
Modifier stack: mirror, subdivision, solidify, triangulate, weld and decimate.
Import through assimp and export to OBJ, PLY, STL, glTF and GLB.
Undo bounded by both depth and memory.
Sheet D3Preliminary requirements
What it needs to run
| 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
-
Download the archive
Use the button above. Your browser may warn about an unsigned download while the project is unreleased.
-
Verify the checksum
In PowerShell, run
Get-FileHash .\Nubble.zip -Algorithm SHA256and compare it with the value listed on this page. -
Extract the folder
Unzip it anywhere you like; your user folder is fine. There is no installer and nothing is written to the registry.
-
Run Nubble.exe
Keep
shaders\andassets\beside the executable. Per-user settings and logs go to%APPDATA%\Nubble\.
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.
macOS or Linux
No. Nubble targets Windows only, and that is a deliberate scope decision rather than something waiting in a queue.
Previous versions
None published yet. Older builds will be listed here once there are any.
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.