gregjohnson2017 / tabula-editor

An image editor built from scratch with OpenGL in Go.
MIT License
7 stars 0 forks source link

Split code and logic into separate packages #15

Closed kroppt closed 4 years ago

kroppt commented 4 years ago

Currently, it's hard to separate anything, because of cyclical imports. So, I need to separate out the current types and functions in order to allow smaller package in new code we write.