GDC is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.

View, browse and sort the ever-growing list of sessions by day, pass type, topic, and format. With this Session Viewer, you can view GDC 2023 session details and speakers, and share your favorites via social media. You will be able to build your schedule and access it during the show via export or Mobile App, once live. Sessions do fill up and seating is first come, first serve, so arrive early to sessions that you would like to attend.

Open Source Game Development Summit: Evolve a Legacy Game Engine With Open Source Tools

Kai Zhang  (Senior Software Engineer, Netease)

Location: Room 3007, West Hall

Date: Tuesday, March 21

Time: 10:50 am - 11:50 am

Pass Type: All Access Pass, Summits Pass

Topic: Programming

Format: Lecture

Vault Recording: Video

Audience Level: All

Legacy game engines provide a lot of value, at the same time, often carry lots of tech debts. In this session, the EVE Echoes team will show how open-source tools help them evolve their game engine. Share the detailed experience about how to onboard an open source build system Bazel to decrease build and lint time significantly, how to use open source tools like clang-tidy and include-what-you-use to speed up refactoring and improve the code quality at the same time. We will also share how we build a workflow (also with open-source tools) to make all the improvements incrementally without interrupting normal development. Last but not least, we will talk about how open-source community helped us solve problems and how we learned to contribute back to it.

Takeaway

Attendees will learn how open source tools can help them evolve a legacy code base efficiently and how to adopt those open source tools and workflow without interrupting game development. Attendees will also learn how to ask for help from the open source community and contribute back to it.

Intended Audience

Programmers who maintain a legacy C++ code base, especially a game engine.