2019-09-04 13:15:22 -04:00
2019-09-04 13:15:22 -04:00
2019-08-22 14:25:18 -04:00
2019-08-23 16:46:04 -04:00
2019-08-23 16:46:04 -04:00
2019-09-03 16:39:12 -04:00

Oxidized Kilo

An experimental reimplementation of the Kilo tutorial with a Rust implementation.

Implementation notes:

  • The editor prefix has been removed from all the editor methods. Since this implementation uses impls on a shared Editor struct, the prefix is redundant
  • Any C equivalent functionality based on memory allocating/deallocating, or other manual book-keeping is instead implemented in a more idiomatic Rust fashion.

Known issues:

  • The cursor is invisible :(
Description
Languages
Rust 100%