Difference between revisions of "Higan"

From Emulation General Wiki
Jump to navigation Jump to search
(updated information)
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
{{WIP}}
 
{{Infobox emulator
 
{{Infobox emulator
 
|title = higan
 
|title = higan
 
|logo = Higanlogo.png
 
|logo = Higanlogo.png
 
|logowidth = 267
 
|logowidth = 267
|developer = [[Near]] <small>(formerly known as byuu)</small>, [https://github.com/higan-emu/higan/blob/master/CREDITS.md contributors]
+
|developer = Near <small>(formerly known as byuu)</small>, [https://github.com/higan-emu/higan/blob/master/CREDITS.md contributors]
 
|version = {{higanVer}}
 
|version = {{higanVer}}
 
|active = Yes
 
|active = Yes
|platform = Windows, macOS, Linux, OpenBSD, FreeBSD, [[libretro]]
+
|platform = [[Emulators on Windows|Windows]], [[Emulators on macOS|macOS]], [[Emulators on Linux|Linux]], OpenBSD, FreeBSD, [[libretro]]
|target = [[Nintendo Entertainment System emulators|NES]], [[Super Nintendo emulators|SNES]], [[Game Boy/Game Boy Color emulators|GB]], [[Game Boy/Game Boy Color emulators|GBC]], [[Game Boy Advance emulators|GBA]], [[WonderSwan emulators|WS]], [[Master System emulators|SMS]], [[Master System emulators|GG]], [[Sega Genesis emulators|GEN]], [[PC Engine (TurboGrafx-16) emulators|PCE]], [[MSX emulators|MSX]], [[ColecoVision emulators|COL]]  
+
|target = [[Nintendo Entertainment System emulators|NES]], [[Super Nintendo emulators|SNES]], [[Game Boy/Game Boy Color emulators|GB]], [[Game Boy/Game Boy Color emulators|GBC]], [[Game Boy Advance emulators|GBA]], [[WonderSwan emulators|WS]], [[SG-1000 emulators|SG]], [[Master System emulators|SMS]], [[Master System emulators|GG]], [[Sega Genesis emulators|GEN]], [[PC Engine (TurboGrafx-16) emulators|PCE]], [[Neo Geo Pocket emulators|NGP]], [[Neo Geo Pocket emulators|NGPC]], [[MSX emulators|MSX]], [[ColecoVision emulators|COL]]  
|compatibility = <small>100% for commercial titles<br/>Some homebrew may have small defects</small>
+
|compatibility = <small>100% for commercial SNES titles<br/>Some homebrew may have small defects</small>
 
|accuracy = System-dependent
 
|accuracy = System-dependent
 +
|website = [https://higan.dev/ higan.dev]
 
|license = GNU GPLv3
 
|license = GNU GPLv3
 
|source = [https://github.com/higan-emu/higan GitHub (active)]<br>[https://github.com/byuu/higan Github (archive)]
 
|source = [https://github.com/higan-emu/higan GitHub (active)]<br>[https://github.com/byuu/higan Github (archive)]
 
}}
 
}}
{{WIP}}
+
 
 
'''higan''' is an open-source, [[Multi-system emulators|multi-system emulator]].  
 
'''higan''' is an open-source, [[Multi-system emulators|multi-system emulator]].  
  
Line 20: Line 22:
 
|-
 
|-
 
|align=center|{{Icon|Win|Lin|Mac|BSD}}
 
|align=center|{{Icon|Win|Lin|Mac|BSD}}
|'''[https://github.com/higan-emu/higan/releases Stable builds]'''
+
|'''[https://github.com/higan-emu/higan/releases Official releases]'''
|}
 
{| cellpadding="4"
 
|colspan=3|<hr>
 
|-
 
|align=center|{{Icon|Win|Lin|Mac|BSD}}
 
|'''[https://cirrus-ci.com/github/higan-emu/higan/master Nightly builds]'''
 
 
|}
 
|}
  
 
==Overview==
 
==Overview==
higan is a project that orginally separted from Nears provious SNES emulator [[bsnes]] when he started adding more system cores.
+
higan is a project that originally separated from Near's previous SNES emulator [[bsnes]] when they started adding more system cores.
  
 
higan's bsnes and bgba cores are its most developed/accurate. The Nintendo 8-bit cores are very early in development, and are inferior to other existing emulators; alternatives include [[Gambatte]], [[BGB]], [[Mesen]], [[puNES]], and [[Nestopia]]. Bgba has made amazing strides from v095 on, getting very close to mGBA accuracy. higan also features a WonderSwan/WonderSwan Color core as of v098, which yields satisfactory results. The library-based GUI is not for everyone, though, and doesn't support drag and drop like a lot of other emulators do.
 
higan's bsnes and bgba cores are its most developed/accurate. The Nintendo 8-bit cores are very early in development, and are inferior to other existing emulators; alternatives include [[Gambatte]], [[BGB]], [[Mesen]], [[puNES]], and [[Nestopia]]. Bgba has made amazing strides from v095 on, getting very close to mGBA accuracy. higan also features a WonderSwan/WonderSwan Color core as of v098, which yields satisfactory results. The library-based GUI is not for everyone, though, and doesn't support drag and drop like a lot of other emulators do.
  
Near noticed that higan's UI is not for everybody and made a standalone version of [[bsnes]] that is developed in parallel with higan's SNES core and has a Qt UI that's just like the earlier versions. He also worked on the new multi-system emulator [[byuu (emulator)|byuu]] that aims to combine higan with the ease of use of bsnes. For those that still aren't satisfied, [[RetroArch]] has its own libretro cores of higan and bsnes to use with its interface.
+
Near noticed that higan's UI is not for everybody and made a standalone version of [[bsnes]] that is developed in parallel with higan's SNES core and has a Qt UI that's just like the earlier versions. They also worked on the new multi-system emulator [[byuu (emulator)|byuu]] that aims to combine higan with the ease of use of bsnes. For those that still aren't satisfied, [[RetroArch]] has its own libretro cores of higan and bsnes to use with its interface.
  
 
===Game folders===
 
===Game folders===
 
higan is unique among emulators for introducing the concept of game folders. Game folders were about accurately representing the game cartridge and its metadata. Things like SRAM, cheats, input settings, emulator metadata get stored with the game.
 
higan is unique among emulators for introducing the concept of game folders. Game folders were about accurately representing the game cartridge and its metadata. Things like SRAM, cheats, input settings, emulator metadata get stored with the game.
 
 
  
 
==List of forks==
 
==List of forks==
Line 52: Line 46:
 
==See also==
 
==See also==
 
* [[bsnes]] - Near's [[Super Nintendo emulators|Super Nintendo Entertainment System (Super Famicom)]] emulator.
 
* [[bsnes]] - Near's [[Super Nintendo emulators|Super Nintendo Entertainment System (Super Famicom)]] emulator.
* [[byuu (emulator)|byuu]] - Near's other [[Multi-system emulators|multi-system emulator]].
+
* [[ares]] - Near's other [[Multi-system emulators|multi-system emulator]].
* [[csnes]] - Near's commercial [[Super Nintendo emulators|Super Nintendo Entertainment System]] emulator.
+
* [[byuu (emulator)|byuu]] - Was a [[Multi-system emulators|multi-system emulator]] by Near that was aimed to provide the accuracy of it's predecessor higan. It is now merged back into higan.
  
 
{{lowercase title}}
 
{{lowercase title}}
 
[[Category:Emulators]]
 
[[Category:Emulators]]
 
[[Category:Multi-emulators]]
 
[[Category:Multi-emulators]]
[[Category:Super Nintendo emulators]]
 
[[Category:Nintendo Entertainment System emulators]]
 
[[Category:Game Boy/Game Boy Color emulators]]
 
[[Category:Game Boy Advance emulators]]
 
 
[[Category:Windows emulation software‏‎]]
 
[[Category:Windows emulation software‏‎]]
 
[[Category:Linux emulation software]]
 
[[Category:Linux emulation software]]
 
[[Category:macOS emulation software]]
 
[[Category:macOS emulation software]]
 +
[[Category:BSD emulation software]]

Revision as of 00:54, 3 November 2021

higan
Higanlogo.png
Developer(s) Near (formerly known as byuu), contributors
Latest version v110
Active Yes
Platform(s) Windows, macOS, Linux, OpenBSD, FreeBSD, libretro
Emulates NES, SNES, GB, GBC, GBA, WS, SG, SMS, GG, GEN, PCE, NGP, NGPC, MSX, COL
Compatibility 100% for commercial SNES titles
Some homebrew may have small defects
Accuracy System-dependent
Website higan.dev
License GNU GPLv3
Source code GitHub (active)
Github (archive)

higan is an open-source, multi-system emulator.

Download

Windows Linux macOS FreeBSD Official releases

Overview

higan is a project that originally separated from Near's previous SNES emulator bsnes when they started adding more system cores.

higan's bsnes and bgba cores are its most developed/accurate. The Nintendo 8-bit cores are very early in development, and are inferior to other existing emulators; alternatives include Gambatte, BGB, Mesen, puNES, and Nestopia. Bgba has made amazing strides from v095 on, getting very close to mGBA accuracy. higan also features a WonderSwan/WonderSwan Color core as of v098, which yields satisfactory results. The library-based GUI is not for everyone, though, and doesn't support drag and drop like a lot of other emulators do.

Near noticed that higan's UI is not for everybody and made a standalone version of bsnes that is developed in parallel with higan's SNES core and has a Qt UI that's just like the earlier versions. They also worked on the new multi-system emulator byuu that aims to combine higan with the ease of use of bsnes. For those that still aren't satisfied, RetroArch has its own libretro cores of higan and bsnes to use with its interface.

Game folders

higan is unique among emulators for introducing the concept of game folders. Game folders were about accurately representing the game cartridge and its metadata. Things like SRAM, cheats, input settings, emulator metadata get stored with the game.

List of forks

nSide

nSide is a fork of higan that, among other things, adds support for more boards such as the Atari 2600 as well as peripherals and the VS. UniSystem to the NES core. It also retains the SNES Balanced core and thus makes available new improvements to higan, such as the WASAPI driver and the IIR-Biquad interpolation filter, to users whose computers cannot run the Accuracy core-only releases from higan v098 onwards with full speed.

External links

See also