Open Makman2 opened 10 years ago
cool
Line implemented drawing in #160.
I think version 0.1 comes out with line drawing. Triangle drawing I'll do later^^
I recall there were problems with the basic functionality of the console object. This should be fixed before 0.1.
Okay need to fix too... What were the problems explicitly again?
Thats the thing. The Console object is an ncurses wrapper. There was some non-deterministic behaviour with that. Oh and colors weren't working at all. So maybe its the easiest thing to rewrite this thing without ncurses using terminal escapes. However curses should be platform independent since there even is a windows implementation.
2015-01-18 21:07 GMT+01:00 Makman2 notifications@github.com:
Okay need to fix too... What was it explicitly again?
Reply to this email directly or view it on GitHub https://github.com/Makman2/CE3D/issues/156#issuecomment-70423394.
I'll look at it^^
Got some algorithms for drawing lines. The triangle drawing can be copied from TE3D. Point drawing should be easy-going. When finished the implementation we get the core of this project :D