I would like to improve on the normal sleep inducing Powerpoint presentations with a moving graphical show for my "Bits to :- I'm sorry Dave" semester. So I am looking for a 3D graphics engine with scripting.
So I could say.
Draw open blue rectangle at xyz, label it accumulator.
Draw chars 10010111 at abc, label VAR1.
Move chars 10010111 at abc to xyz, label LOAD or MOV
Draw chars 01001111 at abc, label VAR2
Sleep 1000
I also want to be able to display any source code as in
load_persons_conditionsNewPersonsID), %retract(available_person(NewPersonsID)), %Note X8
total_slots_per_shift(Slots),
ensure_no_preselection_of_potential_person(NewPersonsID,Slots),
check_that_a_person_is_not_already_in_a_shift(NewPersonsID),
not(person_just_used(NewPersonsID)),
check_that_person_is_not_hated_by_someone_already_in_a_shift(NewPersonsID), check_properties(NewPersonsID),
delete_all_non_linked_properties_for_this_person(NewPersonsID),
check_conditions(NewPersonsID),
check_that_a_person_is_not_already_in_an_overlapping_shift(NewPersonsID),
!,
assert(used_a_person(b_true)),
update_persons_accumulators(NewPersonsID),
Then show via a karaoki bouncing ball or text color change. Each source code line to emulate program flow.
Any ideas.
turtle, using thelogolanguage on the Apple II. You could look for modern adaptations oflogo. – paradroid Oct 2 '11 at 8:51