Makman2 / CE3D

A terminal 3D engine
GNU General Public License v3.0
4 stars 0 forks source link

Implement the full-fledged console renderer #156

Open Makman2 opened 10 years ago

Makman2 commented 10 years ago

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

sils commented 10 years ago

cool

Makman2 commented 9 years ago

Line implemented drawing in #160.

Makman2 commented 9 years ago

I think version 0.1 comes out with line drawing. Triangle drawing I'll do later^^

sils commented 9 years ago

I recall there were problems with the basic functionality of the console object. This should be fixed before 0.1.

Makman2 commented 9 years ago

Okay need to fix too... What were the problems explicitly again?

sils commented 9 years ago

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.

Makman2 commented 9 years ago

I'll look at it^^