Skip to content
View Morphlng's full-sized avatar
  • Institute of Software Chinese Academy of Sciences
  • X @BetrayerSky

Highlights

  • Pro
Block or Report

Block or report Morphlng

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Morphlng/README.md

Hi there ๐Ÿ‘‹ I'm David

github contribution grid snake animation

I'm currently a dedicated and curious graduate student at the Institute of Software Chinese Academy of Sciences, and my research is focused on the dynamic and challenging field of Reinforcement Learning. ๐ŸŽ“๐Ÿง 

In addition to my academic pursuits, I'm a strong advocate of open-source ๐ŸŒ and a passionate developer. I find great pleasure in tinkering with the underpinnings of technology. I've created a diverse range of repositories, from custom programming languages ๐Ÿ’ฌ to software renderers ๐Ÿ’ป and NES console emulators ๐ŸŽฎ. Each project is a new learning opportunity and a chance to connect with the vibrant open-source community!

My Projects ๐Ÿš€

  • Cploxplox: Building a language from scratch gave me insights into the nuances of language design, compiler theory, and low-level computing. Cploxplox is an interpretive programming language that is designed to use combined with QBloxly, a drag-and-drop interactive GUI interface designed for kids. The name comes from the root language C++ and the reference design of lox. Check it out here to learn more.
  • Software Renderer: A deep dive into 3D graphics, I developed a custom software renderer, handling everything from basic geometry to advanced shading techniques. foolrenderer was originally a software renderer written under C99 standard. I've port it to C++17 to take full advantage of C++ and provide much more flexiblity. Here's the link.
  • NES Console Emulator: A nostalgic return to the classic NES console, this emulator project helped me explore hardware-software interactions, low-level programming, and game engine architecture. Qt-Nes is a Nes emulator written in Qt5 as the only dependency. Explore it here.

I'm always looking for new challenges and ways to contribute to open-source projects. So, if you're working on something interesting, feel free to get in touch ๐Ÿ“ฌ.

โญ๏ธ From @Morphlng

Pinned Loading

  1. Qt_Nes_Emulator Qt_Nes_Emulator Public

    A Nes(FC) Emulator written based on Qt5

    C++ 2 1

  2. cploxplox cploxplox Public

    A Lox Interpreter implemented using Modern C++

    C++ 1