jeaye / q3

A Quake 3 like game with voxelized, destructible maps; written in Rust
BSD 3-Clause "New" or "Revised" License
500 stars 25 forks source link

Build separate modules #46

Open jeaye opened 11 years ago

jeaye commented 11 years ago

Right now all of the source is built in one go. This is not going to be manageable once the source grows a bit more, especially from the user's point of view (no feedback while compiling) and the debugging point of view (waiting forever for each build -- only build what's been changed).

jeaye commented 11 years ago

Should come after #45

jeaye commented 11 years ago

Finished and tested on Linux, but needs to be tested on OS X before I'll mark it complete.