Tscope5
tscope5-0.5/00faq.md
1 # Tscope5 frequently asked questions
2 
3 [TOC]
4 
5 # Installation related questions {#inst}
6 
7 **Q** Does Tscope5 work under virtualbox?
8 
9 **A** No.
10 
11 
12 # Questions related to the old tscope {#old}
13 
14 **Q** Can I compile my old tscope program on Tscope5?
15 
16 **A** No.
17 
18 
19 
20 **Q** What are the main differences between the old tscope and Tscope5?
21 
22 **A**
23 - all functions start with ts5_ instead of ts_
24 - coordinates are now floating points
25 - drawing is performed on a back buffer
26 - times are now floating points (and seconds)
27 - the timer functions don't block the main loop, responses are registered continuously
28