Dolphin, the GameCube and Wii emulator - Forums

Full Version: Getting Started
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

baordog

Hello!

I'm a relatively unseasoned C++ developer looking to get into Dolphin Developer. I'm mostly interested because I think graphics, low level programming, and optimization and pretty rad. Does Dolphin have a developer guide for people looking to contribute to the project? I'm interested in helping out, but I'm not sure where the project is at, or where to start if I wanted to help (besides, ya know, reading all of the source code and trying to think up improvements.)

Do you have a guide for newbies / any ideas for someone starting?
The project is at https://github.com/dolphin-emu/dolphin. Readme.md contains some useful information about building, and you should read Contributing.md if you want to contribute with code. We don't have much of a guide other than that, but feel free to drop into IRC (#dolphin-dev at irc.freenode.net) - that's where almost all discussion about Dolphin development is.

If you want something to work on, you can look at the issues at https://bugs.dolphin-emu.org/projects/emulator/issues. Filter by "Easy" to find issues that are easy to get started with.