You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current starfield using the same simple method as in the C++ version, but its way too slow in pygame (cuts down to 5-10 fps even at this early stage in the code). Need to figure out a workable method to replace it, likely using some sort of vertex array.
The text was updated successfully, but these errors were encountered:
Current starfield using the same simple method as in the C++ version, but its way too slow in pygame (cuts down to 5-10 fps even at this early stage in the code). Need to figure out a workable method to replace it, likely using some sort of vertex array.
The text was updated successfully, but these errors were encountered: