New pages

From NerdConsole
Jump to navigationJump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 17:32, 8 August 2024Project Status (hist | edit) ‎[3,454 bytes]NerdOfEpic (talk | contribs) (Created page with "The NerdConsole project is a monstrously large hobby project being done entirely by one person. That means a lot to do, a lot to learn, and a lot of things to make work together. It also means that at any given time I may be working on any number of different parts of the project. To help make it as straightforward as possible to figure out what's going on, this page presents a high level list of activities. == PPU Software == * '''(In Progress)''' Rewriting the PPU...")
  • 10:34, 3 August 2024Development Language (hist | edit) ‎[4,290 bytes]NerdOfEpic (talk | contribs) (Created page with "The NerdConsole PPU software is a complex piece of multi-threaded code that accepts information from the GPIO pins on a Raspberry Pi, manages the data that was received, and uses it to render graphics based on that information. = Java = Originally, it was written in Java because I'm very comfortable with Java and that seemed like a good reason to use it at the time. Most values used in NerdConsole's PPU registers are bytes that are used as multi-value bit fields. T...")