Natesh's Dev Blog!

  • Github
  • Projects
  • Makes
  • About
  • Search

2017

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
Gameboy Emulator

GameboyCore Python Example

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

python
gameboy
emulator
March 12, 2017
Gameboy Emulator

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
January 03, 2017
Gameboy Emulator

Gameboy Emulator Update - Color!

After taking a little break for the holidays decided to start working on color support for my Gameboy Emulator library. Here’s a look at color support for sprites:

gameboy
emulator

2016

December 11, 2016
Gameboy Emulator

Gameboy Emulator Update - Link Port

This weekend I completed link port emulation for my GameboyCore library. TODO The last major feature...

gameboy
emulator
Loading more posts...

© 2025 Natesh Narain

Built with Jekyll and Tailwind CSS