Ed_
191d5076ea
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 |
||
---|---|---|
.vscode | ||
assets | ||
code | ||
examples | ||
scripts | ||
thirdparty | ||
.editorconfig | ||
.gitignore | ||
Debug.rdbg | ||
launch.odin_old | ||
ols.json | ||
Readme.md |
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.