Source available repository for the Binder software project.
Go to file
Tracy Rust 3bba33e788 Add object properties sidebar. Closes #68 2024-01-27 16:39:39 -05:00
icons Add icons I forgot 2024-01-24 13:43:04 -05:00
public Initial commit, closes #60 2024-01-24 13:26:19 -05:00
src Tidy up, remove console log and stubbed out headings in properties panel 2024-01-27 16:31:22 -05:00
test/manual Initial commit, closes #60 2024-01-24 13:26:19 -05:00
.gitignore Initial commit, closes #60 2024-01-24 13:26:19 -05:00
AppRun Initial commit, closes #60 2024-01-24 13:26:19 -05:00
Binder.desktop Initial commit, closes #60 2024-01-24 13:26:19 -05:00
LICENSE.txt Bump version for dev and addendum expiration date. 2024-01-26 20:31:30 -05:00
README.md Initial commit, closes #60 2024-01-24 13:26:19 -05:00
buildlinuxappimage.js Fix icon path in buildappimage.js 2024-01-24 13:45:21 -05:00
forge.config.js Initial commit, closes #60 2024-01-24 13:26:19 -05:00
genbuildinfo.js Initial commit, closes #60 2024-01-24 13:26:19 -05:00
index.html Initial commit, closes #60 2024-01-24 13:26:19 -05:00
package-lock.json Initial commit, closes #60 2024-01-24 13:26:19 -05:00
package.json Bump version for dev and addendum expiration date. 2024-01-26 20:31:30 -05:00
tsconfig.json Initial commit, closes #60 2024-01-24 13:26:19 -05:00
vite.main.config.mjs Initial commit, closes #60 2024-01-24 13:26:19 -05:00
vite.preload.config.mjs Initial commit, closes #60 2024-01-24 13:26:19 -05:00
vite.renderer.config.mjs Initial commit, closes #60 2024-01-24 13:26:19 -05:00

README.md

Binder is eventually open source software

For details see the license file.

Caution

This code isn't super clean, the focus has been on getting things done instead of pretty architecture so there are definitely some rough edges and embarrassing design decisions but they remain because they're bug-free and I have a mountain to move with a spoon already.

Also a lot of comments are "stream of conciousness" style and I honestly don't know what they meant, either :)

See anything you like?

Feel free to open an issue to discuss potentially open-sourcing utility code you may find useful.