Posted 21 August 2015 - 12:53 AM
My latest program is compatible with Regular and Advanced computers.
Advanced computers work great, with very rare flickering
Regular computers have terrible flickering.
Is there some API on advanced computers that's optimizing draw calls or something?
Or is it more likely that I screwed up a bit of code that only runs on regular computers?
Program:
http://pastebin.com/JuNHQRZD
Controls:
Up / down arrow keys to change the selected item
Ctrl+up to move up a directory
Enter to open a folder or run a program
MOUSE SUPPORT IS WIP. Mostly not implemented yet.
Other keys can be found in the code, if you are so inclined.
NOTE: I'm using CCEmuRedux, which uses CC 1.74 at the moment
Haven't tested in MC yet
Advanced computers work great, with very rare flickering
Regular computers have terrible flickering.
Is there some API on advanced computers that's optimizing draw calls or something?
Or is it more likely that I screwed up a bit of code that only runs on regular computers?
Program:
http://pastebin.com/JuNHQRZD
Controls:
Up / down arrow keys to change the selected item
Ctrl+up to move up a directory
Enter to open a folder or run a program
MOUSE SUPPORT IS WIP. Mostly not implemented yet.
Other keys can be found in the code, if you are so inclined.
NOTE: I'm using CCEmuRedux, which uses CC 1.74 at the moment
Haven't tested in MC yet
Edited on 20 August 2015 - 11:12 PM