Git Product home page Git Product logo

Comments (7)

Eeveelution avatar Eeveelution commented on August 26, 2024 2

All of that would have huge performance implications on the 3DS. Also switching to those libraries would also pretty much be a rewrite. You're better off making it from scratch. Also porting libraries specifically made for the 3DS to anything but a 3DS makes no sense. Not to mention rewriting these libraries would be more effort than just writing another virtual boy emulator.

Also Im Not sure if a virtual boy emulator written exclusively for the 3DS has any interest being ported to the vita. Someone could but I don't think that someone from this dev team would, which makes this issue kind of redundant

from red-viper.

Eeveelution avatar Eeveelution commented on August 26, 2024 1

it's specifically made for the 3DS and it's stereoscopic 3D screens which the vita lacks, i think its gonna be alot of effort to make a vita port given the source code heavily leans towards 3DS libraries...

from red-viper.

MajorTom87 avatar MajorTom87 commented on August 26, 2024

it's specifically made for the 3DS and it's stereoscopic 3D screens which the vita lacks, i think its gonna be alot of effort to make a vita port given the source code heavily leans towards 3DS libraries...

I know that psvita doesn't have a 3D display, but you can always play in 2D... I don't know the 3DS libraries but I was hoping that they weren't very different from the psvita ones

from red-viper.

Eeveelution avatar Eeveelution commented on August 26, 2024

for graphics they arent using opengl cuz that only has limited support on the 3ds due to it's GPU, all the libraries are too specifically made for the 3DS, libctru and libcitro3d. you could port it but all of the gpu side code and all of the input and general app lifecycle code would have to be rewritten from scratch

from red-viper.

MajorTom87 avatar MajorTom87 commented on August 26, 2024

Do you think that if these two libraries could be rewritten for PSVITA, there would be an advantage beyond using this homebrew? Also, are there ways like JNI, NDK, SDL that can be an alternative, if something like that exists for the port?

from red-viper.

pmsobrado avatar pmsobrado commented on August 26, 2024

Doesn't Retroarch have a core for VirtualBoy?

from red-viper.

skyfloogle avatar skyfloogle commented on August 26, 2024

Most of the graphics stuff is fairly analogous to older versions of OpenGL, and as far as I can tell, the Vita's CPU architecture is backwards compatible enough that the 3DS dynarec can just be reused. The menu would need to be redone, but making it a libretro core would partially sidestep that.
The source code would need a pretty thorough reorganization, but not to the level of rewriting everything. The biggest chunks could be reused.

from red-viper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.