Go to file
Ed_ 191d5076ea Dragging! & basic proportional box resize frm cursor distance to box pos
Still need to add resize via 'pulling' to stretch the box out from a side or 2 sides diagonally.

Also some general clenaup of code
2024-03-08 03:34:21 -05:00
.vscode got basic ui elmental interaction working, + alignment of anchor 2024-03-02 10:24:09 -05:00
assets Font drawing is nice now 2024-02-13 17:16:39 -05:00
code Dragging! & basic proportional box resize frm cursor distance to box pos 2024-03-08 03:34:21 -05:00
examples Initial stuff 2024-01-21 11:16:12 -05:00
scripts Made the initial whitespace parser 2024-03-02 18:19:27 -05:00
thirdparty Added ols to thirdparty ( just keeping own copy for the repo ) 2024-03-07 23:08:43 -05:00
.editorconfig Update editor config for odin support 2024-01-30 01:28:39 -05:00
.gitignore Updates to gitignore and ols config 2024-02-24 22:29:18 -05:00
Debug.rdbg Memory setup for hot-reload & save states 2024-01-22 00:22:06 -05:00
launch.odin_old Minor cleanup for formatting, reverse verify condition usage 2024-02-23 09:36:23 -05:00
ols.json Dragging! & basic proportional box resize frm cursor distance to box pos 2024-03-08 03:34:21 -05:00
Readme.md Dragging! & basic proportional box resize frm cursor distance to box pos 2024-03-08 03:34:21 -05:00

Sectr Prototype

This prototype aims to flesh out ideas I've wanted to explore futher when it came to code editing and tools for code in general.

The project is so far in a "codebase boostrapping" phase.

The code is organized into 2 modules sectr_host & sectr. The host module loads the main module & its memory. Hot-reloading it's dll when it detects a change.

The main module only depends on libraries provided by odin repo's base, core, or vendor related packages, and a ini-parsing library.