www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - NASA is using RISC-V, I guess D will never fly on a spacecraft

reply Mark <markleaf131313 gmail.com> writes:
https://www.zdnet.com/article/nasa-has-chosen-these-cpus-to-power-its-next-generation-of-spaceflight-computers/

Don't have much professional programming experience but I learnt 
how to program by reverse engineering programs, specifically 
games and modifying them to do more stuff.

It's not much but I reverse Engineered the halo engine. Was 
mostly interested in the physics engine, which uses spheres for 
everything.

Pain in the ass to use on android with ldc, would be better if 
native support was in DMD but last time I remember mentioning it 
the custom DMD backend is sacred and can't be removed.

https://github.com/markleaf131313/halo-d

This is how to be a human.
This is how to be a human.
Nov 28 2022
parent Commander Zot <no no.no> writes:
On Tuesday, 29 November 2022 at 06:42:49 UTC, Mark wrote:
 https://www.zdnet.com/article/nasa-has-chosen-these-cpus-to-power-its-next-generation-of-spaceflight-computers/

 Don't have much professional programming experience but I 
 learnt how to program by reverse engineering programs, 
 specifically games and modifying them to do more stuff.

 It's not much but I reverse Engineered the halo engine. Was 
 mostly interested in the physics engine, which uses spheres for 
 everything.

 Pain in the ass to use on android with ldc, would be better if 
 native support was in DMD but last time I remember mentioning 
 it the custom DMD backend is sacred and can't be removed.

 https://github.com/markleaf131313/halo-d

 This is how to be a human.
 This is how to be a human.
if you replace the the custom DMD backend, then you end up with LDC or GDC.
Nov 29 2022