Catherine

Results 254 issues of Catherine

Necessary for internationalization, saner testing (by creating an abstraction bounary between text screens and the rest of UI controller), and just because the Printf interface is so damn hard to...

internals

Originally filed by @pimdegroot: >The current way to use a tool in solvespace is to select the items you want to modify and then apply a tool. > >In other...

enhancement
UI

Explain how to do the most basic steps: 1) draw 2D shape 1.5) add constraints to make it the size you want 2) make it 3D via rotation or extrusion...

documentation

## Overview The purpose of this pull request is to give some visibility to the Emscripten port that has so far quietly existed as a branch. Its status is **an...

Currently, sketch generation requires a lot of global values, which means that two sketches cannot coexist in memory. This is a blocker for many other features, and should be refactored.

internals

More of a long-term wish. This came up again and I finally found a library that appears usable for our purpose: https://github.com/stepcode/stepcode. Its license is 3-clause BSD and the build...

enhancement
STEP

This is not obvious, and can confuse people coming from other CADs.

documentation

E.g.: - mention the use of the cloverleaf key instead of Control - the key that's Backspace on PC keyboards acts as Delete since there's no separate Delete key

documentation
macOS

SolveSpace would benefit from a file format that suits the following required properties: - compact, with a binary representation; - has an alternate text representation, for tests; - fast to...

internals

I have a Linux system and a high-density display: ``` screen #0: dimensions: 3200x1800 pixels (294x165 millimeters) resolution: 276x277 dots per inch ``` Everything in icestudio is *way* too small:...

enhancement