You are browsing as a guest. Sign up (or log in) to start making projects!

8h 0m 14s logged

Devlog 19

Hello hello!
Today I have some exciting news. The rewrite is complete :blobby-confetti_ball:

That’s right, after about 30 hours of porting this code from tauri into EGUI it is finally finished! So let’s take a look at some stats, shall we ?

|                                             |         Tauri      |           EGUI           |
|----------------------|-------------|--------------- |
| Dev time                          |          80h       |            30h            |
| Lines of code written |            6k         |             3k             |
| Enjoyability                    | suboptimal | above average |

And some perofrmance stuff as well:

|                                             |         Tauri      |           EGUI           |
|----------------------|-------------|--------------- |
| Ram idle                          |    ~700Mb     |         ~150Mb       |
| CPU % idle                      |        ~5%         |          ~5%            |
| FPS under load             |      ~29fps      |       stable 60     |

Some other perks also include that EGUI doesn’t need a browser installed on the system to work.

Overall I think this was a very successful rewrite! I wouldn’t do it again tho :duh:

Next I will refactor the code a bit, do a bit off the good ’ol cleanup and then get to work on the map feature.

0
9

Comments 0

No comments yet. Be the first!