|
Posted By
George on 2020-08-14 04:27:23
| Re: 4 small releases coded in 2020...
Great 3D-Viewer, raze! I loved it.
|
|
Posted By
Mad on 2020-08-14 05:06:58
| Re: 4 small releases coded in 2020...
Cool stuff! Especially the Mod Player is impressive!
|
|
Posted By
SVS on 2020-08-14 07:03:10
| Re: 4 small releases coded in 2020...
@Raze: E' sempre per me interessante la grafica 3D ed i programmi che la disegnano. Ti consiglio di vedere questo pacchetto di routines: graphics che molti anni fa ho scoperto e retro ingegnerizzato. Potresti ad esempio riscrivere 3D-viewer utilizzandole al posto delle subroutines in Basic.
| (no topic)
@Raze: 3D graphic and the programs that draw it are always interesting for me. I recommend you to see this routines package: graphics which I discovered and retro-engineered many years ago. You could for example rewrite 3D-viewer using them instead of the Basic subroutines.
|
|
Posted By
George on 2020-08-14 08:37:00
| Re: 4 small releases coded in 2020...
@SVS: Could be worth a try for my engine, if it doesn't reduce free BASIC memory. I did a second release 2.0 last week.
|
|
Posted By
SVS on 2020-08-14 10:35:36
| Re: 4 small releases coded in 2020...
@Gearge: Nice! Please publish it.
|
|
Posted By
George on 2020-08-14 13:17:59
| Re: 4 small releases coded in 2020...
@SVS: I tried the Graphics.Lib out now. (A remark: With "<-" is referred to the Petscii-Character, (and not "<"+"-")
positive: + Its really fast !!! + The drawing-routines handle points as (x,y,z) coords Negativ - It reduces the free BASIC Memory to 32 kb, which is pretty much for my taste - does not have a n-Polygon-Drawing routine, where you can define the points and draw faces (filled, outlined) - no routines for rotating the points. - no calculation for the Normal-Vector
I think its perfect for raze's 3d Viewer, because he only draws Wireframes with his program.
|
|
Posted By
raze on 2020-08-14 15:04:51
| Re: 4 small releases coded in 2020...
Hey guys, thank you for the kind comments! The mod player and the 3D viewer are companion examples for two educational articles that I wrote, where I explained the MOD format and the basics of 3D graphics. I kept them as simple as possible for obvious reasons, but I plan to publish enhanced versions of both in the future.
@SVS: that graphic library sounds interesting, I'll keep it in mind, thx!
|
|
Posted By
MMS on 2020-08-14 15:06:16
| Re: 4 small releases coded in 2020...
@SVS: I suppose it is faster than the built-in gfx routines, right?
|
|
Posted By
SVS on 2020-08-15 06:48:25
| Re: 4 small releases coded in 2020...
@MMS: yes indeed!
|
|
Posted By
Retro Recollections on 2020-08-27 15:50:32
| Re: 4 small releases coded in 2020...
Fantastic!
|
|