SDL2 Virtual Text Editor
A text editor. Very much in early stages of development.
- Implement writing of buffers.
- Switching of buffers (partially implemented, but not done).
- Move to end of current word and move to start of current word.
- Multiple buffers in view (split windows). SDL Viewport is great for this.
- Rendering logic/culling/camera control.
- Cut/Paste/Selections.
- Looks/Aesthetics/Customizability.
- Reading of text files.
- Editing text buffers (Insert, Remove, Delete).
- Move to start of previous word and move to start of next word.
- Move to prev/next lines.
- Single buffer rendering.
- Char atlases.