tiehuis / faststack

If you want to stack blocks kind of quick
https://tiehuis.github.io/faststack/
GNU General Public License v3.0
11 stars 1 forks source link

Remove all platform-specific code into sys directory #39

Open tiehuis opened 8 years ago

tiehuis commented 8 years ago

Self-explanatory. Some details for example regarding logging and escape codes assume posix.

tiehuis commented 7 years ago

To add, it would be nice to make the interfaces generic enough for usage as a general C library. For example, the terminal input handling would be nice to have as an independent library since nothing abstracts at this low a level.