Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
(Possibly buggy) application for game making, modding, and datamining, with a general focus around game engines compatible with the RPG Maker series.
Java 14
-
a project to undo the effects of Google Closure Compiler 20120711 on a specific game. PLEASE NOTE! MAINTENANCE IS NOT A GOAL. THIS IS MEANT AS A BASIS FOR FURTHER RESEARCH.
-
A cooperatively-multitasking (and hopefully memory-light) OpenComputers OS (see README for authors), along with it's package repository (various authors, see repoauthors for details). NOTE: This re…
Lua 5
-
Unofficial EasyRPG Player fork to unofficially run the freeware version of OneShot. Unofficial. (Also, re-uploaded from another copy on this account because GitHub has a one fork per repo per perso…
C++ 2
218 contributions in the last year
Contribution activity
September 2020
Created a pull request in space-wizards/RobustToolbox that received 6 comments
More configurable lighting (also, "Rounded" mode for Range)
This makes lighting resolution more configurable, switching the backend config option to being based on the amount the screen size is divided by, s…
- Auto-replace texture2D with texture to fix issues with deprecated fun…
- GLES2: Support for GL_OES_standard_derivatives (fixes wall brightening when available)
- Prevent gl_FragColor deprecation issues on GL3.3 (hopefully finally ending the saga of hotfixes)
- GLES2: hotfix: Use in/out to prevent core profile complaints
- Use more in/out to prevent core profile non-compliance issues