Skip to content

代码排版成炮姐(御坂美琴)的样子,能运行,能唱歌

Notifications You must be signed in to change notification settings

uqbn/code_in_paojie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

code_in_paojie

把代码排版为炮姐(御坂美琴)的样子,能编译运行,确切的说能唱歌。

cmake -S . -B build
cmake --build build --config MinSizeRel

测试环境:

  • Windows 7 + MSVC

  • Windows 10 + MSVC

  • Windows 10 + Clang

    目前Clang只支持 UTF-8,因此中文会乱码。

  • Windows 10 + MinGW

    gcc -std=c99 -Os -DNDEBUG -DUNICODE -D_UNICODE -finput-charset=UTF-8 -fexec-charset=GBK railgun.c -o railgun -lvfw32 -flto

效果:https://www.bilibili.com/video/BV1N54y1o7m9

About

代码排版成炮姐(御坂美琴)的样子,能运行,能唱歌

Resources

Stars

Watchers

Forks

Languages

  • C 99.1%
  • CMake 0.9%