Natesh's Dev Blog!

  • Github
  • Makes
  • About
  • Search
July 13, 2017

GameboyCore as a libretro core!

RetroArch is a frontend for emulators and game engines. It allows anyone to develop a core which can be loaded by the frontend and use to emulate...

gameboy
emulation
July 08, 2017

Added ImGui to GameboyCore Example

Playing around with ImGui and tried adding it to the GameboyCore example. Added an output for CPU status including the values of the registers...

gameboy
emulator
gui
June 09, 2017

Building Boost with Visual Studio 2017

So I feel like I make a lot of posts about how to build Boost… Anyways.. The issue is that the Boost.Build system does not support building the current version...

boost
April 15, 2017

GameboyCore Python Example

import gameboycore import pygame import sys WINDOW_SIZE = (640,480) class Example

python
gameboy
emulator
March 12, 2017

Emulator Update - Android!

Here’s a recording of GameboyCore running inside of an Android emulator. It’s running surprising fast.. The GameboyCore library is included in the Android Studio build directly with Git submodules. A...

c++
java
android
Previous Page: 21 of 30 Next
© 2025 Natesh Narain. Made with Jekyll using the Tale theme.