I see, so i was thinking of rebuilding the base in general, and I came up with basic threads 3 threads (at run time)
in the current base each menu will have its own thread, and that can be stress on a processor if to much menus are used. What i guess i can do is like how the Present and stuff have Frame per second, the menu thread can have Menus per second, and using this measurement change the sleep time. Because as more and more menus are being added the MPS will slow, and since the Input Operations and Drawing are all done on the Menu thread a varying Sleep time will keep the Menus well times.
The Menus will be rendered in the Menu thread simply, a static array of Menus are all drawn in a for loop(cant wait till C++ AMP to test that stuff in this base). a Value in the Menu class to tell if the menu is initialized or not.
Note: A lot of people must be saying that I am wasting my time with all this stuff in for these public bases. I will tell u this, I program for fun
, I like to challenge myself. And mostly the VIP people are making they stuff and keeping it all to them self, and forgetting where most of them came from, THE PUBLIC HACK ZONE.
- Hooked Present/ What ever
- HackThread
- Menu Thread
in the current base each menu will have its own thread, and that can be stress on a processor if to much menus are used. What i guess i can do is like how the Present and stuff have Frame per second, the menu thread can have Menus per second, and using this measurement change the sleep time. Because as more and more menus are being added the MPS will slow, and since the Input Operations and Drawing are all done on the Menu thread a varying Sleep time will keep the Menus well times.
The Menus will be rendered in the Menu thread simply, a static array of Menus are all drawn in a for loop(cant wait till C++ AMP to test that stuff in this base). a Value in the Menu class to tell if the menu is initialized or not.
Note: A lot of people must be saying that I am wasting my time with all this stuff in for these public bases. I will tell u this, I program for fun
, I like to challenge myself. And mostly the VIP people are making they stuff and keeping it all to them self, and forgetting where most of them came from, THE PUBLIC HACK ZONE.