# Vim的SFML工程模板 **Repository Path**: lizidehuayuan/sfml-vim-template ## Basic Information - **Project Name**: Vim的SFML工程模板 - **Description**: 使用cmake、vim和YouCompleteMe插件进行快速开发。 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-01 - **Last Updated**: 2022-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cpp, cmake ## README # Vim的SFML工程模板 #### 使用方法 ``` git clone https://gitee.com/lizidehuayuan/sfml-vim-template.git cd sfml-vim-template cmake . cmake --build . ``` 这样,在根目录下就有一个common程序,双击即可执行。 欢迎提交issue,fork仓库。